Skip to content

Commit d14a549

Browse files
matthiaskrgrMuscraft
authored andcommitted
Rollup merge of rust-lang#144108 - CaiWeiran:run-make_test, r=jieyouxu
Ignore tests/run-make/link-eh-frame-terminator/rmake.rs when cross-compiling The test tests/run-make/link-eh-frame-terminator/rmake.rs fails to link when cross-compiling. Therefore, it should be ignored in cross-compilation environments. See [commit a27bdea](rust-lang@a27bdea) and [commit 2beccc4](rust-lang@2beccc4) for reference.
2 parents 9137c08 + d5411f7 commit d14a549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-make/link-eh-frame-terminator/rmake.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//@ ignore-32bit
1010
// Reason: the usage of a large array in the test causes an out-of-memory
1111
// error on 32 bit systems.
12+
//@ ignore-cross-compile
1213

1314
use run_make_support::{bin_name, llvm_objdump, run, rustc};
1415

0 commit comments

Comments
 (0)