summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-05-13 18:58:17 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-13 18:58:17 +0000
commit6a1992e2681b3bd0dac240256c29f983c59aa22b (patch)
tree060cde7fd3788cd902841701a87496bc8ef9d3c5 /ChangeLog
parent0e400df55dd5dfadf9db83d1d6d80e87aa8c1afa (diff)
downloadglibc-6a1992e2681b3bd0dac240256c29f983c59aa22b.tar.gz
Convert TEST_c_f tests from code to data.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b513e1b2c5..e1be7478bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2013-05-13 Joseph Myers <joseph@codesourcery.com>
+ * math/libm-test.inc (struct test_c_f_data): New type.
+ (RUN_TEST_LOOP_c_f): New macro.
+ (cabs_test_data): New variable.
+ (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
+ (carg_test_data): New variable.
+ (carg_test): Run tests with RUN_TEST_LOOP_c_f.
+ (cimag_test_data): New variable.
+ (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
+ (creal_test_data): New variable.
+ (creal_test): Run tests with RUN_TEST_LOOP_c_f.
+
* math/libm-test.inc (struct test_if_f_data): New type.
(RUN_TEST_LOOP_if_f): New macro.
(jn_test_data): New variable.