mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
Convert TEST_f_L tests from code to data.
This commit is contained in:
parent
f137ff1383
commit
15c7c18dc6
17
ChangeLog
17
ChangeLog
@ -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.
|
||||
|
1583
math/libm-test.inc
1583
math/libm-test.inc
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user