aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-11-19 11:04:10 -0800
committerGraydon Hoare <[email protected]>2010-11-19 11:04:10 -0800
commitd311719a754f18e7764ce7b99e578e619a54f717 (patch)
treee6dc977b744235e6d2835177b34d568bf80e2263 /src/Makefile
parentDisable LLVM backend in rustboot; more trouble than it's worth at this point. (diff)
downloadrust-d311719a754f18e7764ce7b99e578e619a54f717.tar.xz
rust-d311719a754f18e7764ce7b99e578e619a54f717.zip
Enable more now-passing tests for rustc (including function calls).
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 517e06d9..29b871a2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -519,9 +519,13 @@ TEST_XFAILS_SELF := $(filter-out \
$(addprefix test/run-pass/, \
bool-not.rs \
char.rs \
+ fact.rs \
+ dead-code-one-arm-if.rs \
+ deep.rs \
hello.rs \
int.rs \
item-name-overload.rs \
+ lazy-init.rs \
multiline-comment.rs \
), \
$(wildcard test/*/*.rs test/*/*.rc))