Amend r343442, by only expecting the lib.msun.cbrt_test.cbrtl_powl and
trig_test.reduction test cases to fail, if the fixes from r343916 have not yet been applied to the base compiler. Reported by: lwhsu PR: 234040 Upstream PR: https://bugs.llvm.org/show_bug.cgi?id=40206 MFC after: 1 week
This commit is contained in:
parent
3a3bb53835
commit
8eb3289c7f
@ -268,7 +268,8 @@ ATF_TC_BODY(cbrtl_powl, tc)
|
||||
long double y, z;
|
||||
size_t i;
|
||||
|
||||
#if defined(__amd64__) && defined(__clang__) && __clang_major__ >= 7
|
||||
#if defined(__amd64__) && defined(__clang__) && __clang_major__ >= 7 && \
|
||||
__FreeBSD_cc_version < 1300002
|
||||
atf_tc_expect_fail("test fails with clang 7+ - bug 234040");
|
||||
#endif
|
||||
|
||||
|
@ -160,7 +160,8 @@ ATF_TC_BODY(reduction, tc)
|
||||
|
||||
unsigned i;
|
||||
|
||||
#if defined(__amd64__) && defined(__clang__) && __clang_major__ >= 7
|
||||
#if defined(__amd64__) && defined(__clang__) && __clang_major__ >= 7 && \
|
||||
__FreeBSD_cc_version < 1300002
|
||||
atf_tc_expect_fail("test fails with clang 7+ - bug 234040");
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user