about summary refs log tree commit diff
path: root/math/libm-test-support.h
diff options
context:
space:
mode:
authorWilco Dijkstra <Wilco.Dijkstra@arm.com>2019-07-16 10:39:56 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-10-21 08:47:07 -0300
commit55d530114ef3513eb8588e31e3850f04ac608077 (patch)
tree187503865e68743e43207189be3d4849bfb66ded /math/libm-test-support.h
parent7bdb921d70bf9f93948e2e311fef9ef439314e41 (diff)
downloadglibc-55d530114ef3513eb8588e31e3850f04ac608077.tar.gz
glibc-55d530114ef3513eb8588e31e3850f04ac608077.tar.xz
glibc-55d530114ef3513eb8588e31e3850f04ac608077.zip
Remove finite-math tests
Remove the finite-math tests from the testsuite - these are no longer
useful after removing math-finite.h header.

Passes buildmanyglibc, build&test on x86_64 and AArch64.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'math/libm-test-support.h')
-rw-r--r--math/libm-test-support.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/libm-test-support.h b/math/libm-test-support.h
index de367fe6f5..5a234d42e0 100644
--- a/math/libm-test-support.h
+++ b/math/libm-test-support.h
@@ -34,7 +34,6 @@
 
 extern const int flag_test_errno;
 extern const int flag_test_exceptions;
-extern const int flag_test_finite;
 extern const int flag_test_inline;
 extern const int flag_test_mathvec;
 extern const int snan_tests_arg;
@@ -69,7 +68,6 @@ extern const char doc[];
 #define ERRNO_ERANGE			0x20000
 /* Flags generated by gen-libm-test.py, not entered here manually.  */
 #define IGNORE_RESULT			0x40000
-#define NON_FINITE			0x80000
 #define TEST_SNAN			0x100000
 #define NO_TEST_MATHVEC			0x200000