Module Name: src Committed By: kamil Date: Sat Nov 5 21:49:28 UTC 2016
Modified Files: src/tests/lib/libc/sys: t_wait.c Log Message: Add new test wait6_stopgo_loop in t_wait This test verifies that it is possible to emit multiple times SIGSTOP and SIGCONT for a child. Add checks that status does not return more than one valid state from the following list: STOPPED, CONTINUED, EXITED and SIGNALED. This check fails for WIFCONTINUED()==true as it currently and wrongly returns true for WIFSTOPPED(). This verification is added to wait6_stopgo_loop and wait6_stop_and_go and marked as expected failure and linked with PR standards/51603. Remove trailing whitespace. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/sys/t_wait.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.