The execve()-vs-threads test should test not just that the thread librarydoesn't blow up but also that (1) a failed execve doesn't kill otherthreads, and (2) a successful execve does make other thr
The execve()-vs-threads test should test not just that the thread librarydoesn't blow up but also that (1) a failed execve doesn't kill otherthreads, and (2) a successful execve does make other threads vanish
show more ...
from marc:brad@ reported that the libpthread execve regression test failed onalpha and macppc. The test was somewhat bogus and depended upon thecompiler picking the global when a global and loc
from marc:brad@ reported that the libpthread execve regression test failed onalpha and macppc. The test was somewhat bogus and depended upon thecompiler picking the global when a global and local were named thesame. 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 same
don't fail if stdout is not a tty.Print a test ignored message, instead.
convert everything to bsd.regress.mk
Regression tests for libc_r (pthreads) library.Thanks to pval@ for resolving the license stuff.