XFAIL float.rs in boot under new Makefile.in

This commit is contained in:
Graydon Hoare 2011-03-22 16:58:00 -07:00
parent 0c06f5169f
commit d96b8cd649
1 changed files with 5 additions and 0 deletions

View File

@ -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 \