Skip to content

Commit 24b8558

Browse files
committed
---
yaml --- r: 35247 b: refs/heads/master c: 917ee7e h: refs/heads/master i: 35245: 4304223 35243: b88aefa 35239: 5d38ff9 35231: c082bee v: v3
1 parent b492124 commit 24b8558

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 9f290b56695a24970552e61c19a629196a7d1d2f
2+
refs/heads/master: 917ee7e5b1fef1916e382b237b11b4df7ce0e97d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/src/libcore/vec.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2983,6 +2983,7 @@ mod tests {
29832983
}
29842984

29852985
#[test]
2986+
#[ignore(cfg(windows))]
29862987
#[should_fail]
29872988
fn test_insert_oob() {
29882989
let mut a = ~[1, 2, 3];
@@ -3005,6 +3006,7 @@ mod tests {
30053006
}
30063007

30073008
#[test]
3009+
#[ignore(cfg(windows))]
30083010
#[should_fail]
30093011
fn test_remove_oob() {
30103012
let mut a = ~[1, 2, 3];

0 commit comments

Comments
 (0)