diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-13 18:57:35 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-13 18:57:35 +0000 |
commit | 0e400df55dd5dfadf9db83d1d6d80e87aa8c1afa (patch) | |
tree | f74853d481b90236841d47263fad20392a774b73 /ChangeLog | |
parent | 6d33265c721ac0172024f1f43af41717af8357b6 (diff) | |
download | glibc-0e400df55dd5dfadf9db83d1d6d80e87aa8c1afa.tar.gz |
Convert TEST_if_f tests from code to data.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2013-05-13 Joseph Myers <joseph@codesourcery.com> + * math/libm-test.inc (struct test_if_f_data): New type. + (RUN_TEST_LOOP_if_f): New macro. + (jn_test_data): New variable. + (jn_test): Run tests with RUN_TEST_LOOP_if_f. + (yn_test_data): New variable. + (yn_test): Run tests with RUN_TEST_LOOP_if_f. + * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f. 2013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com> |