Sun Mar 5 16:07:38 2017 UTC ()
reenable sigfpe_flt on powerpc now that FPU exceptions work.


(chs)
diff -r1.30 -r1.31 src/tests/lib/libc/gen/t_siginfo.c

cvs diff -r1.30 -r1.31 src/tests/lib/libc/gen/t_siginfo.c (expand / switch to context diff)
--- src/tests/lib/libc/gen/t_siginfo.c 2015/12/22 14:25:58 1.30
+++ src/tests/lib/libc/gen/t_siginfo.c 2017/03/05 16:07:38 1.31
@@ -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