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 use one qemu test



details:   https://anonhg.NetBSD.org/src/rev/74bca9c89a8b
branches:  trunk
changeset: 786047:74bca9c89a8b
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Apr 12 17:30:50 2013 +0000

description:
use one qemu test

diffstat:

 tests/lib/libc/gen/t_siginfo.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r 1b1695d1aefa -r 74bca9c89a8b tests/lib/libc/gen/t_siginfo.c
--- a/tests/lib/libc/gen/t_siginfo.c    Fri Apr 12 17:21:04 2013 +0000
+++ b/tests/lib/libc/gen/t_siginfo.c    Fri Apr 12 17:30:50 2013 +0000
@@ -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 @@
        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) {



Home | Main Index | Thread Index | Old Index