NetBSD-Bugs archive

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

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



The following reply was made to PR port-sparc/54140; it has been noted by GNATS.

From: "Kamil Rytarowski" <kamil%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54140 CVS commit: src/tests/lib/libc/sys
Date: Thu, 25 Apr 2019 11:45:12 +0000

 Module Name:	src
 Committed By:	kamil
 Date:		Thu Apr 25 11:45:12 UTC 2019
 
 Modified Files:
 	src/tests/lib/libc/sys: t_ptrace_wait.c
 
 Log Message:
 In ATF t_ptrace_wait* SIGILL tests allow any si_code
 
 These codes are not portable between CPUs and kernels.
 
 Change the checks to return any valid si_code in the defined range of ILL
 values.
 
 PR port-sparc/54140 by Andreas Gustafsson
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.111 -r1.112 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