diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-01 14:19:59 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-15 19:08:04 +0100 |
commit | 64d063b80005674a856ae4fee638a739137f6775 (patch) | |
tree | 1d9040e5e61d8c9d7fef5151b1317ff62212a640 /ChangeLog | |
parent | 67e971f18ffc9b3ea57cbccba54d5203d1e6a988 (diff) | |
download | glibc-64d063b80005674a856ae4fee638a739137f6775.tar.gz glibc-64d063b80005674a856ae4fee638a739137f6775.tar.xz glibc-64d063b80005674a856ae4fee638a739137f6775.zip |
Add one test, removed a duplicated one, add a few comments about missing tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b498f67672..553da36738 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2013-03-15 Thomas Schwinge <thomas@codesourcery.com> + * math/libm-test.inc (acosh_test): Also test with qNaN input. + (sqrt_test): Remove duplicate test with qNaN input. + (lrint_test, llrint_test, lround_test, llround_test, rint_test) + (round_test, signbit_test, significand_test): Note missing +/-Inf + as well as qNaN tests. + * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to qNaN_var. Fix a few strings, too. * math/libm-test.inc (nan_value): Rename to qnan_value. |