auto merge of #8001 : crnobog/rust/xfail-win32-7999, r=cmr

This commit is contained in:
bors 2013-07-26 23:52:33 -07:00
commit c5194740a7
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;