We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f290b5 commit 917ee7eCopy full SHA for 917ee7e
src/libcore/vec.rs
@@ -2983,6 +2983,7 @@ mod tests {
2983
}
2984
2985
#[test]
2986
+ #[ignore(cfg(windows))]
2987
#[should_fail]
2988
fn test_insert_oob() {
2989
let mut a = ~[1, 2, 3];
@@ -3005,6 +3006,7 @@ mod tests {
3005
3006
3007
3008
3009
3010
3011
fn test_remove_oob() {
3012
0 commit comments