NetBSD-Bugs archive

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

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



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

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/51995 CVS commit: src/tests/lib/libc/sys
Date: Thu, 2 May 2019 00:34:06 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Thu May  2 00:34:06 UTC 2019
 
 Modified Files:
 	src/tests/lib/libc/sys: t_ptrace_wait.c
 
 Log Message:
 Rename and partially enable trace_thread ATF ptrace(2) tests
 
 Rename trace_thrad[1234] to more meaningful names:
 
  - trace_thread_nolwpevents
  - trace_thread_lwpexit
  - trace_thread_lwpcreate
  - trace_thread_lwpcreate_and_exit
 
 In my local tests LWP CREATE events work as expected.
 LWP EXIT ones are still racy and keep them disabled racy.
 
 PR kern/51995
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.118 -r1.119 src/tests/lib/libc/sys/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