From 3886e7ff0d4bb5c8bfd95a657e98e56466dbbcc2 Mon Sep 17 00:00:00 2001 From: Rachel Barker Date: Thu, 25 Jun 2026 14:27:34 +0100 Subject: [PATCH] Mark linux-getrandom-fallback test as needs-unwind Fixes test failures on {aarch64*-none, armv7r-eabihf, thumbv7em-eabi*} targets which have panic=abort by default --- tests/ui/std/linux-getrandom-fallback.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ui/std/linux-getrandom-fallback.rs b/tests/ui/std/linux-getrandom-fallback.rs index c50fbe8257af..81c0fa623d83 100644 --- a/tests/ui/std/linux-getrandom-fallback.rs +++ b/tests/ui/std/linux-getrandom-fallback.rs @@ -1,5 +1,6 @@ //@ only-linux //@ run-pass +//@ needs-unwind #![feature(random)] #![feature(rustc_private)]