aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-02-09 13:19:20 -0800
committerGraydon Hoare <[email protected]>2011-02-09 13:19:20 -0800
commitb7dfbc9db079a6c55d9e716d295f87597752b668 (patch)
tree4f3d0e1b1e63c3b8db0571f5151d8c833bfc481a /src/Makefile
parentRe-indent a bit of elf. (diff)
downloadrust-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/Makefile4
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 \