Module Name: src
Committed By: chs
Date: Sun Mar 5 16:07:38 UTC 2017
Modified Files:
src/tests/lib/libc/gen: t_siginfo.c
Log Message:
reenable sigfpe_flt on powerpc now that FPU exceptions work.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/tests/lib/libc/gen/t_siginfo.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libc/gen/t_siginfo.c
diff -u src/tests/lib/libc/gen/t_siginfo.c:1.30 src/tests/lib/libc/gen/t_siginfo.c:1.31
--- src/tests/lib/libc/gen/t_siginfo.c:1.30 Tue Dec 22 14:25:58 2015
+++ src/tests/lib/libc/gen/t_siginfo.c Sun Mar 5 16:07:38 2017
@@ -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 @@ ATF_TC_BODY(sigfpe_flt, tc)
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