Skip to content

Commit

Permalink
Ignore two failure tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Nov 26, 2012
1 parent 9f290b5 commit 917ee7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libcore/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2983,6 +2983,7 @@ mod tests {
}

#[test]
#[ignore(cfg(windows))]
#[should_fail]
fn test_insert_oob() {
let mut a = ~[1, 2, 3];
Expand All @@ -3005,6 +3006,7 @@ mod tests {
}

#[test]
#[ignore(cfg(windows))]
#[should_fail]
fn test_remove_oob() {
let mut a = ~[1, 2, 3];
Expand Down

0 comments on commit 917ee7e

Please sign in to comment.