Module Name:    src
Committed By:   christos
Date:           Fri Apr 12 17:30:50 UTC 2013

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

Log Message:
use one qemu test


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/tests/lib/libc/gen/t_siginfo.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_siginfo.c
diff -u src/tests/lib/libc/gen/t_siginfo.c:1.19 src/tests/lib/libc/gen/t_siginfo.c:1.20
--- src/tests/lib/libc/gen/t_siginfo.c:1.19	Fri Apr 12 13:13:55 2013
+++ src/tests/lib/libc/gen/t_siginfo.c	Fri Apr 12 13:30:50 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: t_siginfo.c,v 1.19 2013/04/12 17:13:55 christos Exp $ */
+/* $NetBSD: t_siginfo.c,v 1.20 2013/04/12 17:30:50 christos Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -306,11 +306,7 @@ ATF_TC_BODY(sigfpe_flt, tc)
 	double d = strtod("0", NULL);
 
 	if (isQEMU())
-		atf_tc_skip("Test does not run correctly under qemu");
-	if (system("cpuctl identify 0 | grep -q "
-	    "'cpu0: Intel Pentium II (Klamath) (686-class), id 0x633'") == 0)
-		atf_tc_skip("Test does not run correctly under qemu "
-		    "(heuristic match)");
+		atf_tc_skip("Test does not run correctly under QEMU");
 	if (strcmp(atf_config_get("atf_arch"),"powerpc") == 0)
 		atf_tc_skip("Test not valid on powerpc");
 	if (sigsetjmp(sigfpe_flt_env, 0) == 0) {

Reply via email to