Module Name:    src
Committed By:   jruoho
Date:           Fri Apr 13 06:10:55 UTC 2012

Modified Files:
        src/tests/lib/libc/gen: t_fpsetmask.c

Log Message:
Xfail on qemu unconditionally after all.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/tests/lib/libc/gen/t_fpsetmask.c:1.9
--- src/tests/lib/libc/gen/t_fpsetmask.c:1.8	Wed Apr 11 16:18:39 2012
+++ src/tests/lib/libc/gen/t_fpsetmask.c	Fri Apr 13 06:10:55 2012
@@ -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 @@ 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 (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);						\

Reply via email to