summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-05-14 19:13:43 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-14 19:13:43 +0000
commitacbd839a0745d969f9dcff8c92e16866d922725e (patch)
treeada03f1ca58081dc1c4f57ec31c362cfc1faef75 /ChangeLog
parente414d745eee93c16787c2b30cb47b83592267d43 (diff)
downloadglibc-acbd839a0745d969f9dcff8c92e16866d922725e.tar
glibc-acbd839a0745d969f9dcff8c92e16866d922725e.tar.gz
glibc-acbd839a0745d969f9dcff8c92e16866d922725e.tar.bz2
glibc-acbd839a0745d969f9dcff8c92e16866d922725e.zip
Convert TEST_f_i tests from code to data.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6aec9f6bd..60cd9a19d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2013-05-14 Joseph Myers <joseph@codesourcery.com>
+ * math/libm-test.inc (struct test_f_i_data): New type.
+ (RUN_TEST_LOOP_f_i): New macro.
+ (RUN_TEST_LOOP_f_i_tg): Likewise.
+ (fpclassify_test_data): New variable.
+ (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
+ (ilogb_test_data): New variable.
+ (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
+
* math/libm-test.inc (scalbln_test): Correct function name in END
call.