File tree Expand file tree Collapse file tree 6 files changed +6
-24
lines changed
export-executable-symbols
incr-prev-body-beyond-eof
moved-src-dir-fingerprint-ice Expand file tree Collapse file tree 6 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 6
6
//@ ignore-cross-compile
7
7
// Reason: the compiled binary is executed
8
8
9
- //@ ignore-none
10
- // Reason: no-std is not supported.
11
9
//@ ignore-wasm32
12
10
//@ ignore-wasm64
13
11
// Reason: compiling C++ to WASM may cause problems.
14
12
15
- // Neither of these are tested in full CI.
16
- //@ ignore-nvptx64-nvidia-cuda
17
- // Reason: can't find crate "std"
13
+ // Not exercised in full CI, but sgx technically supports std.
18
14
//@ ignore-sgx
19
15
20
16
use run_make_support:: { build_native_static_lib_cxx, run, rustc} ;
Original file line number Diff line number Diff line change 10
10
// (See #85673)
11
11
//@ ignore-wasm32
12
12
//@ ignore-wasm64
13
- //@ ignore-none
14
- // Reason: no-std is not supported
13
+ //@ needs-target-std
15
14
16
15
use run_make_support:: { bin_name, llvm_readobj, rustc} ;
17
16
Original file line number Diff line number Diff line change 5
5
// source file from disk during compilation of a downstream crate.
6
6
// See https://github.com/rust-lang/rust/issues/86480
7
7
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
12
9
13
10
use run_make_support:: { rfs, rust_lib_name, rustc} ;
14
11
Original file line number Diff line number Diff line change 7
7
// was hashed by rustc in addition to the span length, and the fix still
8
8
// works.
9
9
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
15
11
16
12
use run_make_support:: { rfs, rustc} ;
17
13
Original file line number Diff line number Diff line change 9
9
// for successful compilation.
10
10
// See https://github.com/rust-lang/rust/issues/83112
11
11
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
16
13
17
14
use run_make_support:: { rfs, rustc} ;
18
15
Original file line number Diff line number Diff line change 12
12
// sessions.
13
13
// See https://github.com/rust-lang/rust/issues/85019
14
14
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
19
16
20
17
use run_make_support:: { rfs, rust_lib_name, rustc} ;
21
18
You can’t perform that action at this time.
0 commit comments