diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-17 19:01:27 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-17 19:01:27 +0000 |
commit | de407f79a20659fd11cc3b4e30ff9f1e349b5b93 (patch) | |
tree | e883039d95c2587e7463ccfed87b5851ca068be4 /ChangeLog | |
parent | 8269107fe654ac2bb286c97ff874407ffc920d1f (diff) | |
download | glibc-de407f79a20659fd11cc3b4e30ff9f1e349b5b93.tar.gz glibc-de407f79a20659fd11cc3b4e30ff9f1e349b5b93.tar.xz glibc-de407f79a20659fd11cc3b4e30ff9f1e349b5b93.zip |
Don't handle ulps for integer tests in libm-test.inc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6bf5860b6e..36e0da57df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2013-05-17 Joseph Myers <joseph@codesourcery.com> + * math/libm-test.inc (check_int): Expect result to be exactly + equal to expected value and do not handle ulps. + (check_long): Likewise. + (check_longlong): Likewise. + * math/libm-test.inc (ceil_test_data): Test for "inexact" exceptions. (cimag_test_data): Likewise. |