From ccc21fd4da49ed819d95eaea6599538071947cd4 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 22 Nov 2010 11:35:00 -0800 Subject: Fix lexer bug, enable 5 more tests on rustc. --- src/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 0b1f95a4..a0c08f0d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -518,17 +518,22 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ TEST_XFAILS_SELF := $(filter-out \ $(addprefix test/run-pass/, \ arith-0.rs \ + arith-1.rs \ arith-2.rs \ bool-not.rs \ char.rs \ dead-code-one-arm-if.rs \ deep.rs \ + div-mod.rs \ fact.rs \ hello.rs \ int.rs \ item-name-overload.rs \ lazy-init.rs \ multiline-comment.rs \ + return-nil.rs \ + unit.rs \ + while-and-do-while.rs \ ), \ $(wildcard test/*/*.rs test/*/*.rc)) -- cgit v1.2.3