Skip to content

Commit 477e33a

Browse files
committed
---
yaml --- r: 52181 b: refs/heads/dist-snap c: 9b8c04e h: refs/heads/master i: 52179: 502d8d1 v: v3
1 parent 7c60ebd commit 477e33a

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
@@ -7,7 +7,7 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
99
refs/heads/incoming: 44d4d6de762f3f9aae1fedcf454c66b79b3ad58d
10-
refs/heads/dist-snap: c766924f44038d47108346bf237f510a3c869bf2
10+
refs/heads/dist-snap: 9b8c04e236145e15a22da2e3a71fbf0ebe4b8b1f
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1313
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/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
}

branches/dist-snap/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)