rustc (1.26.0+dfsg1-1~exp4) UNRELEASED; urgency=medium
* Try alternative patch to ignore x86 stdsimd tests suggested by upstream.
+ * Bump up allowed-test-failures to 8 to account for the fact that we're now
+ double-counting some failures.
-- Ximin Luo <infinity0@debian.org> Tue, 29 May 2018 20:25:53 -0700
endif
TEST_LOG = debian/rustc-tests.log
-FAILURES_ALLOWED = 5
+FAILURES_ALLOWED = 8
ifneq (,$(filter $(DEB_BUILD_ARCH), s390x))
- FAILURES_ALLOWED = 15
+ FAILURES_ALLOWED = 18
endif
ifneq (,$(filter $(DEB_BUILD_ARCH), powerpc powerpcspe sparc64 x32))
FAILURES_ALLOWED = 160