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 Revisit the previous: fails on qemu/amd64...



details:   https://anonhg.NetBSD.org/src/rev/d7004a86de5b
branches:  trunk
changeset: 778731:d7004a86de5b
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Wed Apr 11 10:18:25 2012 +0000

description:
Revisit the previous: fails on qemu/amd64 but not qemu/i386.

diffstat:

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

diffs (20 lines):

diff -r be7d37f92298 -r d7004a86de5b tests/lib/libc/gen/t_fpsetmask.c
--- a/tests/lib/libc/gen/t_fpsetmask.c  Wed Apr 11 06:45:16 2012 +0000
+++ b/tests/lib/libc/gen/t_fpsetmask.c  Wed Apr 11 10:18:25 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_fpsetmask.c,v 1.6 2012/04/11 06:45:16 jruoho Exp $ */
+/*     $NetBSD: t_fpsetmask.c,v 1.7 2012/04/11 10:18:25 jruoho Exp $ */
 
 /*-
  * Copyright (c) 1995 The NetBSD Foundation, Inc.
@@ -296,6 +296,10 @@
                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 && \
+                   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