Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libc/gen skip sigbus_adraln on MIPS



details:   https://anonhg.NetBSD.org/src/rev/e5ddf6bb50da
branches:  trunk
changeset: 949411:e5ddf6bb50da
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jan 13 06:44:55 2021 +0000

description:
skip sigbus_adraln on MIPS

diffstat:

 tests/lib/libc/gen/t_siginfo.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3d638b2f16d9 -r e5ddf6bb50da tests/lib/libc/gen/t_siginfo.c
--- a/tests/lib/libc/gen/t_siginfo.c    Wed Jan 13 06:39:46 2021 +0000
+++ b/tests/lib/libc/gen/t_siginfo.c    Wed Jan 13 06:44:55 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_siginfo.c,v 1.44 2021/01/11 07:17:49 skrll Exp $ */
+/* $NetBSD: t_siginfo.c,v 1.45 2021/01/13 06:44:55 skrll Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -483,7 +483,7 @@
 
 #if defined(__mips__)
        /* no way of detecting if on GXemul, so disable everywhere for now */
-       atf_tc_expect_fail("GXemul fails to trap unaligned accesses with "
+       atf_tc_skip("GXemul fails to trap unaligned accesses with "
            "correct ENTRYHI");
 #endif
 



Home | Main Index | Thread Index | Old Index