From 55815ff45513e7877423f9a8cc89258ba2a83339 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 19 Oct 2024 16:53:24 -0500 Subject: user/rust: Disable print_vtable_sizes test This test requires floating point precision that is not available on i586 systems (pmmx), causing the test to fail because of rounding. Closes: #1259 --- user/rust/APKBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/rust/APKBUILD b/user/rust/APKBUILD index ed606fd38..ede75b2d8 100644 --- a/user/rust/APKBUILD +++ b/user/rust/APKBUILD @@ -68,6 +68,10 @@ prepare() { default_prepare # These tests require Node and various NPM packages. rm -rf "$builddir"/tests/rustdoc-* + + # Tests depend on FP precision that can't be given on i586: #1259 + rm -f "$builddir"/tests/ui/traits/object/print_vtable_sizes.rs + rm -f "$builddir"/tests/ui/traits/object/print_vtable_sizes.stdout } build() { -- cgit v1.2.3-70-g09d2