Skip to content

Commit 917ee7e

Browse files
committed
Ignore two failure tests on windows
1 parent 9f290b5 commit 917ee7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libcore/vec.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2983,6 +2983,7 @@ mod tests {
29832983
}
29842984

29852985
#[test]
2986+
#[ignore(cfg(windows))]
29862987
#[should_fail]
29872988
fn test_insert_oob() {
29882989
let mut a = ~[1, 2, 3];
@@ -3005,6 +3006,7 @@ mod tests {
30053006
}
30063007

30073008
#[test]
3009+
#[ignore(cfg(windows))]
30083010
#[should_fail]
30093011
fn test_remove_oob() {
30103012
let mut a = ~[1, 2, 3];

0 commit comments

Comments
 (0)