From 55d530114ef3513eb8588e31e3850f04ac608077 Mon Sep 17 00:00:00 2001 From: Wilco Dijkstra Date: Tue, 16 Jul 2019 10:39:56 -0300 Subject: 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 --- math/libm-test-support.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'math/libm-test-support.c') diff --git a/math/libm-test-support.c b/math/libm-test-support.c index 9ba673486b..bd38cea2c3 100644 --- a/math/libm-test-support.c +++ b/math/libm-test-support.c @@ -983,8 +983,6 @@ enable_test (int exceptions) return 0; if (flag_test_inline && (exceptions & NO_TEST_INLINE)) return 0; - if (flag_test_finite && (exceptions & NON_FINITE) != 0) - return 0; if ((!SNAN_TESTS (FLOAT) || !snan_tests_arg) && (exceptions & TEST_SNAN) != 0) return 0; -- cgit 1.4.1