Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libexecinfo execinfo(3): Mark sig_backtrace_jump t...



details:   https://anonhg.NetBSD.org/src/rev/9cc3e498b686
branches:  trunk
changeset: 368666:9cc3e498b686
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Jul 25 22:37:37 2022 +0000

description:
execinfo(3): Mark sig_backtrace_jump test as xfail.

PR lib/56940

diffstat:

 tests/lib/libexecinfo/t_sig_backtrace.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 1fe59208b3e2 -r 9cc3e498b686 tests/lib/libexecinfo/t_sig_backtrace.c
--- a/tests/lib/libexecinfo/t_sig_backtrace.c   Mon Jul 25 14:46:53 2022 +0000
+++ b/tests/lib/libexecinfo/t_sig_backtrace.c   Mon Jul 25 22:37:37 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_sig_backtrace.c,v 1.4 2022/07/25 11:02:41 riastradh Exp $    */
+/*     $NetBSD: t_sig_backtrace.c,v 1.5 2022/07/25 22:37:37 riastradh Exp $    */
 
 /*-
  * Copyright (c) 2021 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_sig_backtrace.c,v 1.4 2022/07/25 11:02:41 riastradh Exp $");
+__RCSID("$NetBSD: t_sig_backtrace.c,v 1.5 2022/07/25 22:37:37 riastradh Exp $");
 
 #include <sys/mman.h>
 #include <execinfo.h>
@@ -225,6 +225,8 @@
        };
        ATF_REQUIRE(sigaction(SIGSEGV, &sa, NULL) == 0);
 
+       atf_tc_expect_fail("PR lib/56940");
+
        if (setjmp(env) == 0) {
                printf("%d\n", the_loop_jump(0));
        }



Home | Main Index | Thread Index | Old Index