diff options
| author | Graydon Hoare <[email protected]> | 2010-11-19 20:46:04 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-11-19 20:46:04 -0800 |
| commit | 244c59ac205fdb28128908f39d39b3eb9cb7a772 (patch) | |
| tree | e4ba42fb7d2c69a90e6281a2d673ecd210ee87f8 /src/Makefile | |
| parent | Translate typeck.ty_fn to a TypeRef. Can compile int.rs test now. (diff) | |
| download | rust-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/Makefile | 9 |
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)) |