summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/signal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* various cleanups; david says results are samederaadt2003-07-311-8/+6
|
* write newline before successful test completionmarc2002-06-161-1/+2
|
* convert everything to bsd.regress.mkart2002-01-031-3/+2
|
* signal race fixesderaadt2001-11-111-1/+4
|
* Fix pthread_mutex regression test... undefined behavior does notmarc2001-11-031-6/+11
| | | | | | | | | | | mean != EPERM in one test, minor changes to recursive mutex test. remove printf in signal test signal handler, run test long enough to ensure signal hander is called at least twice, reduce output. Note: running these tests over a remote console may indicate bogus falures due to console output latency. Any test that takes longer than 5 seconds to complete may be flagged as a failure.
* Regression tests for libc_r (pthreads) library.fgsch2001-08-152-0/+55
Thanks to pval@ for resolving the license stuff.