]> git.proxmox.com Git - rustc.git/commitdiff
Bump up allowed-test-failures to 8
authorXimin Luo <infinity0@debian.org>
Wed, 30 May 2018 03:36:41 +0000 (20:36 -0700)
committerXimin Luo <infinity0@debian.org>
Wed, 30 May 2018 03:36:41 +0000 (20:36 -0700)
debian/changelog
debian/rules

index 1c6d0a83e0a2b416da23c86258725c437669d1f5..00444db282b4e283cc895de8ed225e08684252b6 100644 (file)
@@ -1,6 +1,8 @@
 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
 
index 48687a45f30eb5b49460d228a13575d2b388521a..c354979f1fcd887fa9ae5d8195530cfea4cd13af 100755 (executable)
@@ -223,9 +223,9 @@ ifeq (true,$(BUILD_DOCS))
 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