NetBSD-Bugs archive

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

PR/51630 CVS commit: src/tests/kernel



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

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51630 CVS commit: src/tests/kernel
Date: Tue, 15 Nov 2016 21:50:38 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Tue Nov 15 21:50:38 UTC 2016
 
 Modified Files:
 	src/tests/kernel: t_ptrace_wait.c
 
 Log Message:
 Add vfork1 test in t_ptrace_wait* and vfork2 in t_ptrace_wait{4,6,id,pid}
 
 These tests are exact clones for fork1 and fork2, however testing vfork(2).
 
 vfork1:
     Verify that vfork(2) is intercepted by ptrace(2) with EVENT_MASK set to
     PTRACE_VFORK.
 
 vfork2:
     Verify that vfork(2) is not intercepted by ptrace(2) with empty
     EVENT_MASK.
 
 vfork1 is supposed to test currently unimplemented PTRACE_VFORK option in
 EVENT_MASK, marked as failure and linked with PR kern/51630.
 
 Sponsored by <The NetBSD Foundation>
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.17 -r1.18 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