File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 9f290b56695a24970552e61c19a629196a7d1d2f
2
+ refs/heads/master: 917ee7e5b1fef1916e382b237b11b4df7ce0e97d
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
Original file line number Diff line number Diff line change @@ -2983,6 +2983,7 @@ mod tests {
2983
2983
}
2984
2984
2985
2985
#[ test]
2986
+ #[ ignore( cfg( windows) ) ]
2986
2987
#[ should_fail]
2987
2988
fn test_insert_oob ( ) {
2988
2989
let mut a = ~[ 1 , 2 , 3 ] ;
@@ -3005,6 +3006,7 @@ mod tests {
3005
3006
}
3006
3007
3007
3008
#[ test]
3009
+ #[ ignore( cfg( windows) ) ]
3008
3010
#[ should_fail]
3009
3011
fn test_remove_oob ( ) {
3010
3012
let mut a = ~[ 1 , 2 , 3 ] ;
You can’t perform that action at this time.
0 commit comments