From efaf3eb8a06f2ad55334af6166d324fd79d8c25f Mon Sep 17 00:00:00 2001 From: Folkert de Vries Date: Thu, 12 Jun 2025 15:06:12 +0200 Subject: ignore `run-make` tests that need `std` on `no_std` targets In particular, anything that includes `none` in the target tripple, and `nvptx64-nvidia-cuda` --- tests/run-make/staticlib-broken-bitcode/rmake.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/run-make/staticlib-broken-bitcode') diff --git a/tests/run-make/staticlib-broken-bitcode/rmake.rs b/tests/run-make/staticlib-broken-bitcode/rmake.rs index 17d17c1f0f5..ab406d32176 100644 --- a/tests/run-make/staticlib-broken-bitcode/rmake.rs +++ b/tests/run-make/staticlib-broken-bitcode/rmake.rs @@ -1,3 +1,5 @@ +//@ needs-target-std +// // Regression test for https://github.com/rust-lang/rust/issues/128955#issuecomment-2657811196 // which checks that rustc can read an archive containing LLVM bitcode with a // newer version from the one rustc links against. -- cgit 1.4.1-3-g733a5