diff options
| author | Michael Bebenita <[email protected]> | 2010-07-28 16:58:17 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-28 20:30:30 -0700 |
| commit | 74a79fff3aa1374e6dc5ef75deb8f216cb3136c9 (patch) | |
| tree | a8637f58321ac19e1eab66040b2bb7e446a98804 /src/Makefile | |
| parent | Log dead tasks when dom is just waiting for refcounts to drop. (diff) | |
| download | rust-74a79fff3aa1374e6dc5ef75deb8f216cb3136c9.tar.xz rust-74a79fff3aa1374e6dc5ef75deb8f216cb3136c9.zip | |
Add a bunch of comm tests.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 5 |
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 \ |