From eaa35611dc2c66d73032ece1ddde7881fcaccdee Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 22 Jul 2010 12:24:55 -0700 Subject: Add XFAIL'ed test for return-in-iter, call unimpl when we find it. Closes #100. --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 9d6eed19..de88a931 100644 --- a/src/Makefile +++ b/src/Makefile @@ -370,6 +370,7 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \ test/run-pass/fn-lval.rs \ test/run-pass/generic-fn-infer.rs \ test/run-pass/generic-recursive-tag.rs \ + test/run-pass/iter-ret.rs \ test/run-pass/mlist-cycle.rs \ test/run-pass/mutable-vec-drop.rs \ test/run-pass/obj-as.rs \ @@ -430,6 +431,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \ import.rs \ inner-module.rs \ iter-range.rs \ + iter-ret.rs \ large-records.rs \ lazy-and-or.rs \ lazy-init.rs \ -- cgit v1.2.3