]> granicus.if.org Git - strace/commit
tests: check decoding of threads when a non-leader thread invokes execve
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 28 Nov 2016 00:31:59 +0000 (00:31 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 28 Nov 2016 00:31:59 +0000 (00:31 +0000)
commit0aaa6976ddcce8224124cacfc88380c6e5c355d3
tree960bb47b0e245677089fa2799ffd220a89cc6997
parentf6c14637a36523334dbdfe7abee97f7f3ce2d2fb
tests: check decoding of threads when a non-leader thread invokes execve

* tests/threads-execve.c: New file.
* tests/threads-execve.test: New test.
* tests/.gitignore: Add threads-execve.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(threads_execve_LDADD): New variable.
(MISC_TESTS): Add threads-execve.test.
tests/.gitignore
tests/Makefile.am
tests/threads-execve.c [new file with mode: 0644]
tests/threads-execve.test [new file with mode: 0755]