Skip to content

Commit 91d8e69

Browse files
committed
Un-xfail various tests
1 parent f4a19f8 commit 91d8e69

File tree

6 files changed

+0
-9
lines changed

6 files changed

+0
-9
lines changed

src/test/bench/shootout-nbody.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-test
21
// based on:
32
// http://shootout.alioth.debian.org/u32/benchmark.php?test=nbody&lang=java
43

src/test/run-fail/spawnfail.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Currently failure doesn't propagate correctly to owning tasks so xfailed
2-
// xfail-test
32
// error-pattern:explicit
43
use std;
54
import std::task;

src/test/run-pass/bind-native.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Can we bind native things?
33
*/
44

5-
//xfail-test
6-
75
native "rust" mod rustrt {
86
fn task_yield();
97
}

src/test/run-pass/block-expr-precedence.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// reproduce so we don't want to automatically reformat it
33

44
// no-reformat
5-
// xfail-pretty
65

76
/*
87
*

src/test/run-pass/first-class-method.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// xfail-test
2-
31
// Test case for issue #758.
42
obj foo() { fn f() { } }
53

src/test/run-pass/log-linearized.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// xfail-test
2-
31
// Tests that shapes respect linearize_ty_params().
42

53
tag option<T> {

0 commit comments

Comments
 (0)