diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-10-08 22:22:23 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-10-08 22:22:23 +0000 |
commit | ef1bb3618c77f92a5ab1a98f907e5bb5149dc3dc (patch) | |
tree | 37d9c36837ed5fe4907848c4f0ae7cbfe1f6f41b /ChangeLog | |
parent | a76148d712d6c88b2f58044a422efb605154a1c9 (diff) | |
download | glibc-ef1bb3618c77f92a5ab1a98f907e5bb5149dc3dc.tar glibc-ef1bb3618c77f92a5ab1a98f907e5bb5149dc3dc.tar.gz glibc-ef1bb3618c77f92a5ab1a98f907e5bb5149dc3dc.tar.bz2 glibc-ef1bb3618c77f92a5ab1a98f907e5bb5149dc3dc.zip |
Improve libm test coverage of classification macros / functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2012-10-08 Joseph Myers <joseph@codesourcery.com> + + * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as + type-generic. + * math/libm-test.inc: Update comment listing what functions and + macros are tested. + (finite_test): New function. + (isinf_test): Likewise. + (isnan_test): Likewise. + (fpclassify_test): Test subnormal input. + (isfinite_test): Likewise. + (isnormal_test): Likewise. + (main): Call the new functions. + 2012-10-08 Jonathan Nieder <jrnieder@gmail.com> [BZ #14660] |