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 As it turned out, the fpsetmask(3) tests ...
details: https://anonhg.NetBSD.org/src/rev/be7d37f92298
branches: trunk
changeset: 778730:be7d37f92298
user: jruoho <jruoho%NetBSD.org@localhost>
date: Wed Apr 11 06:45:16 2012 +0000
description:
As it turned out, the fpsetmask(3) tests were unnecessarily skipped on Qemu.
Thus, remove xfails that do not trigger.
diffstat:
tests/lib/libc/gen/t_fpsetmask.c | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (24 lines):
diff -r 13750922d39c -r be7d37f92298 tests/lib/libc/gen/t_fpsetmask.c
--- a/tests/lib/libc/gen/t_fpsetmask.c Wed Apr 11 02:28:46 2012 +0000
+++ b/tests/lib/libc/gen/t_fpsetmask.c Wed Apr 11 06:45:16 2012 +0000
@@ -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 @@
{ \
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); \
}
Home |
Main Index |
Thread Index |
Old Index