summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-01-03 17:08:10 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-01-03 17:08:10 +0000
commit7dd009d8656c0f5c1c633f3764746335a6feefa7 (patch)
treeda1fe86de2c2258fe76b82bc84132ecdc6808f10 /ChangeLog
parent819e5d50dd4d10dc359037eba74c70e74cb42739 (diff)
Mark various libm tests with xfail-rounding:ldbl-128ibm.
This patch marks various libm tests with xfail-rounding:ldbl-128ibm, where the failures appear to relate to GCC bug 59666 (bad libgcc handling of directed rounding), so as to allow clean libm-test-ulps regeneration without needing to edit out large ulps for various functions manually. Note that this only deals with the cases problematic for ulps regeneration. There are plenty of test failures left that do not affect ulps regeneration - results that are infinities or NaNs but should be finite, or vice versa, and missing and spurious exceptions - which should also be resolved during the release testing period. Tested for powerpc32 (hard float). * math/auto-libm-test-in: Mark various tests with xfail-rounding:ldbl-128ibm. * math/auto-libm-test-out: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f4d564d0c..8494096c62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-01-03 Joseph Myers <joseph@codesourcery.com>
+
+ * math/auto-libm-test-in: Mark various tests with
+ xfail-rounding:ldbl-128ibm.
+ * math/auto-libm-test-out: Regenerated.
+
2014-01-02 Joseph Myers <joseph@codesourcery.com>
[BZ #16386]