Module Name: src
Committed By: jruoho
Date: Tue Apr 10 12:43:07 UTC 2012
Modified Files:
src/tests/lib/libc/gen: t_fpsetmask.c
Log Message:
Do not skip the tests on Qemu, but point to PR misc/44767 instead.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/gen/t_fpsetmask.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_fpsetmask.c
diff -u src/tests/lib/libc/gen/t_fpsetmask.c:1.4 src/tests/lib/libc/gen/t_fpsetmask.c:1.5
--- src/tests/lib/libc/gen/t_fpsetmask.c:1.4 Tue Apr 10 03:59:59 2012
+++ src/tests/lib/libc/gen/t_fpsetmask.c Tue Apr 10 12:43:06 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: t_fpsetmask.c,v 1.4 2012/04/10 03:59:59 jruoho Exp $ */
+/* $NetBSD: t_fpsetmask.c,v 1.5 2012/04/10 12:43:06 jruoho Exp $ */
/*-
* Copyright (c) 1995 The NetBSD Foundation, Inc.
@@ -296,12 +296,12 @@ sigfpe(int s, siginfo_t *si, void *c)
if (strcmp(atf_config_get("atf_arch"), "macppc") == 0) \
atf_tc_expect_fail("PR port-macppc/46319"); \
if (system("cpuctl identify 0 | grep -q QEMU") == 0) \
- atf_tc_skip("Test not applicable on QEMU"); \
+ atf_tc_expect_fail("PR misc/44767"); \
if (system("cpuctl identify 0 | grep -q \
'cpu0: Intel Pentium II (Klamath) (686-class), id 0x633'")\
== 0) \
- atf_tc_skip("Test not applicable on QEMU " \
- "(heuristic match)"); \
+ atf_tc_expect_fail("PR misc/44767 " \
+ "(heuristic match)"); \
m(t##_ops); \
}