]> granicus.if.org Git - strace/commit
tests: check handling of CLONE_PARENT'ed and CLONE_PTRACE'ed processes
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 6 Aug 2017 00:23:20 +0000 (00:23 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 6 Aug 2017 00:23:20 +0000 (00:23 +0000)
commita93e2de99ef8926740cd512fb4e648668e9034f0
tree26c7a80eda085421b8e9af3bd72e155f70f56470
parentd874bbf61e227f7701968725cd830377fea0ad82
tests: check handling of CLONE_PARENT'ed and CLONE_PTRACE'ed processes

* tests/clone_parent.c: New file.
* tests/clone_ptrace.c: Likewise.
* tests/clone_parent.test: New test.
* tests/clone_ptrace.test: Likewise.
* tests/.gitignore: Add clone_parent and clone_ptrace.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(MISC_TESTS): Add clone_parent.test and clone_ptrace.test.
tests/.gitignore
tests/Makefile.am
tests/clone_parent.c [new file with mode: 0644]
tests/clone_parent.test [new file with mode: 0755]
tests/clone_ptrace.c [new file with mode: 0644]
tests/clone_ptrace.test [new file with mode: 0755]