Skip to content

Commit bacdd62

Browse files
committed
tests: ignore nvptx for tests that need target std
1 parent 31162b8 commit bacdd62

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

tests/run-make/crate-name-priority/rmake.rs

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// and the compiler flags, and checks that the flag is favoured each time.
55
// See https://github.com/rust-lang/rust/pull/15518
66

7+
//@ ignore-nvptx64 (no target std)
8+
79
use run_make_support::{bin_name, rfs, rustc, target};
810

911
fn main() {

tests/run-make/extra-filename-with-temp-outputs/rmake.rs

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// are named as expected.
77
// See https://github.com/rust-lang/rust/pull/15686
88

9+
//@ ignore-nvptx64 (no target std)
10+
911
use run_make_support::{
1012
bin_name, cwd, has_prefix, has_suffix, rfs, rustc, shallow_find_files, target,
1113
};

tests/run-make/strip/rmake.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//@ ignore-windows Windows does not actually strip
1+
//@ ignore-windows (Windows does not actually strip)
2+
//@ ignore-nvptx64 (needs target std)
23

34
// Test that -Cstrip correctly strips/preserves debuginfo and symbols.
45

0 commit comments

Comments
 (0)