Skip to content

Commit 831b0a7

Browse files
committed
Un-XFAIL various tests in stage0
1 parent 18c2d23 commit 831b0a7

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

src/test/bench/99-bottles/99bob-iter.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-stage0
21
/* -*- mode:rust;indent-tabs-mode:nil -*-
32
* Implementation of 99 Bottles of Beer
43
* http://99-bottles-of-beer.net/

src/test/bench/99-bottles/99bob-pattern.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-stage0
21
/* -*- mode:rust;indent-tabs-mode:nil -*-
32
* Implementation of 99 Bottles of Beer
43
* http://99-bottles-of-beer.net/

src/test/bench/99-bottles/99bob-simple.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-stage0
21
/* -*- mode:rust;indent-tabs-mode:nil -*-
32
* Implementation of 99 Bottles of Beer
43
* http://99-bottles-of-beer.net/

src/test/bench/99-bottles/99bob-tail.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-stage0
21
/* -*- mode:rust;indent-tabs-mode:nil -*-
32
* Implementation of 99 Bottles of Beer
43
* http://99-bottles-of-beer.net/

src/test/bench/shootout/binarytrees.rs

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

43
import std._int;

src/test/bench/shootout/fannkuchredux.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// xfail-stage0
21
// Based on Isaac Gouy's fannkuchredux.csharp
32

43
use std;

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

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

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

src/test/run-pass/rt-circular-buffer.rs

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

43
// Regression tests for circular_buffer when using a unit

0 commit comments

Comments
 (0)