aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-01-24 18:03:50 -0800
committerGraydon Hoare <[email protected]>2011-01-24 18:03:50 -0800
commit18947f83cce186933f031950b9acdf9d1102e254 (patch)
treeec9f9442028546c8a7b9c6d9d24a721373745ff3
parentImplement autoderef in rustc. Un-XFAIL autoderef-full-lval.rs. (diff)
downloadrust-18947f83cce186933f031950b9acdf9d1102e254.tar.xz
rust-18947f83cce186933f031950b9acdf9d1102e254.zip
Un-XFAIL a couple more rustc tests that have started working recently.
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 675a4823..54829aa9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -480,6 +480,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
return-nil.rs \
simple-obj.rs \
stateful-obj.rs \
+ str-idx.rs \
type-in-nested-module.rs \
type-param.rs \
tup.rs \
@@ -495,6 +496,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
vec-in-tup.rs \
vec-late-init.rs \
while-and-do-while.rs \
+ while-flow-graph.rs \
writealias.rs \
) \
$(addprefix test/compile-fail/, \