diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-11-16 12:47:38 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-11-16 12:47:38 +0000 |
commit | ee1466a953527d550bd0a7eed3ac46ba187ed65f (patch) | |
tree | dc41648dd9927d1184ee65b802020eaf4ce6caf6 /ChangeLog | |
parent | 14407b7e60d8e8f74ba5751c321051f5f3341cd4 (diff) | |
download | glibc-ee1466a953527d550bd0a7eed3ac46ba187ed65f.tar.gz glibc-ee1466a953527d550bd0a7eed3ac46ba187ed65f.tar.xz glibc-ee1466a953527d550bd0a7eed3ac46ba187ed65f.zip |
Add libm-test support for ignored return value, add more lrint / llrint / lround / llround tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1c9bb6a3e7..96c22ba55f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,31 @@ 2013-11-16 Joseph Myers <joseph@codesourcery.com> + * math/gen-libm-test.pl (show_exceptions): Take extra argument + $ignore_result. + (parse_args): Handle function results specified as IGNORE. + * math/libm-test.inc (IGNORE_RESULT): New macro. + (check_float_internal): Do not check numerical result if flag + IGNORE_RESULT set. + (check_complex): Pass through IGNORE_RESULT to second + check_float_internal call. + (check_int): Do not check numerical result if flag IGNORE_RESULT + set. + (check_long): Likewise. + (check_bool): Likewise. + (check_longlong): Likewise. + (lrint_test_data): Add tests of infinite and NaN arguments. + (lrint_tonearest_test_data): Likewise. + (lrint_towardzero_test_data): Likewise. + (lrint_downward_test_data): Likewise. + (lrint_upward_test_data): Likewise. + (llrint_test_data): Likewise. + (llrint_tonearest_test_data): Likewise. + (llrint_towardzero_test_data): Likewise. + (llrint_downward_test_data): Likewise. + (llrint_upward_test_data): Likewise. + (lround_test_data): Likewise. + (llround_test_data): Likewise. + * math/libm-test.inc (NO_TEST_INLINE): New macro. (ERRNO_UNCHANGED): Update value. (ERRNO_EDOM): Likewise. |