Skip to content

Commit c3bd55f

Browse files
committed
---
yaml --- r: 13959 b: refs/heads/try c: d24eb58 h: refs/heads/master i: 13957: ceac46d 13955: 20ee94e 13951: 7b2aa1d v: v3
1 parent 3bacce0 commit c3bd55f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 694de53d281b5bdf3d187749cca9badf9063cd21
5+
refs/heads/try: d24eb58a094b73f1b22cdc7ea5087b59f1d1b574
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/libcore/str.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,6 +1769,7 @@ mod tests {
17691769

17701770
#[test]
17711771
#[should_fail]
1772+
#[ignore(cfg(target_os = "win32"))]
17721773
fn test_from_bytes_fail() {
17731774
let bb = [0xff_u8, 0xb8_u8, 0xa8_u8,
17741775
0xe0_u8, 0xb9_u8, 0x84_u8,
@@ -1995,6 +1996,7 @@ mod tests {
19951996

19961997
#[test]
19971998
#[should_fail]
1999+
#[ignore(cfg(target_os = "win32"))]
19982000
fn test_windowed_() {
19992001
let _x = windowed(0u, "abcd");
20002002
}

branches/try/src/libcore/vec.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,6 +1526,7 @@ mod tests {
15261526

15271527
#[test]
15281528
#[should_fail]
1529+
#[ignore(cfg(target_os = "win32"))]
15291530
fn test_windowed_() {
15301531
let _x = windowed (0u, [1u,2u,3u,4u,5u,6u]);
15311532
}

0 commit comments

Comments
 (0)