Skip to content

Commit 39fc088

Browse files
committed
Enabled tests.
1 parent 3768bb3 commit 39fc088

14 files changed

+0
-16
lines changed

src/test/bench/task-perf-alloc-unwind.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-win32
12-
1311
extern mod extra;
1412

1513
use extra::list::{List, Cons, Nil};

src/test/run-fail/spawnfail.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// xfail-test linked failure
12-
// xfail-win32
1312
// error-pattern:explicit
1413
extern mod extra;
1514

src/test/run-pass/cleanup-copy-mode.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-win32
12-
1311
use std::task;
1412

1513
fn adder(x: @int, y: @int) -> int { return *x + *y; }

src/test/run-pass/issue-3168.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
// xfail-test linked failure
1212
// xfail-fast
13-
// xfail-win32 #7999
1413

1514
use std::comm;
1615
use std::task;

src/test/run-pass/lots-a-fail.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// xfail-test linked failure
12-
// xfail-win32 leaks
1312
extern mod extra;
1413

1514
use std::task;

src/test/run-pass/send-iloop.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// xfail-test linked failure
12-
// xfail-win32
1312
extern mod extra;
1413

1514
use std::comm;

src/test/run-pass/task-comm-15.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// xfail-fast
12-
// xfail-win32
1312

1413
extern mod extra;
1514

src/test/run-pass/task-killjoin-rsrc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// xfail-test linked failure
12-
// xfail-win32
1312

1413
// A port of task-killjoin to use a class with a dtor to manage
1514
// the join.

src/test/run-pass/task-killjoin.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
// xfail-test linked failure
12-
// xfail-win32
1312

1413
// Create a task that is supervised by another task, join the supervised task
1514
// from the supervising task, then fail the supervised task. The supervised

src/test/run-pass/terminate-in-initializer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-win32 leaks
1211
// Issue #787
1312
// Don't try to clean up uninitialized locals
1413

0 commit comments

Comments
 (0)