diff options
author | Wilco Dijkstra <Wilco.Dijkstra@arm.com> | 2019-07-16 10:39:56 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-10-21 08:47:07 -0300 |
commit | 55d530114ef3513eb8588e31e3850f04ac608077 (patch) | |
tree | 187503865e68743e43207189be3d4849bfb66ded /math/libm-test-driver.c | |
parent | 7bdb921d70bf9f93948e2e311fef9ef439314e41 (diff) | |
download | glibc-55d530114ef3513eb8588e31e3850f04ac608077.zip glibc-55d530114ef3513eb8588e31e3850f04ac608077.tar.gz glibc-55d530114ef3513eb8588e31e3850f04ac608077.tar.bz2 |
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-driver.c')
-rw-r--r-- | math/libm-test-driver.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/math/libm-test-driver.c b/math/libm-test-driver.c index d247294..a6fc23d 100644 --- a/math/libm-test-driver.c +++ b/math/libm-test-driver.c @@ -23,7 +23,6 @@ /* Flags set by the including file. */ const int flag_test_errno = TEST_ERRNO; const int flag_test_exceptions = TEST_EXCEPTIONS; -const int flag_test_finite = TEST_FINITE; const int flag_test_inline = TEST_INLINE; const int flag_test_mathvec = TEST_MATHVEC; @@ -44,8 +43,6 @@ const int snan_tests_arg = SNAN_TESTS (FLOAT); # define TEST_MSG "testing " STR_FLOAT " (vector length " STR_VEC_LEN ")\n" #elif TEST_INLINE # define TEST_MSG "testing " STR_FLOAT " (inline functions)\n" -#elif TEST_FINITE -# define TEST_MSG "testing " STR_FLOAT " (finite-math-only)\n" #elif TEST_NARROW # define TEST_MSG "testing " STR_FLOAT " (argument " STR_ARG_FLOAT ")\n" #else |