From e84ae754e104117dc908f849c321cb21d74efc8d Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 28 May 2024 01:06:20 +0200 Subject: [PATCH] rules: Set the number of expected failures on Hurd ports --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 2aa524e351..c0f20ec2fc 100755 --- a/debian/rules +++ b/debian/rules @@ -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)' -- 2.39.5