Skip to content

Commit f5659f2

Browse files
committed
ignore tests broken while cross compiling
1 parent 5fe1e47 commit f5659f2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/run-make/doctests-keep-binaries/rmake.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//@ ignore-cross-compile attempts to run the doctests
2+
13
// Check that valid binaries are persisted by running them, regardless of whether the
24
// --run or --no-run option is used.
35

tests/run-make/target-cpu-native/rmake.rs

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// warnings when used, and that binaries produced by it can also be successfully executed.
44
// See https://github.com/rust-lang/rust/pull/23238
55

6+
//@ ignore-cross-compile target-cpu=native doesn't work well when cross compiling
7+
68
use run_make_support::{run, rustc};
79

810
fn main() {

0 commit comments

Comments
 (0)