aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-10-22 15:37:42 -0700
committerGraydon Hoare <[email protected]>2010-10-22 15:37:42 -0700
commit6d47d2abdee023f46b35b95e26e418ab9d67d39c (patch)
tree1de9d41c4903b1fd1f8b6cf233d68c8fb7a4d7c4 /src/Makefile
parentrustboot: If the user tries to instantiate a non-parametric type with type pa... (diff)
downloadrust-6d47d2abdee023f46b35b95e26e418ab9d67d39c.tar.xz
rust-6d47d2abdee023f46b35b95e26e418ab9d67d39c.zip
Implement check-exprs, un-xfail 5 rustc tests.
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))