File tree Expand file tree Collapse file tree 6 files changed +5
-32
lines changed
export-executable-symbols
incr-prev-body-beyond-eof
moved-src-dir-fingerprint-ice Expand file tree Collapse file tree 6 files changed +5
-32
lines changed Original file line number Diff line number Diff line change 66//@ ignore-cross-compile
77// Reason: the compiled binary is executed
88
9- //@ ignore-none
10- // Reason: no-std is not supported.
11- //@ ignore-wasm32
12- //@ ignore-wasm64
13- // Reason: compiling C++ to WASM may cause problems.
14-
15- // Neither of these are tested in full CI.
16- //@ ignore-nvptx64-nvidia-cuda
17- // Reason: can't find crate "std"
18- //@ ignore-sgx
19-
209use run_make_support:: { build_native_static_lib_cxx, run, rustc} ;
2110
2211fn main ( ) {
Original file line number Diff line number Diff line change 88// Reason: the export-executable-symbols flag only works on Unix
99// due to hardcoded platform-specific implementation
1010// (See #85673)
11- //@ ignore-wasm32
12- //@ ignore-wasm64
13- //@ ignore-none
14- // Reason: no-std is not supported
11+ //@ needs-target-std
1512
1613use run_make_support:: { bin_name, llvm_readobj, rustc} ;
1714
Original file line number Diff line number Diff line change 55// source file from disk during compilation of a downstream crate.
66// See https://github.com/rust-lang/rust/issues/86480
77
8- //@ ignore-none
9- // Reason: no-std is not supported
10- //@ ignore-nvptx64-nvidia-cuda
11- // Reason: can't find crate for 'std'
8+ //@ needs-target-std
129
1310use run_make_support:: { rfs, rust_lib_name, rustc} ;
1411
Original file line number Diff line number Diff line change 77// was hashed by rustc in addition to the span length, and the fix still
88// works.
99
10- //@ ignore-none
11- // reason: no-std is not supported
12-
13- //@ ignore-nvptx64-nvidia-cuda
14- // FIXME: can't find crate for `std`
10+ //@ needs-target-std
1511
1612use run_make_support:: { rfs, rustc} ;
1713
Original file line number Diff line number Diff line change 99// for successful compilation.
1010// See https://github.com/rust-lang/rust/issues/83112
1111
12- //@ ignore-none
13- // Reason: no-std is not supported
14- //@ ignore-nvptx64-nvidia-cuda
15- // FIXME: can't find crate for 'std'
12+ //@ needs-target-std
1613
1714use run_make_support:: { rfs, rustc} ;
1815
Original file line number Diff line number Diff line change 1212// sessions.
1313// See https://github.com/rust-lang/rust/issues/85019
1414
15- //@ ignore-none
16- // Reason: no-std is not supported
17- //@ ignore-nvptx64-nvidia-cuda
18- // FIXME: can't find crate for 'std'
15+ //@ needs-target-std
1916
2017use run_make_support:: { rfs, rust_lib_name, rustc} ;
2118
You can’t perform that action at this time.
0 commit comments