From bbed07ed38885f1d6e103ce213587f7f2248c76d Mon Sep 17 00:00:00 2001 From: das Date: Sun, 16 Dec 2007 23:36:37 +0000 Subject: Don't try the long double tests on i386. Our reduced precision can cause them to fail. --- tools/regression/lib/msun/test-next.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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); -- cgit v1.1