aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-22 12:26:09 -0700
committerGraydon Hoare <[email protected]>2010-07-22 12:26:09 -0700
commita61be2d74a4f1ca02b8021c93f83742b8ffb3515 (patch)
treeb98e03d5e3e4c734c062a92795f2c1f00290ce89 /src/Makefile
parentAdd XFAIL'ed test for return-in-iter, call unimpl when we find it. Closes #100. (diff)
downloadrust-a61be2d74a4f1ca02b8021c93f83742b8ffb3515.tar.xz
rust-a61be2d74a4f1ca02b8021c93f83742b8ffb3515.zip
XFAIL task-comm-5, it's burning the tinderboxes.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index de88a931..cbd5e0ad 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -379,6 +379,7 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \
test/run-pass/vec-slice.rs \
test/run-pass/task-comm-2.rs \
test/run-pass/task-comm-3.rs \
+ test/run-pass/task-comm-5.rs \
test/compile-fail/bad-recv.rs \
test/compile-fail/bad-send.rs \
test/compile-fail/infinite-tag-type-recursion.rs \