File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 0c06f5169f51f9af88346faf6ee7e21289cd6572
2
+ refs/heads/master: d96b8cd649118381ba74dfb5d87a60a675ec2da7
Original file line number Diff line number Diff line change @@ -484,6 +484,10 @@ rustllvm/%.o: rustllvm/%.cpp $(MKFILES)
484
484
# Testing variables
485
485
# #####################################################################
486
486
487
+ # Float doesn't work in boot
488
+
489
+ FLOAT_XFAILS := test/run-pass/float.rs
490
+
487
491
# Temporarily xfail tests broken by the nominal-tags change.
488
492
489
493
NOMINAL_TAG_XFAILS := $(S ) src/test/run-pass/mlist.rs
@@ -510,6 +514,7 @@ TASK_XFAILS := $(addprefix $(S)src/test/run-pass/, \
510
514
TEST_XFAILS_BOOT := $(TASK_XFAILS ) \
511
515
$(NOMINAL_TAG_XFAILS ) \
512
516
$(CONST_TAG_XFAILS ) \
517
+ $(FLOAT_XFAILS ) \
513
518
$(addprefix $(S ) src/test/run-pass/, \
514
519
arith-unsigned.rs \
515
520
box-compare.rs \
You can’t perform that action at this time.
0 commit comments