about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-05-15 12:04:07 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-05-15 12:04:07 +0000
commit7abeee129ef9872abd8e2fe0f94b1ad31f4ac591 (patch)
tree77ebc1ca96dffd5475dfb717e8c9e303a33777e0 /ChangeLog
parentcbe8c4d3337fe97ea516e41759608b7c5661eefb (diff)
downloadglibc-7abeee129ef9872abd8e2fe0f94b1ad31f4ac591.tar.gz
glibc-7abeee129ef9872abd8e2fe0f94b1ad31f4ac591.tar.xz
glibc-7abeee129ef9872abd8e2fe0f94b1ad31f4ac591.zip
Convert TEST_f_b tests from code to data.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e2a16c7697..c238afd937 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
 
+	* math/libm-test.inc (struct test_f_i_data): Add comment.
+	(RUN_TEST_LOOP_f_b): New macro.
+	(RUN_TEST_LOOP_f_b_tg): Likewise.
+	(finite_test_data): New variable.
+	(finite_test): Run tests with RUN_TEST_LOOP_f_b.
+	(isfinite_test_data): New variable.
+	(isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
+	(isinf_test_data): New variable.
+	(isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
+	(isnan_test_data): New variable.
+	(isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
+	(isnormal_test_data): New variable.
+	(isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
+	(issignaling_test_data): New variable.
+	(issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
+	(signbit_test_data): New variable.
+	(signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
+
 	* math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
 	with INVALID_EXCEPTION.
 	(acosh_test_data): Likewise.