aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d69e8d06..bcedd53d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -484,6 +484,10 @@ rustllvm/%.o: rustllvm/%.cpp $(MKFILES)
# Testing variables
######################################################################
+# Float doesn't work in boot
+
+FLOAT_XFAILS := test/run-pass/float.rs
+
# Temporarily xfail tests broken by the nominal-tags change.
NOMINAL_TAG_XFAILS := $(S)src/test/run-pass/mlist.rs
@@ -510,6 +514,7 @@ TASK_XFAILS := $(addprefix $(S)src/test/run-pass/, \
TEST_XFAILS_BOOT := $(TASK_XFAILS) \
$(NOMINAL_TAG_XFAILS) \
$(CONST_TAG_XFAILS) \
+ $(FLOAT_XFAILS) \
$(addprefix $(S)src/test/run-pass/, \
arith-unsigned.rs \
box-compare.rs \