From 3aba0b0ddacf40cca451205c690a6e6bbdba7213 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 23 Oct 2024 22:29:50 +0200 Subject: [PATCH] disable broken i386 tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic build Gbp-Pq: Name disable-broken-i386-tests.patch --- tests/ui/traits/object/print_vtable_sizes.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ui/traits/object/print_vtable_sizes.rs b/tests/ui/traits/object/print_vtable_sizes.rs index 2b1745da5f..fd94386201 100644 --- a/tests/ui/traits/object/print_vtable_sizes.rs +++ b/tests/ui/traits/object/print_vtable_sizes.rs @@ -1,5 +1,7 @@ //@ check-pass //@ compile-flags: -Z print-vtable-sizes +//Debian: broken floats break the expected output on i386 +//@ ignore-i686-unknown-linux-gnu #![crate_type = "lib"] trait A: AsRef<[T::V]> + AsMut<[T::V]> {} -- 2.30.2