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 Do not skip the tests on Qemu, but point ...
details: https://anonhg.NetBSD.org/src/rev/27c8fb120042
branches: trunk
changeset: 778717:27c8fb120042
user: jruoho <jruoho%NetBSD.org@localhost>
date: Tue Apr 10 12:43:06 2012 +0000
description:
Do not skip the tests on Qemu, but point to PR misc/44767 instead.
diffstat:
tests/lib/libc/gen/t_fpsetmask.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r e92bdd0b62d2 -r 27c8fb120042 tests/lib/libc/gen/t_fpsetmask.c
--- a/tests/lib/libc/gen/t_fpsetmask.c Tue Apr 10 03:59:59 2012 +0000
+++ b/tests/lib/libc/gen/t_fpsetmask.c Tue Apr 10 12:43:06 2012 +0000
@@ -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 @@
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); \
}
Home |
Main Index |
Thread Index |
Old Index