]> git.proxmox.com Git - rustc.git/commitdiff
rules: Set the number of expected failures on Hurd ports
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 27 May 2024 23:06:20 +0000 (01:06 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 29 May 2024 09:24:44 +0000 (11:24 +0200)
debian/rules

index 2aa524e3510f39c0ee7460b7762256ed075c59cb..c0f20ec2fc0662af9702e5d74a01dcc5f7f672e6 100755 (executable)
@@ -335,7 +335,7 @@ endif
 ifneq (,$(filter $(DEB_BUILD_ARCH), ppc64 s390x riscv64))
   FAILURES_ALLOWED = 40
 endif
-ifneq (,$(filter $(DEB_BUILD_ARCH), loong64 powerpc powerpcspe sparc64 x32))
+ifneq (,$(filter $(DEB_BUILD_ARCH), loong64 powerpc powerpcspe sparc64 x32 hurd-i386 hurd-amd64))
   FAILURES_ALLOWED = 180
 endif
 FAILED_TESTS = grep "FAILED\|^command did not execute successfully" $(TEST_LOG) | grep -v '^test result: FAILED' | grep -v 'FAILED (allowed)'