From 74a79fff3aa1374e6dc5ef75deb8f216cb3136c9 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Wed, 28 Jul 2010 16:58:17 -0700 Subject: Add a bunch of comm tests. --- src/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Makefile') 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 \ -- cgit v1.2.3