diff options
| author | Graydon Hoare <[email protected]> | 2011-03-07 14:48:24 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-07 14:48:32 -0800 |
| commit | 7fa8936ece50c5d58edcf3c3166e9570ba6e6197 (patch) | |
| tree | 8f6bc1fdbae3a22f32bc34896bfab69b2848d903 /src/Makefile | |
| parent | rustc: Un-XFAIL box-unbox.rs (diff) | |
| download | rust-7fa8936ece50c5d58edcf3c3166e9570ba6e6197.tar.xz rust-7fa8936ece50c5d58edcf3c3166e9570ba6e6197.zip | |
Un-XFAIL 5 more tests that pass lately.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile index 17fb737e..ac822932 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 \ |