d/rules: adapt allowed test failures

give loong64 the same status as other ports, now that is might build. promote
riscv64 to the next higher tier.

Closes: #1071707

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-05-24 08:15:50 +02:00
parent d448b6fe81
commit f720702cfa
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
rustc (1.72.1+dfsg1-1~exp1) UNRELEASED; urgency=medium
* New upstream release
* Update wasi-libc to ~git20230621.7018e24
-- Fabian Grünbichler <f.gruenbichler@proxmox.com> Fri, 17 May 2024 12:00:02 +0200

4
debian/rules vendored
View File

@ -332,10 +332,10 @@ endif
ifneq (,$(filter $(DEB_BUILD_ARCH), mipsel))
FAILURES_ALLOWED = 25
endif
ifneq (,$(filter $(DEB_BUILD_ARCH), ppc64 s390x))
ifneq (,$(filter $(DEB_BUILD_ARCH), ppc64 s390x riscv64))
FAILURES_ALLOWED = 40
endif
ifneq (,$(filter $(DEB_BUILD_ARCH), powerpc powerpcspe riscv64 sparc64 x32))
ifneq (,$(filter $(DEB_BUILD_ARCH), loong64 powerpc powerpcspe sparc64 x32))
FAILURES_ALLOWED = 180
endif
FAILED_TESTS = grep "FAILED\|^command did not execute successfully" $(TEST_LOG) | grep -v '^test result: FAILED' | grep -v 'FAILED (allowed)'