]> 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>
Wed, 6 Mar 2019 23:20:39 +0000 (23:20 +0000)
commitb307a94e09a70ee7e2c4d7c2c65da7cf052109a0
tree2bf9acc378a0025292f841f7d7670273d3e11f09
parent20d5fc25981d53e099718bac32d9502226fc82e8
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]