XFAIL floating point tests in rustc to put out burning tinderbox
This commit is contained in:
parent
2c21195b21
commit
4c34ae9d83
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue