Module Name: src Committed By: kamil Date: Mon Nov 7 02:23:43 UTC 2016
Modified Files: src/tests/lib/libc/sys: t_wait_noproc.c Log Message: Enable the wait3 test in t_wait_noproc_wnohang (through t_wait_noproc) This test has set expected failure like other functions in the wait(2) family and is linked with PR standards/51606. The PR is labeled as: wait4() (and friends) with WNOHANG and no children does not error Originally, this test was accidently disabled in the WNOHANG checks. This was noted by Robert Elz. Sponsored by <The NetBSD Foundation>. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_wait_noproc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.