diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-05-16 13:16:56 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-05-16 13:16:56 +0000 |
commit | 15c7c18dc6775f6eea09f927fa0b327ab32ef738 (patch) | |
tree | 14a37f8315f820218e44cc2d9124bddc82005e1f /ChangeLog | |
parent | f137ff13835e2ac6f0d85f37b7ff32d134c9de18 (diff) | |
download | glibc-15c7c18dc6775f6eea09f927fa0b327ab32ef738.tar.gz |
Convert TEST_f_L tests from code to data.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +2013-05-16 Joseph Myers <joseph@codesourcery.com> + + * math/libm-test.inc (struct test_f_L_data): New type. + (RUN_TEST_LOOP_f_L): New macro. + (llrint_test_data): New variable. + (llrint_test): Run tests with RUN_TEST_LOOP_f_L. + (llrint_tonearest_test_data): New variable. + (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L. + (llrint_towardzero_test_data): New variable. + (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L. + (llrint_downward_test_data): New variable. + (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L. + (llrint_upward_test_data): New variable. + (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L. + (llround_test_data): New variable. + (llround_test): Run tests with RUN_TEST_LOOP_f_L. + 2013-05-13 Peter Collingbourne <pcc@google.com> * math/atest-exp2.c (get_log2): Remove const attribute. |