From 8556b2c1ad9328ceebb32e934179bcb8a3c0794f Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Mon, 21 Mar 2011 16:43:05 -0700 Subject: Added test case for floats --- src/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 229b4e49..bd084e02 100644 --- a/src/Makefile +++ b/src/Makefile @@ -417,6 +417,10 @@ self: $(CFG_RUSTC) # Testing ###################################################################### +# Float doesn't work in boot + +FLOAT_XFAILS := test/run-pass/float.rs + # Temporarily xfail tests broken by the nominal-tags change. NOMINAL_TAG_XFAILS := test/run-pass/mlist.rs @@ -442,6 +446,7 @@ TASK_XFAILS := test/run-pass/task-comm-8.rs \ TEST_XFAILS_BOOT := $(TASK_XFAILS) \ $(NOMINAL_TAG_XFAILS) \ $(CONST_TAG_XFAILS) \ + $(FLOAT_XFAILS) \ test/run-pass/arith-unsigned.rs \ test/run-pass/box-compare.rs \ test/run-pass/child-outlives-parent.rs \ -- cgit v1.2.3