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:
parent
ef7ff3e308
commit
ee5d5813c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user