diff options
| author | Graydon Hoare <[email protected]> | 2010-11-19 11:04:10 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-11-19 11:04:10 -0800 |
| commit | d311719a754f18e7764ce7b99e578e619a54f717 (patch) | |
| tree | e6dc977b744235e6d2835177b34d568bf80e2263 /src | |
| parent | Disable LLVM backend in rustboot; more trouble than it's worth at this point. (diff) | |
| download | rust-d311719a754f18e7764ce7b99e578e619a54f717.tar.xz rust-d311719a754f18e7764ce7b99e578e619a54f717.zip | |
Enable more now-passing tests for rustc (including function calls).
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 517e06d9..29b871a2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -519,9 +519,13 @@ TEST_XFAILS_SELF := $(filter-out \ $(addprefix test/run-pass/, \ 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)) |