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 reenable sigfpe_flt on powerpc now that F...



details:   https://anonhg.NetBSD.org/src/rev/c4886fd6c6da
branches:  trunk
changeset: 822157:c4886fd6c6da
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Mar 05 16:07:38 2017 +0000

description:
reenable sigfpe_flt on powerpc now that FPU exceptions work.

diffstat:

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

diffs (20 lines):

diff -r c12c7162e583 -r c4886fd6c6da tests/lib/libc/gen/t_siginfo.c
--- a/tests/lib/libc/gen/t_siginfo.c    Sun Mar 05 13:57:29 2017 +0000
+++ b/tests/lib/libc/gen/t_siginfo.c    Sun Mar 05 16:07:38 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_siginfo.c,v 1.30 2015/12/22 14:25:58 christos Exp $ */
+/* $NetBSD: t_siginfo.c,v 1.31 2017/03/05 16:07:38 chs Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -309,9 +309,7 @@
 
        if (isQEMU())
                atf_tc_skip("Test does not run correctly under QEMU");
-#if defined(__powerpc__)
-       atf_tc_skip("Test not valid on powerpc");
-#elif defined(__arm__) && !__SOFTFP__
+#if defined(__arm__) && !__SOFTFP__
        /*
         * Some NEON fpus do not implement IEEE exception handling,
         * skip these tests if running on them and compiled for



Home | Main Index | Thread Index | Old Index