NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/51603 CVS commit: src/tests/lib/libc/sys



The following reply was made to PR standards/51603; it has been noted by GNATS.

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51603 CVS commit: src/tests/lib/libc/sys
Date: Sat, 5 Nov 2016 21:49:28 +0000

 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.
 


Home | Main Index | Thread Index | Old Index