aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-11-20 22:05:17 -0800
committerGraydon Hoare <[email protected]>2010-11-20 22:05:17 -0800
commit77670e84de5edec73883218f5da3005952b53ea8 (patch)
treea5cc8c79ec53c716f7889c6b1772681b582b30dd /src/Makefile
parentRemove dead code. (diff)
downloadrust-77670e84de5edec73883218f5da3005952b53ea8.tar.xz
rust-77670e84de5edec73883218f5da3005952b53ea8.zip
Fix bug in llvm type signature of function items; enable three more tests.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 74e2cd85..9c4a746a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -517,6 +517,9 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
TEST_XFAILS_SELF := $(filter-out \
$(addprefix test/run-pass/, \
+ bool-not.rs \
+ dead-code-one-arm-if.rs \
+ hello.rs \
int.rs \
item-name-overload.rs \
multiline-comment.rs \