about summary refs log tree commit diff
path: root/nptl/tst-exit2.c
Commit message (Collapse)AuthorAgeFilesLines
* nptl: Avoid expected SIGALRM in most tests [BZ #20432]Florian Weimer2016-08-261-4/+6
| | | | | | | | | | Before this change, several tests did not detect early deadlocks because they used SIGALRM as the expected signal, and they ran for the full default TIMEOUT seconds. This commit adds a new delayed_exit function to the test skeleton, along with several error-checking wrappers to pthread functions. Additional error checking is introduced into several tests.
* Update.Ulrich Drepper2004-11-091-0/+40
2004-11-09 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Add tst-exit2. * tst-exit2.c: New file.