mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
XFAIL floating point tests in rustc to put out burning tinderbox
This commit is contained in:
parent
2c21195b21
commit
4c34ae9d83
@ -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…
Reference in New Issue
Block a user