diff options
| author | crnobog <robert.millar@cantab.net> | 2013-07-23 17:37:47 +0100 |
|---|---|---|
| committer | crnobog <robert.millar@cantab.net> | 2013-07-24 11:16:08 +0100 |
| commit | 92eb52d17251e7ad141aeaf422dcec7c10d5e61c (patch) | |
| tree | f19799976b4386b4507133dbe6ce23e7d8ec63b7 | |
| parent | 69a237ed7b40221c0f0bf8dc3774fddc3832f62d (diff) | |
| download | rust-92eb52d17251e7ad141aeaf422dcec7c10d5e61c.tar.gz rust-92eb52d17251e7ad141aeaf422dcec7c10d5e61c.zip | |
xfail tests that are currently failing on windows, reported in #7999
| -rw-r--r-- | src/test/run-pass/issue-3168.rs | 1 | ||||
| -rw-r--r-- | src/test/run-pass/issue-3176.rs | 1 | ||||
| -rw-r--r-- | src/test/run-pass/pipe-sleep.rs | 1 | ||||
| -rw-r--r-- | src/test/run-pass/unit-like-struct-drop-run.rs | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-3168.rs b/src/test/run-pass/issue-3168.rs index fbe66708e47..609849bffb4 100644 --- a/src/test/run-pass/issue-3168.rs +++ b/src/test/run-pass/issue-3168.rs @@ -9,6 +9,7 @@ // except according to those terms. // xfail-fast +// xfail-win32 #7999 use std::comm; use std::task; diff --git a/src/test/run-pass/issue-3176.rs b/src/test/run-pass/issue-3176.rs index 96648a2706b..df242ee3d30 100644 --- a/src/test/run-pass/issue-3176.rs +++ b/src/test/run-pass/issue-3176.rs @@ -9,6 +9,7 @@ // except according to those terms. // xfail-fast +// xfail-win32 #7999 use std::comm::{Select2, Selectable}; use std::comm; diff --git a/src/test/run-pass/pipe-sleep.rs b/src/test/run-pass/pipe-sleep.rs index 549c7332440..4475a16a63b 100644 --- a/src/test/run-pass/pipe-sleep.rs +++ b/src/test/run-pass/pipe-sleep.rs @@ -11,6 +11,7 @@ // except according to those terms. // xfail-test needs sleep +// xfail-win32 #7999 extern mod extra; diff --git a/src/test/run-pass/unit-like-struct-drop-run.rs b/src/test/run-pass/unit-like-struct-drop-run.rs index 41b971d64d0..d4a95ea607c 100644 --- a/src/test/run-pass/unit-like-struct-drop-run.rs +++ b/src/test/run-pass/unit-like-struct-drop-run.rs @@ -10,6 +10,7 @@ // Make sure the destructor is run for unit-like structs. // xfail-fast +// xfail-win32 #7999 use std::task; |
