NetBSD-Bugs archive

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

PR/51624 CVS commit: src/tests/kernel



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

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51624 CVS commit: src/tests/kernel
Date: Sat, 12 Nov 2016 14:48:55 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Sat Nov 12 14:48:55 UTC 2016
 
 Modified Files:
 	src/tests/kernel: t_ptrace_wait.c
 
 Log Message:
 Add new test attach5 in t_ptrace_wait{4,6,id,pid}
 
 Assert that tracer sees its parent when attached to tracer.
 
 This test is designed only for wait(2) members with ability to specify the
 PID value. This propery excludes wait(2) and wait3(2).
 
 Add new helper macro ATF_TP_ADD_TC_HAVE_PID() enabing tests when
 TWAIT_HAVE_PID is defined.
 
 This test fails and is linked with the following issue: PR kern/51624.
 
 Sponsored by <The NetBSD Foundation>.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.5 -r1.6 src/tests/kernel/t_ptrace_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