]> granicus.if.org Git - strace/commit
tests: check tracing of looping threads
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 4 Jul 2018 02:11:27 +0000 (02:11 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 19 Aug 2018 10:26:18 +0000 (10:26 +0000)
commit42c11b563476d1e87821d0af1868cccd7147c353
treee7daa91f4e06e7b7fca3bb16b7252aa00f4da80f
parent14ae61f37b7c4ec236f011ab5c5866b43f6766b4
tests: check tracing of looping threads

* test/many_looping_threads.c: Remove.
* test/.gitignore: Remove many_looping_threads.
* test/Makefile (PROGS): Likewise.
(many_looping_threads): Remove.
* tests/looping_threads.c: New file.
* tests/looping_threads.test: New test.
* tests/.gitignore: Add looping_threads.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(looping_threads_LDADD): New variable.
(MISC_TESTS, XFAIL_TESTS): Add looping_threads.test.
test/.gitignore
test/Makefile
test/many_looping_threads.c [deleted file]
tests/.gitignore
tests/Makefile.am
tests/looping_threads.c [new file with mode: 0644]
tests/looping_threads.test [new file with mode: 0755]