freebsd-dev/tools/regression/lib/libc
Jilles Tjoelker 9ea47cacda posix_spawn: If an error is detected in the child process, reap the zombie.
Formerly, in this case an error was returned but the pid was also returned
to the application, requiring the application to use unspecified behaviour
(the returned pid in error situations) to avoid zombies.

Now, reap the zombie and do not return the pid.

MFC after:	2 weeks
2011-07-10 14:20:11 +00:00
..
gen posix_spawn: If an error is detected in the child process, reap the zombie. 2011-07-10 14:20:11 +00:00
locale Remove regression tests for the obsolete rune interface. 2004-11-21 03:21:22 +00:00
net Add regression tests for ethers(3) functions, including new _r variants. 2007-05-13 14:03:21 +00:00
nss - Bugs in gethostbyXXX/getipnodebyXXX regression tests fixed. 2007-06-24 06:14:18 +00:00
regex
resolv The NetBSD Foundation has granted permission to remove clause 3 and 4 from 2010-03-03 07:38:12 +00:00
stdio Regression tests for r197752 (handling of empty/NULL buffers). 2009-10-04 19:44:41 +00:00
stdlib Switch over to a different, more flexible test output protocol that's 2004-11-11 19:47:55 +00:00
string Allow strerror(0) and strerror_r(0, ...). 2011-04-05 21:56:05 +00:00