Ignore two failure tests on windows
This commit is contained in:
@@ -2983,6 +2983,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore(cfg(windows))]
|
||||||
#[should_fail]
|
#[should_fail]
|
||||||
fn test_insert_oob() {
|
fn test_insert_oob() {
|
||||||
let mut a = ~[1, 2, 3];
|
let mut a = ~[1, 2, 3];
|
||||||
@@ -3005,6 +3006,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore(cfg(windows))]
|
||||||
#[should_fail]
|
#[should_fail]
|
||||||
fn test_remove_oob() {
|
fn test_remove_oob() {
|
||||||
let mut a = ~[1, 2, 3];
|
let mut a = ~[1, 2, 3];
|
||||||
|
|||||||
Reference in New Issue
Block a user