From e18c6eafde9fd3a8e214f4f21013b6e93d34dba7 Mon Sep 17 00:00:00 2001 From: Debian Rust Maintainers Date: Tue, 1 Dec 2020 19:57:48 +0000 Subject: [PATCH] this test is new in 1.40 and the failure is present on many Bug: https://github.com/rust-lang/rust/issues/67242 previous rust versions without users having complained or noticed, so just ignore the failure until upstream fixes it Gbp-Pq: Name u-tests-ignore-arm.patch --- src/test/run-make-fulldeps/foreign-exceptions/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/run-make-fulldeps/foreign-exceptions/Makefile b/src/test/run-make-fulldeps/foreign-exceptions/Makefile index 7eba52f3c2..58d0c6b014 100644 --- a/src/test/run-make-fulldeps/foreign-exceptions/Makefile +++ b/src/test/run-make-fulldeps/foreign-exceptions/Makefile @@ -1,3 +1,5 @@ +# ignore-arm + -include ../tools.mk all: foo -- 2.30.2