Skip to content

Commit 2c5d13d

Browse files
committed
Skip a memory-hungry test that OOMs
Attempting to fix https://travis-ci.org/rust-lang/rust/jobs/377407894 via some selective ignoring tests
1 parent 694ba9c commit 2c5d13d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/liballoc/tests/str.rs

+1
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ mod slice_index {
479479
}
480480

481481
#[test]
482+
#[cfg(not(target_arch = "asmjs"))] // hits an OOM
482483
fn simple_big() {
483484
fn a_million_letter_x() -> String {
484485
let mut i = 0;

0 commit comments

Comments
 (0)