diff options
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index fafe96ff22..59756319cf 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -833,16 +833,14 @@ exp 0.75 exp 50.0 exp 88.72269439697265625 exp 709.75 -# Bug 16284: results on directed rounding may be incorrect. # GCC bug 59666: results on directed rounding may be incorrect. -exp 1000.0 xfail-rounding:dbl-64 xfail-rounding:ldbl-128ibm -exp 710 xfail-rounding:dbl-64 xfail-rounding:ldbl-128ibm +exp 1000.0 xfail-rounding:ldbl-128ibm +exp 710 xfail-rounding:ldbl-128ibm exp -1234 -# Bug 16284: results on directed rounding may be incorrect. # GCC bug 59666: results on directed rounding may be incorrect. -exp 0x2.c679d1f73f0fb628p+8 xfail-rounding:dbl-64 xfail-rounding:ldbl-128ibm -exp 1e5 xfail-rounding:dbl-64 xfail-rounding:ldbl-128ibm -exp max xfail-rounding:dbl-64 xfail-rounding:ldbl-128ibm +exp 0x2.c679d1f73f0fb628p+8 xfail-rounding:ldbl-128ibm +exp 1e5 xfail-rounding:ldbl-128ibm +exp max xfail-rounding:ldbl-128ibm exp -7.4444006192138124e+02 exp -0x1.75f113c30b1c8p+9 exp -max @@ -856,27 +854,22 @@ exp10 36 exp10 -36 exp10 305 exp10 -305 -# Bug 16284: results on directed rounding may be incorrect. # GCC bug 59666: results on directed rounding may be incorrect. -exp10 4932 xfail-rounding:flt-32 xfail-rounding:ldbl-128ibm +exp10 4932 xfail-rounding:ldbl-128ibm # Bug 16361: underflow exception may be misssing exp10 -4932 missing-underflow:ldbl-96-intel:x86 missing-underflow:ldbl-96-intel:x86_64 -# Bug 16284: results on directed rounding may be incorrect. # GCC bug 59666: results on directed rounding may be incorrect. -exp10 1e5 xfail-rounding:flt-32 xfail-rounding:ldbl-128ibm +exp10 1e5 xfail-rounding:ldbl-128ibm exp10 -1e5 -# Bug 16284: results on directed rounding may be incorrect. # GCC bug 59666: results on directed rounding may be incorrect. -exp10 1e6 xfail-rounding:flt-32 xfail-rounding:ldbl-128ibm +exp10 1e6 xfail-rounding:ldbl-128ibm exp10 -1e6 -# Bug 16284: results on directed rounding may be incorrect. # GCC bug 59666: results on directed rounding may be incorrect. -exp10 max xfail-rounding:flt-32 xfail-rounding:ldbl-128ibm +exp10 max xfail-rounding:ldbl-128ibm exp10 -max exp10 0.75 -# Bug 16284: results on directed rounding may be incorrect. # GCC bug 59666: results on directed rounding may be incorrect. -exp10 0x1.348e45573a1dd72cp+8 xfail-rounding:flt-32 xfail-rounding:dbl-64 xfail-rounding:ldbl-128ibm +exp10 0x1.348e45573a1dd72cp+8 xfail-rounding:ldbl-128ibm exp2 0 exp2 -0 |