NetBSD-Bugs archive

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

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



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59381 CVS commit: src/tests/lib/libc/sys
Date: Fri, 2 May 2025 02:37:08 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Fri May  2 02:37:07 UTC 2025
 
 Modified Files:
 	src/tests/lib/libc/sys: t_ptrace_sigchld.c t_ptrace_wait.c
 
 Log Message:
 t_ptrace_*: Turn debug output back off.
 
 Even with the output reduction I recently implemented, this seems to
 be filling up the releng testbed disk with excess output.  Not
 completely obviated by the recent diagnostic improvements -- e.g.,
 the traceme_signalmasked_crash_fpe test still uses DPRINTF for some
 output that isn't available any other way.  But let's get the tests
 running to completion again before improving that.
 
 PR misc/59381: t_ptrace_wait* and t_ptrace_sigchld tests are flaky
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/sys/t_ptrace_sigchld.c
 cvs rdiff -u -r1.194 -r1.195 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