Skip to content

Commit

Permalink
xfail tests that are currently failing on windows, reported in #7999
Browse files Browse the repository at this point in the history
  • Loading branch information
crnobog committed Jul 24, 2013
1 parent 69a237e commit 92eb52d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/run-pass/issue-3168.rs
Expand Up @@ -9,6 +9,7 @@
// except according to those terms.

// xfail-fast
// xfail-win32 #7999

use std::comm;
use std::task;
Expand Down
1 change: 1 addition & 0 deletions src/test/run-pass/issue-3176.rs
Expand Up @@ -9,6 +9,7 @@
// except according to those terms.

// xfail-fast
// xfail-win32 #7999

use std::comm::{Select2, Selectable};
use std::comm;
Expand Down
1 change: 1 addition & 0 deletions src/test/run-pass/pipe-sleep.rs
Expand Up @@ -11,6 +11,7 @@
// except according to those terms.

// xfail-test needs sleep
// xfail-win32 #7999

extern mod extra;

Expand Down
1 change: 1 addition & 0 deletions src/test/run-pass/unit-like-struct-drop-run.rs
Expand Up @@ -10,6 +10,7 @@

// Make sure the destructor is run for unit-like structs.
// xfail-fast
// xfail-win32 #7999

use std::task;

Expand Down

5 comments on commit 92eb52d

@bors
Copy link
Contributor

@bors bors commented on 92eb52d Jul 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from cmr
at crnobog@92eb52d

@bors
Copy link
Contributor

@bors bors commented on 92eb52d Jul 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging crnobog/rust/xfail-win32-7999 = 92eb52d into auto

@bors
Copy link
Contributor

@bors bors commented on 92eb52d Jul 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crnobog/rust/xfail-win32-7999 = 92eb52d merged ok, testing candidate = c519474

@bors
Copy link
Contributor

@bors bors commented on 92eb52d Jul 27, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = c519474

Please sign in to comment.