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 Flip previous (i386/qemu fails, not the a...



details:   https://anonhg.NetBSD.org/src/rev/b02cd91929a8
branches:  trunk
changeset: 778740:b02cd91929a8
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed Apr 11 16:18:39 2012 +0000

description:
Flip previous (i386/qemu fails, not the amd64/qemu).

diffstat:

 tests/lib/libc/gen/t_fpsetmask.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5cf2ab1124b9 -r b02cd91929a8 tests/lib/libc/gen/t_fpsetmask.c
--- a/tests/lib/libc/gen/t_fpsetmask.c  Wed Apr 11 14:28:46 2012 +0000
+++ b/tests/lib/libc/gen/t_fpsetmask.c  Wed Apr 11 16:18:39 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_fpsetmask.c,v 1.7 2012/04/11 10:18:25 jruoho Exp $ */
+/*     $NetBSD: t_fpsetmask.c,v 1.8 2012/04/11 16:18:39 jruoho Exp $ */
 
 /*-
  * Copyright (c) 1995 The NetBSD Foundation, Inc.
@@ -296,7 +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"), "amd64") == 0 && \
+               if (strcmp(atf_config_get("atf_arch"), "i386") == 0 &&  \
                    system("cpuctl identify 0 | grep -q QEMU") == 0)    \
                        atf_tc_expect_fail("PR misc/44767");            \
                                                                        \



Home | Main Index | Thread Index | Old Index