Skip to content

Commit c519474

Browse files
committed
auto merge of #8001 : crnobog/rust/xfail-win32-7999, r=cmr
2 parents 300ba1c + 92eb52d commit c519474

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/test/run-pass/issue-3168.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// xfail-fast
12+
// xfail-win32 #7999
1213

1314
use std::comm;
1415
use std::task;

src/test/run-pass/issue-3176.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// xfail-fast
12+
// xfail-win32 #7999
1213

1314
use std::comm::{Select2, Selectable};
1415
use std::comm;

src/test/run-pass/pipe-sleep.rs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// except according to those terms.
1212

1313
// xfail-test needs sleep
14+
// xfail-win32 #7999
1415

1516
extern mod extra;
1617

src/test/run-pass/unit-like-struct-drop-run.rs

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
// Make sure the destructor is run for unit-like structs.
1212
// xfail-fast
13+
// xfail-win32 #7999
1314

1415
use std::task;
1516

0 commit comments

Comments
 (0)