Skip to content

Commit 0af919d

Browse files
committed
---
yaml --- r: 38359 b: refs/heads/try c: 9b8c04e h: refs/heads/master i: 38357: 968eb96 38355: 37cdd94 38351: d47bd7d v: v3
1 parent 7002c5b commit 0af919d

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5-
refs/heads/try: c766924f44038d47108346bf237f510a3c869bf2
5+
refs/heads/try: 9b8c04e236145e15a22da2e3a71fbf0ebe4b8b1f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/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/try/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)