aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-10-06 22:41:49 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-10-06 22:41:49 +0000
commita68dec3b03b9c163ad79192cbe837208b2f90de1 (patch)
treef88ff664d413203bd75b6ba9883350f610c191a0 /ChangeLog
parent09492277f1084544749cf63120bb3e8764dc9571 (diff)
downloadglibc-a68dec3b03b9c163ad79192cbe837208b2f90de1.tar
glibc-a68dec3b03b9c163ad79192cbe837208b2f90de1.tar.gz
glibc-a68dec3b03b9c163ad79192cbe837208b2f90de1.tar.bz2
glibc-a68dec3b03b9c163ad79192cbe837208b2f90de1.zip
Add more tests of lrint, llrint, lround, llround.
This patch adds more tests of lrint, llrint, lround and llround, to cover various standard special cases not previously covered, and more tests of overflow. Tested for x86_64 and x86. * math/libm-test.inc (lrint_test_data): Add more tests. (llrint_test_data): Likewise. (lround_test_data): Likewise. (llround_test_data): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb03807adc..b49f35d943 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2015-10-06 Joseph Myers <joseph@codesourcery.com>
+ * math/libm-test.inc (lrint_test_data): Add more tests.
+ (llrint_test_data): Likewise.
+ (lround_test_data): Likewise.
+ (llround_test_data): Likewise.
+
* math/libm-test.inc (lrint_test_data): Add tests used for llrint.
(llrint_test_data): Add tests used for lrint.