NetBSD-Bugs archive

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

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



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

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54893 CVS commit: src/tests/lib/libc/sys
Date: Tue, 11 Feb 2020 00:41:37 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Tue Feb 11 00:41:37 UTC 2020
 
 Modified Files:
 	src/tests/lib/libc/sys: t_ptrace_wait.c t_ptrace_wait.h
 
 Log Message:
 Rewrite the t_ptrace_wait resume1 test
 
 Switch to pthread functions.
 Rename to 'resume'.
 Synchronize the threads with pthread barriers.
 Avoid race in the test.
 
 Test passes correctly.
 
 Fixes PR bin/54893 by Andreas Gustafsson
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.154 -r1.155 src/tests/lib/libc/sys/t_ptrace_wait.c
 cvs rdiff -u -r1.18 -r1.19 src/tests/lib/libc/sys/t_ptrace_wait.h
 
 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