aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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))