Skip to content

Commit f33d490

Browse files
committed
Remove xfail-boot lines from tests
1 parent 072305a commit f33d490

File tree

95 files changed

+0
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+0
-97
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-boot
21
// based on:
32
// http://shootout.alioth.debian.org/u32/benchmark.php?test=nbody&lang=java
43

src/test/compile-fail/bad-expr-path.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// error-pattern: unresolved name: a
32

43
mod m1 {

src/test/compile-fail/bad-expr-path2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// error-pattern: unresolved name: a
43

src/test/compile-fail/bad-recv.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

src/test/compile-fail/bad-send.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

src/test/compile-fail/break-uninit.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// error-pattern:Unsatisfied precondition
32

43
fn foo() -> int {

src/test/compile-fail/break-uninit2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// error-pattern:Unsatisfied precondition
32

43
fn foo() -> int {

src/test/compile-fail/export-fully-qualified.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// error-pattern: unresolved name
32

43
// In this test baz isn't resolved when called as foo.baz even though

src/test/compile-fail/export-import.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// error-pattern: unresolved import
43

src/test/compile-fail/export-no-tag-variants.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// error-pattern: unresolved name
32

43
// Tag variants are not exported with their tags. This allows for a

src/test/compile-fail/export-tag-variant.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// error-pattern: unresolved name
32

43
mod foo {

src/test/compile-fail/export.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// error-pattern: unresolved name
32
mod foo {
43
export x;

src/test/compile-fail/export2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// error-pattern: unresolved name
32

43
mod foo {

src/test/compile-fail/import.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// error-pattern: unresolved import: baz
43
import zed::bar;

src/test/compile-fail/import2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// error-pattern: unresolved modulename
32
import baz::zed::bar;
43
mod baz {

src/test/compile-fail/import3.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// error-pattern: unresolved modulename
43
import main::bar;

src/test/compile-fail/import4.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// error-pattern: cyclic import
32

43
import zed::bar;

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-boot
32
// xfail-stage0
43
// error-pattern: impure function
54

src/test/compile-fail/infinite-vec-type-recursion.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

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-boot
32
// xfail-stage0
43

54
// error-pattern: non-predicate

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-boot
32
// xfail-stage0
43

54
// error-pattern: expected the constraint name

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-boot
32
// xfail-stage0
43
// error-pattern: non-predicate
54

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-boot
32
// xfail-stage0
43

54
// error-pattern: Constraint args must be

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-boot
32
// xfail-stage0
43

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

src/test/compile-fail/self-missing-method.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// error-pattern:expecting ., found (
32
fn main() {
43

src/test/compile-fail/tail-non-call.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// error-pattern: Non-call expression in tail call
32

43
fn f() -> int {

src/test/compile-fail/writing-through-read-alias.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

src/test/run-fail/task-comm-14.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

src/test/run-pass/alt-type-simple.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

src/test/run-pass/anon-objs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
use std;

src/test/run-pass/arith-unsigned.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// Unsigned integer operations
32

43
fn main() {

src/test/run-pass/box-compare.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
fn main() {
32
assert (@1 < @3);
43
assert (@@"hello " > @@"hello");

src/test/run-pass/break.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21

32
fn main() {
43
auto i = 0;

src/test/run-pass/child-outlives-parent.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

src/test/run-pass/clone-with-exterior.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

src/test/run-pass/constrained-type.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

src/test/run-pass/destructor-ordering.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

src/test/run-pass/empty-mutable-vec.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
fn main() {
32
let vec[mutable int] v = vec(mutable);
43
}

src/test/run-pass/expr-alt-box.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
// Tests for alt as expressions resulting in boxed types

src/test/run-pass/expr-alt-generic-box1.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
type compare[T] = fn(@T t1, @T t2) -> bool;

src/test/run-pass/expr-alt-generic-box2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
type compare[T] = fn(&T t1, &T t2) -> bool;

src/test/run-pass/expr-alt-generic.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
type compare[T] = fn(&T t1, &T t2) -> bool;

src/test/run-pass/expr-alt-struct.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
// Tests for alt as expressions resulting in structural types

src/test/run-pass/expr-alt.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
// Tests for using alt as an expression

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
fn main() {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21

32
fn test_fn() {
43
type t = fn() -> int;

src/test/run-pass/expr-block-generic-box1.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
type compare[T] = fn(@T t1, @T t2) -> bool;

src/test/run-pass/expr-block-generic-box2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
type compare[T] = fn(&T t1, &T t2) -> bool;

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
// Tests for standalone blocks as expressions with dynamic type sizes

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
// Tests for standalone blocks as expressions

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
// Tests for if as expressions returning boxed types

src/test/run-pass/expr-if-generic-box1.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
type compare[T] = fn(@T t1, @T t2) -> bool;

src/test/run-pass/expr-if-generic-box2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
type compare[T] = fn(&T t1, &T t2) -> bool;

src/test/run-pass/expr-if-generic.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
// Tests for if as expressions with dynamic type sizes

src/test/run-pass/expr-if-struct.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
// Tests for if as expressions returning structural types

src/test/run-pass/expr-if.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
// Tests for if as expressions

src/test/run-pass/float-signature.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
fn main() {
32
fn foo(float n) -> float {
43
ret n + 0.12345;

src/test/run-pass/float.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
fn main() {
32
auto pi = 3.1415927;
43

src/test/run-pass/float2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
fn main() {
32
auto a = 1.5e6;
43
auto b = 1.5E6;

src/test/run-pass/floatlits.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
fn main() {
32
auto f = 4.999999999999;
43
assert (f > 4.90);

src/test/run-pass/fn-lval.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
fn foo((fn(int) -> int) f) {}

src/test/run-pass/generic-alias-box.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21

32
fn id[T](&T t) -> T {
43
ret t;

src/test/run-pass/generic-bind-2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
fn id[T](&T t) -> T {
32
ret t;
43
}

src/test/run-pass/generic-fn-box.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
fn f[T](@T x) -> @T {
32
ret x;
43
}

src/test/run-pass/generic-tag.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
tag option[T] {
32
some(@T);
43
none;

src/test/run-pass/generic-tup.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21

32
fn get_third[T](&tup(T,T,T) t) -> T {
43
ret t._2;

src/test/run-pass/iter-ret.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

src/test/run-pass/leak-tag-copy.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
tag t {
32
a;
43
b(@int);

src/test/run-pass/lib-io.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

src/test/run-pass/lib-sha1.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// -*- rust -*-
22

3-
// xfail-boot
43
// xfail-stage0
54

65
use std;

src/test/run-pass/lib-str.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32

43
use std;

src/test/run-pass/many.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

src/test/run-pass/maybe-mutable.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// -*- rust -*-
32

43
fn len(vec[mutable? int] v) -> uint {

src/test/run-pass/mlist-cycle.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

src/test/run-pass/mlist.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
// xfail-stage0
32
// xfail-stage1
43
// xfail-stage2

src/test/run-pass/obj-as.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// xfail-boot
2-
// xfail-boot
31
// xfail-stage0
42
// xfail-stage1
53
// xfail-stage2

src/test/run-pass/obj-self-2.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
fn main() {
32

43
obj foo() {

src/test/run-pass/obj-self-3.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-boot
21
fn main() {
32

43
obj foo() {

0 commit comments

Comments
 (0)