diff options
author | Joseph Myers <joseph@codesourcery.com> | 2017-01-03 18:45:28 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2017-01-03 18:45:28 +0000 |
commit | daaff5cc793acdd4f8667fca3b901647b4c34363 (patch) | |
tree | 620bf804f65785149b2b9d4ce01bf90b689c2cf6 /ChangeLog | |
parent | 8dad72997af2be0dc72a4bc7dbe82d85c90334fc (diff) | |
download | glibc-daaff5cc793acdd4f8667fca3b901647b4c34363.zip glibc-daaff5cc793acdd4f8667fca3b901647b4c34363.tar.gz glibc-daaff5cc793acdd4f8667fca3b901647b4c34363.tar.bz2 |
Fix math/test-fenvinline for no-exceptions configurations.
This patch fixes math/test-fenvinline.c to stop it failing in
no-exceptions configurations (where some exception macros are defined
but may not be supported at runtime). The relevant parts of the test
are disabled in that case; some parts can still run (and the rounding
mode tests are written in a way such that they work even if the
rounding modes aren't supported).
Tested for mips64 soft-float, and for x86_64 to make sure the tests
still run when the exceptions are supported.
* math/test-fenvinline.c (do_test): Disable tests of raised
exceptions if !EXCEPTION_TESTS (FLOAT).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2017-01-03 Joseph Myers <joseph@codesourcery.com> + + * math/test-fenvinline.c (do_test): Disable tests of raised + exceptions if !EXCEPTION_TESTS (FLOAT). + 2017-01-03 Adhemerval Zanella <adhemerval.zanella@linaro.org> [BZ #19390] |