Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nptl: Avoid expected SIGALRM in most tests [BZ #20432] | Florian Weimer | 2016-08-26 | 1 | -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 Drepper | 2004-11-09 | 1 | -0/+40 |
2004-11-09 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Add tst-exit2. * tst-exit2.c: New file. |