Skip to content

Commit 86bdeb2

Browse files
committed
---
yaml --- r: 41633 b: refs/heads/master c: 9b8c04e h: refs/heads/master i: 41631: 62bd2c4 v: v3
1 parent 76fc3ad commit 86bdeb2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
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: c766924f44038d47108346bf237f510a3c869bf2
2+
refs/heads/master: 9b8c04e236145e15a22da2e3a71fbf0ebe4b8b1f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/src/libcore/extfmt.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,12 +435,14 @@ pub mod ct {
435435

436436
#[test]
437437
#[should_fail]
438+
#[ignore(cfg(windows))]
438439
fn test_parse_type_missing() {
439440
parse_type("", 0, 0, die);
440441
}
441442

442443
#[test]
443444
#[should_fail]
445+
#[ignore(cfg(windows))]
444446
fn test_parse_type_unknown() {
445447
parse_type("!", 0, 1, die);
446448
}

trunk/src/libcore/vec.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3867,7 +3867,7 @@ mod tests {
38673867
}
38683868

38693869
#[test]
3870-
#[ignore(windows)]
3870+
#[ignore(cfg(windows))]
38713871
#[should_fail]
38723872
fn test_as_mut_buf_fail() {
38733873
let v = [mut (~0, @0), (~0, @0), (~0, @0), (~0, @0)];
@@ -3878,6 +3878,7 @@ mod tests {
38783878

38793879
#[test]
38803880
#[should_fail]
3881+
#[ignore(cfg(windows))]
38813882
fn test_memcpy_oob() unsafe {
38823883
let a = [mut 1, 2, 3, 4];
38833884
let b = [1, 2, 3, 4, 5];

0 commit comments

Comments
 (0)