Skip to content

Commit a1b440b

Browse files
committed
Un-XFAIL some tests that now pass.
1 parent 77f56f3 commit a1b440b

File tree

10 files changed

+0
-11
lines changed

10 files changed

+0
-11
lines changed

src/test/compile-fail/impure-pred.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32
// error-pattern: impure function
43

54
fn g() -> () {}

src/test/compile-fail/missing-return.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// xfail-stage0
2-
// xfail-stage1
3-
// xfail-stage2
42
// error-pattern: return
53

64
fn f() -> int {

src/test/compile-fail/not-a-pred-2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32

43
// error-pattern: non-predicate
54

src/test/compile-fail/not-a-pred-3.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32

43
// error-pattern: expected the constraint name
54

src/test/compile-fail/not-a-pred-check.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32
// error-pattern: non-predicate
43

54
fn f(int q) -> bool { ret true; }

src/test/compile-fail/not-pred-args.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32

43
// error-pattern: Constraint args must be
54

src/test/compile-fail/pattern-tyvar-2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32

43
use std;
54
import std::option;

src/test/compile-fail/pred-not-bool.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32

43
// error-pattern: Non-boolean return type
54

src/test/run-pass/box-inside-if.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32
use std;
43
import std::vec;
54

src/test/run-pass/box-inside-if2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// -*- rust -*-
2-
// xfail-stage0
32
use std;
43
import std::vec;
54

0 commit comments

Comments
 (0)