Skip to content

Commit 1ba71b9

Browse files
committed
---
yaml --- r: 1804 b: refs/heads/master c: d96b8cd h: refs/heads/master v: v3
1 parent 455ec2d commit 1ba71b9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 0c06f5169f51f9af88346faf6ee7e21289cd6572
2+
refs/heads/master: d96b8cd649118381ba74dfb5d87a60a675ec2da7

trunk/Makefile.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,10 @@ rustllvm/%.o: rustllvm/%.cpp $(MKFILES)
484484
# Testing variables
485485
######################################################################
486486

487+
# Float doesn't work in boot
488+
489+
FLOAT_XFAILS := test/run-pass/float.rs
490+
487491
# Temporarily xfail tests broken by the nominal-tags change.
488492

489493
NOMINAL_TAG_XFAILS := $(S)src/test/run-pass/mlist.rs
@@ -510,6 +514,7 @@ TASK_XFAILS := $(addprefix $(S)src/test/run-pass/, \
510514
TEST_XFAILS_BOOT := $(TASK_XFAILS) \
511515
$(NOMINAL_TAG_XFAILS) \
512516
$(CONST_TAG_XFAILS) \
517+
$(FLOAT_XFAILS) \
513518
$(addprefix $(S)src/test/run-pass/, \
514519
arith-unsigned.rs \
515520
box-compare.rs \

0 commit comments

Comments
 (0)