From 11c359962ecabc4082e48eacddc823e3e7a377e7 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 21 Apr 2011 17:35:25 -0700 Subject: [PATCH] test: XFAIL lib-box on stage0. Upstream LLVM doesn't have the library reading patch yet. --- src/test/run-pass/drop-parametric-closure-with-bound-box.rs | 2 ++ src/test/run-pass/lib-box.rs | 2 ++ 2 files changed, 4 insertions(+) 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 dcdc4b035ab..442f8aa0c75 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 10f5e727110..6e0f35bcac3 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;