summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/execve (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The execve()-vs-threads test should test not just that the thread libraryguenther2011-11-251-3/+25
| | | | | doesn't blow up but also that (1) a failed execve doesn't kill other threads, and (2) a successful execve does make other threads vanish
* from marc:henning2003-09-181-4/+4
| | | | | | | | brad@ reported that the libpthread execve regression test failed on alpha and macppc. The test was somewhat bogus and depended upon the compiler picking the global when a global and local were named the same. Anyway, this patch should fix it. Tested on Henning's alpha (bet he forgot he gave me an account :-), i386, and sparc64.
* various cleanups; david says results are samederaadt2003-07-311-2/+2
|
* don't fail if stdout is not a tty.marc2002-12-131-3/+5
| | | | Print a test ignored message, instead.
* convert everything to bsd.regress.mkart2002-01-031-3/+2
|
* Regression tests for libc_r (pthreads) library.fgsch2001-08-152-0/+86
Thanks to pval@ for resolving the license stuff.