diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-06-11 15:44:31 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-06-11 15:44:31 +0000 |
commit | f1d73d30dfe6b5ebec071542835f1b6c2b2f8fcf (patch) | |
tree | b64511b755c6c158911c9f19bce9e7ffabc80edc /ChangeLog | |
parent | 94aca5e740d6101f91002d027776252340f6abef (diff) | |
download | glibc-f1d73d30dfe6b5ebec071542835f1b6c2b2f8fcf.tar glibc-f1d73d30dfe6b5ebec071542835f1b6c2b2f8fcf.tar.gz glibc-f1d73d30dfe6b5ebec071542835f1b6c2b2f8fcf.tar.bz2 glibc-f1d73d30dfe6b5ebec071542835f1b6c2b2f8fcf.zip |
Add exception information to math-tests.h and use it in libm-test.inc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2013-06-11 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro. + (EXCEPTION_TESTS_double): Likewise. + (EXCEPTION_TESTS_long_double): Likewise. + (EXCEPTION_TESTS): Likewise. + * math/libm-test.inc (test_exceptions): Only test exceptions if + EXCEPTION_TESTS (FLOAT). + 2013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com> * benchtests/Makefile (string-bench): Add strcpy_chk and |