aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Bebenita <[email protected]>2010-07-28 16:58:17 -0700
committerGraydon Hoare <[email protected]>2010-07-28 20:30:30 -0700
commit74a79fff3aa1374e6dc5ef75deb8f216cb3136c9 (patch)
treea8637f58321ac19e1eab66040b2bb7e446a98804 /src/Makefile
parentLog dead tasks when dom is just waiting for refcounts to drop. (diff)
downloadrust-74a79fff3aa1374e6dc5ef75deb8f216cb3136c9.tar.xz
rust-74a79fff3aa1374e6dc5ef75deb8f216cb3136c9.zip
Add a bunch of comm tests.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 09fa0302..c9081b8c 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -374,6 +374,7 @@ TEST_XFAILS_X86 := test/run-pass/bind-obj-ctor.rs \
test/run-pass/task-comm-2.rs \
test/run-pass/task-comm-3.rs \
test/run-pass/task-comm-5.rs \
+ test/run-pass/task-comm-6.rs \
test/compile-fail/bad-recv.rs \
test/compile-fail/bad-send.rs \
test/compile-fail/infinite-tag-type-recursion.rs \
@@ -479,6 +480,10 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
task-comm-3.rs \
task-comm-4.rs \
task-comm-5.rs \
+ task-comm-6.rs \
+ task-comm-7.rs \
+ task-comm-8.rs \
+ task-comm-9.rs \
threads.rs \
type-sizes.rs \
u8-incr.rs \