summaryrefslogtreecommitdiff
path: root/tests/lib/libc/stdlib
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2011-08-29 12:50:50 +0000
committerjruoho <jruoho@NetBSD.org>2011-08-29 12:50:50 +0000
commitbc93e5cf8a127d3a75bb51875831ef68fcaaf7b1 (patch)
treeb338a909d3b25ff50942f36a8f2dfd3d8ab7e168 /tests/lib/libc/stdlib
parenta27ac962d217365c3a3cad6972cfee7d9b7fbe5c (diff)
Remove Xfails that are related to the infamous qemu/amd64 floating point
bugs. It appears to be quite difficult to identify the exact Qemu version and setup. These do not fail on the TNF's qemu/amd64 setup, which can be taken as a reference point for expected failures.
Diffstat (limited to 'tests/lib/libc/stdlib')
-rw-r--r--tests/lib/libc/stdlib/t_strtod.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/lib/libc/stdlib/t_strtod.c b/tests/lib/libc/stdlib/t_strtod.c
index 639a4a3e57f..bb4209dfb06 100644
--- a/tests/lib/libc/stdlib/t_strtod.c
+++ b/tests/lib/libc/stdlib/t_strtod.c
@@ -1,4 +1,4 @@
-/* $NetBSD: t_strtod.c,v 1.24 2011/07/08 05:10:05 jruoho Exp $ */
+/* $NetBSD: t_strtod.c,v 1.25 2011/08/29 12:50:50 jruoho Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
/* Public domain, Otto Moerbeek <otto@drijf.net>, 2006. */
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_strtod.c,v 1.24 2011/07/08 05:10:05 jruoho Exp $");
+__RCSID("$NetBSD: t_strtod.c,v 1.25 2011/08/29 12:50:50 jruoho Exp $");
#include <sys/utsname.h>
@@ -275,10 +275,6 @@ ATF_TC_BODY(strtod_round, tc)
*/
ATF_REQUIRE(uname(&utsname) == 0);
- if (strcmp(utsname.machine, "amd64") == 0 &&
- system("cpuctl identify 0 | grep -q QEMU") == 0)
- atf_tc_expect_fail("PR misc/44767");
-
const char *val =
"1.00000011920928977282585492503130808472633361816406";