Mark :reduction as an expected failure
It fails with clang 5.0+. PR: 220989 MFC after: 2 months MFC with: r321369 Reported by: Jenkins
This commit is contained in:
parent
4580a78efd
commit
bc82a381be
@ -162,6 +162,11 @@ ATF_TC_BODY(reduction, tc)
|
||||
};
|
||||
#endif
|
||||
|
||||
#if defined(__clang__) && \
|
||||
((__clang_major__ >= 5))
|
||||
atf_tc_expect_fail("test fails with clang 5.0+ - bug 220989");
|
||||
#endif
|
||||
|
||||
unsigned i;
|
||||
|
||||
for (i = 0; i < nitems(f_pi_odd); i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user