diff options
| author | Patrick Walton <[email protected]> | 2011-03-24 11:14:24 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-24 11:14:24 -0700 |
| commit | 4c34ae9d8319c29413d9fb3339af8d26ad663f61 (patch) | |
| tree | 84559a267ae90599c4eb3d1ab0e3d0908675c910 | |
| parent | rustc: Emit a better error message when a type is used where a value was expe... (diff) | |
| download | rust-4c34ae9d8319c29413d9fb3339af8d26ad663f61.tar.xz rust-4c34ae9d8319c29413d9fb3339af8d26ad663f61.zip | |
XFAIL floating point tests in rustc to put out burning tinderbox
| -rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 88773679..fc8aa7e5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ |