History log of /freebsd-src/contrib/netbsd-tests/lib/libc/setjmp/t_setjmp.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 9fb118be 09-Jan-2023 Jessica Clarke <jrtc27@FreeBSD.org>

libc: Fix longjmp/_longjmp(buf, 0) for AArch64 and RISC-V

These architectures fail to handle this special case, and will cause the
corresponding setjmp/_setjmp to return 0 rather than 1. Fix this an

libc: Fix longjmp/_longjmp(buf, 0) for AArch64 and RISC-V

These architectures fail to handle this special case, and will cause the
corresponding setjmp/_setjmp to return 0 rather than 1. Fix this and add
regression tests (also committed upstream).

PR: 268684
Reviewed by: arichardson, jhb
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D29363

show more ...


# f40f3adc 15-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

Pull in ^/vendor/NetBSD/tests/dist@r312219

Remove divergence with upstream where possible


# 30924962 09-Mar-2016 Bryan Drewery <bdrewery@FreeBSD.org>

Fix and connect setjmp test.

Sponsored by: EMC / Isilon Storage Division


# 57718be8 02-Oct-2014 Enji Cooper <ngie@FreeBSD.org>

Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,
minus the vendor Makefiles

Provide directions for how to bootstrap the vendor sources in
FREEBSD-upgrade

MFC after 2 weeks

Import the NetBSD test suite from ^/vendor/NetBSD/tests/09.30.2014_20.45 ,
minus the vendor Makefiles

Provide directions for how to bootstrap the vendor sources in
FREEBSD-upgrade

MFC after 2 weeks
Discussed with: rpaulo
Sponsored by: EMC / Isilon Storage Division

show more ...