about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGraydon Hoare <graydon@mozilla.com>2011-01-27 13:49:11 -0800
committerGraydon Hoare <graydon@mozilla.com>2011-01-27 13:52:02 -0800
commit1086a2b7d1246770c2b0330a005e6ee828f22bd8 (patch)
tree67bcb519bbfcab5cf28e44920a5f1e948f9828e2
parentc170e7edfdfe156f11374d5e3c265b613351dc99 (diff)
downloadrust-1086a2b7d1246770c2b0330a005e6ee828f22bd8.tar.gz
rust-1086a2b7d1246770c2b0330a005e6ee828f22bd8.zip
Un-XFAIL 3 tests that started working recently.
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 6d5da8212d5..487cbe606bc 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -428,6 +428,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
                         arith-1.rs \
                         arith-2.rs \
                         autoderef-full-lval.rs \
+                        bind-exterior.rs \
                         bind-interior.rs \
                         bind-thunk.rs \
                         bind-trivial.rs \
@@ -444,6 +445,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
                         deref.rs \
                         div-mod.rs \
                         drop-bind-thunk-args.rs \
+                        drop-on-empty-block-exit.rs \
                         drop-on-ret.rs \
                         fact.rs \
                         fn-lval.rs \
@@ -468,6 +470,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
                         large-records.rs \
                         lazy-init.rs \
                         lazy-and-or.rs \
+                        leak-box-as-tydesc.rs \
                         linear-for-loop.rs \
                         multiline-comment.rs \
                         mutual-recursion-group.rs \