fmaxmin_test still fails with clang 3.9.x.. bypass the test

MFC after:	3 days
PR:		208703
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-01-13 04:21:09 +00:00
parent ef7ff3e308
commit ee5d5813c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312012

View File

@ -56,7 +56,7 @@ TAP_TESTS_C+= exponential_test
TAP_TESTS_C+= fenv_test
TAP_TESTS_C+= fma_test
# clang 3.8.0 fails always fails this test. See: bug 208703
.if ! (${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} == 30800)
.if ! (${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 30800)
TAP_TESTS_C+= fmaxmin_test
.endif
TAP_TESTS_C+= ilogb2_test