diff options
| author | Folkert de Vries <folkert@folkertdev.nl> | 2025-06-12 15:06:12 +0200 |
|---|---|---|
| committer | Folkert de Vries <folkert@folkertdev.nl> | 2025-06-12 15:10:12 +0200 |
| commit | efaf3eb8a06f2ad55334af6166d324fd79d8c25f (patch) | |
| tree | 5a7753a049fb4612d2a6c3fd432bfb4c95a64203 /tests/run-make/lto-avoid-object-duplication/rmake.rs | |
| parent | fd50e1012f79eb93f661adc6f276335e4cfb34ea (diff) | |
| download | rust-efaf3eb8a06f2ad55334af6166d324fd79d8c25f.tar.gz rust-efaf3eb8a06f2ad55334af6166d324fd79d8c25f.zip | |
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`
Diffstat (limited to 'tests/run-make/lto-avoid-object-duplication/rmake.rs')
| -rw-r--r-- | tests/run-make/lto-avoid-object-duplication/rmake.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-make/lto-avoid-object-duplication/rmake.rs b/tests/run-make/lto-avoid-object-duplication/rmake.rs index b0e7494cb51..394aed2b881 100644 --- a/tests/run-make/lto-avoid-object-duplication/rmake.rs +++ b/tests/run-make/lto-avoid-object-duplication/rmake.rs @@ -8,6 +8,7 @@ // This test makes sure that functions defined in the upstream crates do not // appear twice in the final staticlib when listing all the symbols from it. +//@ needs-target-std //@ ignore-windows // Reason: `llvm-objdump`'s output looks different on windows than on other platforms. // Only checking on Unix platforms should suffice. |
