summaryrefslogtreecommitdiff
path: root/tests/include/sys
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2011-03-25 10:42:38 +0000
committerjruoho <jruoho@NetBSD.org>2011-03-25 10:42:38 +0000
commitd2bf6b8a700a2536711764ebf9408420c6fc8033 (patch)
tree219fdaaefbff9a2f7662c21f0e3a946dec3468e3 /tests/include/sys
parentc1c40dd86633b9e7e0c099feb44b7eb72724e4d7 (diff)
Do not skip the QEMU bugs but instead mark these as expected failures.
Diffstat (limited to 'tests/include/sys')
-rw-r--r--tests/include/sys/t_bitops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/include/sys/t_bitops.c b/tests/include/sys/t_bitops.c
index 35d6dbff93d..94b57553706 100644
--- a/tests/include/sys/t_bitops.c
+++ b/tests/include/sys/t_bitops.c
@@ -1,4 +1,4 @@
-/* $NetBSD: t_bitops.c,v 1.5 2011/03/25 10:00:31 jruoho Exp $ */
+/* $NetBSD: t_bitops.c,v 1.6 2011/03/25 10:42:38 jruoho Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -168,7 +168,7 @@ ATF_TC_BODY(ilog2_2, tc)
* This may fail under QEMU; see PR misc/44767.
*/
if (system("cpuctl identify 0 | grep -q QEMU") == 0)
- atf_tc_skip("Test not applicable on QEMU");
+ atf_tc_expect_fail("PR misc/44767");
for (i = 1; i < UINT32_MAX; i += UINT16_MAX) {