NetBSD-Bugs archive

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

PR/51596 CVS commit: src/tests/kernel



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

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51596 CVS commit: src/tests/kernel
Date: Thu, 3 Nov 2016 18:25:54 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Thu Nov  3 18:25:54 UTC 2016
 
 Modified Files:
 	src/tests/kernel: t_ptrace.c
 
 Log Message:
 Mark ptraceme4 as expected failure, assume that Linux&FreeBSD are correct
 
 Raising SIGCONT from a ptrace(2)d child should be catched with waidpid(2)
 as WIFCONTINUED() false and WIFSTOPPED() true; not both true as it does not
 make much sense.
 
 PR kern/51596
 
 Change requested by <kre>
 Checked by <christos>
 
 Sponsored by <The NetBSD Foundation>
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 src/tests/kernel/t_ptrace.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