Skip to content

Commit ef2b8d0

Browse files
committed
---
yaml --- r: 3068 b: refs/heads/master c: 7532681 h: refs/heads/master v: v3
1 parent 5292231 commit ef2b8d0

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 8d7f7c2a9773484968dce12cd844f7eded25ed4a
2+
refs/heads/master: 753268161241b16f7c2ef4c9df6e8c72bee93558

trunk/src/test/compile-fail/assign-alias.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// xfail-stage0
12
// xfail-stage1
23
// error-pattern:assigning to immutable alias
34

trunk/src/test/compile-fail/break-outside-loop.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// xfail-stage0
12
// error-pattern:Break outside a loop
23
fn main() {
34
auto pth = break;

trunk/src/test/compile-fail/type-recursive.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// xfail-stage0
12
// error-pattern:illegal recursive type
23
type t1 = rec(int foo, t1 foolish);
34

trunk/src/test/run-fail/rhs-type.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Tests that trans treats the rhs of pth's decl
22
// as a _|_-typed thing, not a str-typed thing
3+
// xfail-stage0
34
// error-pattern:bye
45
fn main() {
56
auto pth = fail "bye";

trunk/src/test/run-pass/fn-expr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// xfail-stage0
12
fn main() {
23
auto x = fn(int a) -> int { ret a + 1; };
34
assert (x(4) == 5);

0 commit comments

Comments
 (0)