aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-04-21 17:35:25 -0700
committerPatrick Walton <[email protected]>2011-04-21 17:35:25 -0700
commit11c359962ecabc4082e48eacddc823e3e7a377e7 (patch)
tree90b6e11e182e740d0821fa5bdf857842c45adb62 /src/test
parentrustc: Add a shallow type equality function, not used yet (diff)
downloadrust-11c359962ecabc4082e48eacddc823e3e7a377e7.tar.xz
rust-11c359962ecabc4082e48eacddc823e3e7a377e7.zip
test: XFAIL lib-box on stage0. Upstream LLVM doesn't have the library reading patch yet.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-pass/drop-parametric-closure-with-bound-box.rs2
-rw-r--r--src/test/run-pass/lib-box.rs2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/test/run-pass/drop-parametric-closure-with-bound-box.rs b/src/test/run-pass/drop-parametric-closure-with-bound-box.rs
index dcdc4b03..442f8aa0 100644
--- a/src/test/run-pass/drop-parametric-closure-with-bound-box.rs
+++ b/src/test/run-pass/drop-parametric-closure-with-bound-box.rs
@@ -1,3 +1,5 @@
+// xfail-stage0
+
fn f[T](@int i, &T t) {}
fn main() {
diff --git a/src/test/run-pass/lib-box.rs b/src/test/run-pass/lib-box.rs
index 10f5e727..6e0f35bc 100644
--- a/src/test/run-pass/lib-box.rs
+++ b/src/test/run-pass/lib-box.rs
@@ -1,3 +1,5 @@
+// xfail-stage0
+
use std;
import std.Box;