diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-19 10:16:49 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-21 16:05:29 +0100 |
commit | 5aa4a1a1fd742479818a668d42d91ca9ec4a6318 (patch) | |
tree | 33ff8dddda5606d8646047fc8fedf63630849832 /ChangeLog | |
parent | 98c48fe5cc4317123a168490a8fb37540e23f104 (diff) | |
download | glibc-5aa4a1a1fd742479818a668d42d91ca9ec4a6318.tar glibc-5aa4a1a1fd742479818a668d42d91ca9ec4a6318.tar.gz glibc-5aa4a1a1fd742479818a668d42d91ca9ec4a6318.tar.bz2 glibc-5aa4a1a1fd742479818a668d42d91ca9ec4a6318.zip |
On 32-bit x86, disable certain tests involving sNaN values.
Follow-up to commit 495ded2c8c1eb8c0ac4b54add2dd397852e19cba.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2013-03-21 Thomas Schwinge <thomas@codesourcery.com> + + * sysdeps/generic/math-tests.h: New file. + * sysdeps/i386/fpu/math-tests.h: Likewise. + * math/test-snan.c: Include it. + (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests. + 2013-03-21 Joseph Myers <joseph@codesourcery.com> [BZ #15285] |