Skip to content

Commit ae77628

Browse files
authored
Rollup merge of #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](a27bdea) and [commit 2beccc4](2beccc4) for reference.
2 parents bd23cd6 + d5411f7 commit ae77628

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)