mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-24 00:34:20 +00:00
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:
parent
d448b6fe81
commit
f720702cfa
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
4
debian/rules
vendored
@ -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)'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user