summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2007-12-16 23:36:37 +0000
committerdas <das@FreeBSD.org>2007-12-16 23:36:37 +0000
commitbbed07ed38885f1d6e103ce213587f7f2248c76d (patch)
tree1edfd24b466b6b33106ba71e8b6b883f7250205c /tools
parent218b1f5292b7a8d9fd2050961232f96c860645b0 (diff)
downloadFreeBSD-src-bbed07ed38885f1d6e103ce213587f7f2248c76d.zip
FreeBSD-src-bbed07ed38885f1d6e103ce213587f7f2248c76d.tar.gz
Don't try the long double tests on i386. Our reduced precision
can cause them to fail.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/lib/msun/test-next.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/lib/msun/test-next.c b/tools/regression/lib/msun/test-next.c
index f8cd68d..78f3c57 100644
--- a/tools/regression/lib/msun/test-next.c
+++ b/tools/regression/lib/msun/test-next.c
@@ -182,7 +182,7 @@ main(int argc, char *argv[])
testboth(0x1p1L, -INFINITY, 0x1.fffffffffffffp+0L, 0, l);
testboth(0x0.fffffffffffffp-1022L, INFINITY, 0x1p-1022L, 0, l);
testboth(0x1p-1022L, -INFINITY, 0x0.fffffffffffffp-1022L, ex_under, l);
-#elif LDBL_MANT_DIG == 64
+#elif LDBL_MANT_DIG == 64 && !defined(__i386)
testboth(0x1.87654321fffffffep+0L, INFINITY, 0x1.87654322p+0L, 0, l);
testboth(0x1.87654322p+0L, -INFINITY, 0x1.87654321fffffffep+0L, 0, l);
testboth(0x1.fffffffffffffffep0L, INFINITY, 0x1p1L, 0, l);
OpenPOWER on IntegriCloud