xfail tests that are currently failing on windows, reported in #7999
This commit is contained in:
parent
69a237ed7b
commit
92eb52d172
4 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// xfail-fast
|
||||
// xfail-win32 #7999
|
||||
|
||||
use std::comm;
|
||||
use std::task;
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// xfail-fast
|
||||
// xfail-win32 #7999
|
||||
|
||||
use std::comm::{Select2, Selectable};
|
||||
use std::comm;
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
// except according to those terms.
|
||||
|
||||
// xfail-test needs sleep
|
||||
// xfail-win32 #7999
|
||||
|
||||
extern mod extra;
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
// Make sure the destructor is run for unit-like structs.
|
||||
// xfail-fast
|
||||
// xfail-win32 #7999
|
||||
|
||||
use std::task;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue