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:
Enji Cooper 2017-07-25 03:56:42 +00:00
parent 4580a78efd
commit bc82a381be

View File

@ -162,6 +162,11 @@ ATF_TC_BODY(reduction, tc)
}; };
#endif #endif
#if defined(__clang__) && \
((__clang_major__ >= 5))
atf_tc_expect_fail("test fails with clang 5.0+ - bug 220989");
#endif
unsigned i; unsigned i;
for (i = 0; i < nitems(f_pi_odd); i++) { for (i = 0; i < nitems(f_pi_odd); i++) {