NetBSD-Bugs archive

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

PR/57946 CVS commit: src/tests/lib/libc/setjmp



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57946 CVS commit: src/tests/lib/libc/setjmp
Date: Thu, 24 Apr 2025 16:50:02 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Thu Apr 24 16:50:02 UTC 2025
 
 Modified Files:
 	src/tests/lib/libc/setjmp: t_sigstack.c
 
 Log Message:
 tests/lib/libc/setjmp/t_sigstack: Update xfails.
 
 Designations based on actual test run for i386 and code inspection
 for arm and sh3 (and code inspection for all the other architectures
 not listed because I expect the tests to pass on them -- they mostly
 use sigreturn which will DTRT).
 
 Move the ia64 xfail to just setjmp/sigsetjmp -- no compat13 on ia64.
 
 Nix the long comment now that just about everything has been fixed.
 
 PR lib/57946: longjmp fails to restore stack first before restoring
 signal mask on most architectures
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.19 -r1.20 src/tests/lib/libc/setjmp/t_sigstack.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