diff options
| author | Graydon Hoare <[email protected]> | 2011-02-09 13:19:20 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-02-09 13:19:20 -0800 |
| commit | b7dfbc9db079a6c55d9e716d295f87597752b668 (patch) | |
| tree | 4f3d0e1b1e63c3b8db0571f5151d8c833bfc481a /src/Makefile | |
| parent | Re-indent a bit of elf. (diff) | |
| download | rust-b7dfbc9db079a6c55d9e716d295f87597752b668.tar.xz rust-b7dfbc9db079a6c55d9e716d295f87597752b668.zip | |
Fix bug in test and un-XFAIL 4 tests now passing on rustc.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 0c3bf6d3..02bd8708 100644 --- a/src/Makefile +++ b/src/Makefile @@ -474,10 +474,12 @@ TEST_XFAILS_RUSTC := $(filter-out \ fun-indirect-call.rs \ generic-fn.rs \ generic-fn-infer.rs \ + generic-exterior-box.rs \ generic-drop-glue.rs \ generic-obj.rs \ generic-tup.rs \ generic-type.rs \ + generic-type-synonym.rs \ hello.rs \ int.rs \ i32-sub.rs \ @@ -489,6 +491,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ import6.rs \ import7.rs \ import8.rs \ + inner-module.rs \ item-name-overload.rs \ large-records.rs \ lazy-init.rs \ @@ -505,6 +508,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ opeq.rs \ output-slot-variants.rs \ over-constrained-vregs.rs \ + path.rs \ readalias.rs \ rec.rs \ rec-auto.rs \ |