about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-03-07 14:48:24 -0800
committerGraydon Hoare <graydon@mozilla.com>2011-03-07 14:48:32 -0800
commit7fa8936ece50c5d58edcf3c3166e9570ba6e6197 (patch)
tree8f6bc1fdbae3a22f32bc34896bfab69b2848d903 /src
parenteeb2d6d32cbdc975fcc0a0c82adca37913ed6dff (diff)
downloadrust-7fa8936ece50c5d58edcf3c3166e9570ba6e6197.tar.gz
rust-7fa8936ece50c5d58edcf3c3166e9570ba6e6197.zip
Un-XFAIL 5 more tests that pass lately.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile
index 17fb737ef13..ac82293216d 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -437,7 +437,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
                         alt-pattern-drop.rs \
                         alt-type-simple.rs \
                         append-units.rs \
-                        autoderef-objfn.rs \
                         basic-1.rs \
                         basic-2.rs \
                         basic.rs \
@@ -447,10 +446,8 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
                         comm.rs \
                         constrained-type.rs \
                         destructor-ordering.rs \
-                        drop-on-empty-block-exit.rs \
                         drop-parametric-closure-with-bound-box.rs \
                         export-non-interference.rs \
-                        exterior.rs \
                         foreach-nested-2.rs \
                         foreach-nested.rs \
                         foreach-put-structured.rs \
@@ -482,7 +479,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
                         mlist-cycle.rs \
                         mlist.rs \
                         mutable-alias-vec.rs \
-                        native-opaque-type.rs \
                         obj-as.rs \
                         obj-dtor.rs \
                         obj-return-polytypes.rs \
@@ -523,7 +519,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
                         utf8.rs \
                         vec-alloc-append.rs \
                         vec-append.rs \
-                        vec-concat.rs \
                         vec-slice.rs \
                         while-prelude-drop.rs \
                         while-with-break.rs \