1
Fork 0

xfail tests that are currently failing on windows, reported in #7999

This commit is contained in:
crnobog 2013-07-23 17:37:47 +01:00
parent 69a237ed7b
commit 92eb52d172
4 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,7 @@
// except according to those terms.
// xfail-fast
// xfail-win32 #7999
use std::comm;
use std::task;

View file

@ -9,6 +9,7 @@
// except according to those terms.
// xfail-fast
// xfail-win32 #7999
use std::comm::{Select2, Selectable};
use std::comm;

View file

@ -11,6 +11,7 @@
// except according to those terms.
// xfail-test needs sleep
// xfail-win32 #7999
extern mod extra;

View file

@ -10,6 +10,7 @@
// Make sure the destructor is run for unit-like structs.
// xfail-fast
// xfail-win32 #7999
use std::task;