diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-03-20 10:58:04 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-03-20 10:58:04 +0000 |
commit | c135cc1b5f24fab392af069daa637b51621c67ff (patch) | |
tree | d583bd90a52dcad36effa734bfb094c58a68fea4 /ChangeLog | |
parent | c27225516c2205a2d9f7b9db18a5105a33adbce9 (diff) | |
download | glibc-c135cc1b5f24fab392af069daa637b51621c67ff.zip glibc-c135cc1b5f24fab392af069daa637b51621c67ff.tar.gz glibc-c135cc1b5f24fab392af069daa637b51621c67ff.tar.bz2 |
Test for overflow exceptions in libm-test.inc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2012-03-20 Joseph Myers <joseph@codesourcery.com> + + * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and + OVERFLOW_EXCEPTION_OK. + * math/libm-test.inc ("Philosophy"): Update comment about + exception testing. + (OVERFLOW_EXCEPTION): Define. + (OVERFLOW_EXCEPTION_OK): Likewise. + (INVALID_EXCEPTION_OK): Renumber. + (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise. + (IGNORE_ZERO_INF_SIGN): Likewise. + (test_exceptions): Handle FE_OVERFLOW. + (exp10_test): Expect overflow exceptions. + (exp2_test): Likewise. + (expm1_test): Likewise. + (nextafter_test): Likewise. + (pow_test): Likewise. + (scalbn_test): Likewise. + (scalbln_test): Likewise. + 2012-03-19 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86_64/bits/atomic.h |