diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2017-03-16 10:18:46 -0300 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2017-03-16 10:36:37 -0300 |
commit | 598fe6d9f4c860fe084abb769510a4636fe8f293 (patch) | |
tree | 3c9732babfe38451a2cb1f65fe8f1e50ad7085f5 /math/auto-libm-test-in | |
parent | 2072f5c34ede81dde9e0d953d57a0690a66b0f12 (diff) | |
download | glibc-598fe6d9f4c860fe084abb769510a4636fe8f293.tar.gz glibc-598fe6d9f4c860fe084abb769510a4636fe8f293.tar.xz glibc-598fe6d9f4c860fe084abb769510a4636fe8f293.zip |
XFAIL catan and catanh tests on ibm128
Mark 4 catan and catanh tests as xfail-rounding:ibm128-libgcc. After this patch all catan and catanh tests pass on ibm128. Regenerated auto-libm-test-out using gmp 6.1.2, mpfr 3.1.5 and upstream mpc (9ef8030e50), Tested on powerpc, powerpc64 and powerpc64le. * math/auto-libm-test-in: Mark some catan and catanh as xfail-rounding:ibm128-libgcc. * math/auto-libm-test-out-catan: Regenerate. * math/auto-libm-test-out-catanh: Likewise.
Diffstat (limited to 'math/auto-libm-test-in')
-rw-r--r-- | math/auto-libm-test-in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/math/auto-libm-test-in b/math/auto-libm-test-in index 6a47044f6b..0001fca8f1 100644 --- a/math/auto-libm-test-in +++ b/math/auto-libm-test-in @@ -3020,10 +3020,10 @@ catan 0.0 0x1.fp16383 catan -0.0 0x1.fp16383 catan 0.0 -0x1.fp16383 catan -0.0 -0x1.fp16383 -catan 0x1.fp16383 0x1.fp16383 -catan 0x1.fp16383 -0x1.fp16383 -catan -0x1.fp16383 0x1.fp16383 -catan -0x1.fp16383 -0x1.fp16383 +catan 0x1.fp16383 0x1.fp16383 xfail-rounding:ibm128-libgcc +catan 0x1.fp16383 -0x1.fp16383 xfail-rounding:ibm128-libgcc +catan -0x1.fp16383 0x1.fp16383 xfail-rounding:ibm128-libgcc +catan -0x1.fp16383 -0x1.fp16383 xfail-rounding:ibm128-libgcc catan 0x1p-13 1.0 catan 0x1p-13 -1.0 catan -0x1p-13 1.0 @@ -3438,10 +3438,10 @@ catanh 0.0 0x1.fp16383 catanh -0.0 0x1.fp16383 catanh 0.0 -0x1.fp16383 catanh -0.0 -0x1.fp16383 -catanh 0x1.fp16383 0x1.fp16383 -catanh 0x1.fp16383 -0x1.fp16383 -catanh -0x1.fp16383 0x1.fp16383 -catanh -0x1.fp16383 -0x1.fp16383 +catanh 0x1.fp16383 0x1.fp16383 xfail-rounding:ibm128-libgcc +catanh 0x1.fp16383 -0x1.fp16383 xfail-rounding:ibm128-libgcc +catanh -0x1.fp16383 0x1.fp16383 xfail-rounding:ibm128-libgcc +catanh -0x1.fp16383 -0x1.fp16383 xfail-rounding:ibm128-libgcc catanh 0x1p-13 1.0 catanh 0x1p-13 -1.0 catanh -0x1p-13 1.0 |