Skip to content

Commit 39fc088

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

14 files changed

+0
-16
lines changed

Diff for: src/test/bench/task-perf-alloc-unwind.rs

-2
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};

Diff for: src/test/run-fail/spawnfail.rs

-1
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

Diff for: src/test/run-pass/cleanup-copy-mode.rs

-2
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; }

Diff for: src/test/run-pass/issue-3168.rs

-1
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;

Diff for: src/test/run-pass/lots-a-fail.rs

-1
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;

Diff for: src/test/run-pass/send-iloop.rs

-1
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;

Diff for: src/test/run-pass/task-comm-15.rs

-1
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

Diff for: src/test/run-pass/task-killjoin-rsrc.rs

-1
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.

Diff for: src/test/run-pass/task-killjoin.rs

-1
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

Diff for: src/test/run-pass/terminate-in-initializer.rs

-1
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

Diff for: src/test/run-pass/unit-like-struct-drop-run.rs

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

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

1514
use std::task;
1615

Diff for: src/test/run-pass/unwind-box.rs

-1
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
1211
extern mod extra;
1312

1413
use std::task;

Diff for: src/test/run-pass/unwind-resource2.rs

-1
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
1211
extern mod extra;
1312

1413
use std::task;

Diff for: src/test/run-pass/unwind-unique.rs

-1
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
1211
extern mod extra;
1312

1413
use std::task;

0 commit comments

Comments
 (0)