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 Xfail on qemu unconditionally after all.
details: https://anonhg.NetBSD.org/src/rev/ae9d9d549a8c
branches: trunk
changeset: 778769:ae9d9d549a8c
user: jruoho <jruoho%NetBSD.org@localhost>
date: Fri Apr 13 06:10:55 2012 +0000
description:
Xfail on qemu unconditionally after all.
diffstat:
tests/lib/libc/gen/t_fpsetmask.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 782b8d53d405 -r ae9d9d549a8c tests/lib/libc/gen/t_fpsetmask.c
--- a/tests/lib/libc/gen/t_fpsetmask.c Fri Apr 13 02:20:50 2012 +0000
+++ b/tests/lib/libc/gen/t_fpsetmask.c Fri Apr 13 06:10:55 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_fpsetmask.c,v 1.8 2012/04/11 16:18:39 jruoho Exp $ */
+/* $NetBSD: t_fpsetmask.c,v 1.9 2012/04/13 06:10:55 jruoho Exp $ */
/*-
* Copyright (c) 1995 The NetBSD Foundation, Inc.
@@ -296,8 +296,7 @@
if (strcmp(atf_config_get("atf_arch"), "macppc") == 0) \
atf_tc_expect_fail("PR port-macppc/46319"); \
\
- if (strcmp(atf_config_get("atf_arch"), "i386") == 0 && \
- system("cpuctl identify 0 | grep -q QEMU") == 0) \
+ if (system("cpuctl identify 0 | grep -q QEMU") == 0) \
atf_tc_expect_fail("PR misc/44767"); \
\
m(t##_ops); \
Home |
Main Index |
Thread Index |
Old Index