Ignore two failure tests on windows

This commit is contained in:
Brian Anderson 2012-11-26 14:48:48 -08:00
parent 9f290b5669
commit 917ee7e5b1

View File

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