diff options
| author | Michael Bebenita <[email protected]> | 2010-08-11 15:05:33 -0700 |
|---|---|---|
| committer | Michael Bebenita <[email protected]> | 2010-08-11 16:08:45 -0700 |
| commit | 8ac15c684481ea5b60f85c3f57b63e89a261e7dd (patch) | |
| tree | 46755714cf321a466d08926b3b62e7d8c61db0d2 /src/Makefile | |
| parent | Made ref_count a word sized value. (diff) | |
| download | rust-8ac15c684481ea5b60f85c3f57b63e89a261e7dd.tar.xz rust-8ac15c684481ea5b60f85c3f57b63e89a261e7dd.zip | |
Added test cases.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 2e8deb7b..63834799 100644 --- a/src/Makefile +++ b/src/Makefile @@ -381,6 +381,9 @@ TASK_XFAILS := test/run-pass/acyclic-unwind.rs \ test/run-pass/task-comm-7.rs \ test/run-pass/task-comm-8.rs \ test/run-pass/task-comm-9.rs \ + test/run-pass/task-comm-10.rs \ + test/run-pass/task-comm-11.rs \ + test/run-pass/task-life-0.rs \ test/run-pass/task-comm.rs \ test/run-pass/threads.rs \ test/run-pass/yield.rs |