Module Name: src Committed By: jruoho Date: Wed Apr 11 06:45:16 UTC 2012
Modified Files: src/tests/lib/libc/gen: t_fpsetmask.c Log Message: As it turned out, the fpsetmask(3) tests were unnecessarily skipped on Qemu. Thus, remove xfails that do not trigger. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 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.5 src/tests/lib/libc/gen/t_fpsetmask.c:1.6 --- src/tests/lib/libc/gen/t_fpsetmask.c:1.5 Tue Apr 10 12:43:06 2012 +++ src/tests/lib/libc/gen/t_fpsetmask.c Wed Apr 11 06:45:16 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: t_fpsetmask.c,v 1.5 2012/04/10 12:43:06 jruoho Exp $ */ +/* $NetBSD: t_fpsetmask.c,v 1.6 2012/04/11 06:45:16 jruoho Exp $ */ /*- * Copyright (c) 1995 The NetBSD Foundation, Inc. @@ -295,13 +295,7 @@ 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_expect_fail("PR misc/44767"); \ - if (system("cpuctl identify 0 | grep -q \ - 'cpu0: Intel Pentium II (Klamath) (686-class), id 0x633'")\ - == 0) \ - atf_tc_expect_fail("PR misc/44767 " \ - "(heuristic match)"); \ + \ m(t##_ops); \ }