aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index af320121..3d5f5e86 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -498,8 +498,14 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
TEST_XFAILS_SELF := $(filter-out \
$(addprefix test/run-pass/, \
+ bool-not.rs \
+ char.rs \
+ div-mod.rs \
hello.rs \
- int.rs), \
+ int.rs \
+ item-name-overload.rs \
+ multiline-comment.rs \
+ ), \
$(wildcard test/*/*.rs test/*/*.rc))