aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-11-19 20:46:04 -0800
committerGraydon Hoare <[email protected]>2010-11-19 20:46:04 -0800
commit244c59ac205fdb28128908f39d39b3eb9cb7a772 (patch)
treee4ba42fb7d2c69a90e6281a2d673ecd210ee87f8 /src/Makefile
parentTranslate typeck.ty_fn to a TypeRef. Can compile int.rs test now. (diff)
downloadrust-244c59ac205fdb28128908f39d39b3eb9cb7a772.tar.xz
rust-244c59ac205fdb28128908f39d39b3eb9cb7a772.zip
Clean up typechecker file, disable all tests that fail under typechecker.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Makefile b/src/Makefile
index dc69d19e..74e2cd85 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -517,17 +517,8 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \
TEST_XFAILS_SELF := $(filter-out \
$(addprefix test/run-pass/, \
- arith-0.rs \
- arith-2.rs \
- 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))