aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-05-24 15:36:54 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-05-24 15:36:54 +0000
commit7a25eb06bfa838900bef78b975c38aa7e012b587 (patch)
treef991573e1f3553c874988aa69704d2e1274b3e0e /ChangeLog
parentedb00e4d736c6d9b52e21a9557e71823e5a8df22 (diff)
downloadglibc-7a25eb06bfa838900bef78b975c38aa7e012b587.tar.xz
glibc-7a25eb06bfa838900bef78b975c38aa7e012b587.zip
Add tests for underflow exception bugs 10846, 14036.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 626078acd7..d8724ba9cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-05-24 Joseph Myers <joseph@codesourcery.com>
+ [BZ #10846]
+ [BZ #14036]
+ * math/libm-test.inc (exp_test): Add test from bug 14036.
+ (pow_test): Add test from bug 10846.
+
* math/gen-libm-test.pl (%beautify): Remove entries for exceptions
and other flags.
(special_function): Do not include flags in test name.