aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-24 11:14:24 -0700
committerPatrick Walton <[email protected]>2011-03-24 11:14:24 -0700
commit4c34ae9d8319c29413d9fb3339af8d26ad663f61 (patch)
tree84559a267ae90599c4eb3d1ab0e3d0908675c910
parentrustc: Emit a better error message when a type is used where a value was expe... (diff)
downloadrust-4c34ae9d8319c29413d9fb3339af8d26ad663f61.tar.xz
rust-4c34ae9d8319c29413d9fb3339af8d26ad663f61.zip
XFAIL floating point tests in rustc to put out burning tinderbox
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 88773679..fc8aa7e5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -606,7 +606,8 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \
tail-non-call.rs \
writing-through-read-alias.rs)
-TEST_XFAILS_STAGE0 := $(addprefix $(S)src/test/run-pass/, \
+TEST_XFAILS_STAGE0 := $(FLOAT_XFAILS) \
+ $(addprefix $(S)src/test/run-pass/, \
acyclic-unwind.rs \
alt-pattern-drop.rs \
alt-type-simple.rs \