diff options
| author | Graydon Hoare <[email protected]> | 2010-07-21 12:22:50 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-21 12:22:50 -0700 |
| commit | 5cebace3d87d2107b33e8fed7b20d3ed38b3d9cf (patch) | |
| tree | 95137b73312ccf1fa9b508a34ef710709fef445c /src | |
| parent | Make sure debug locations are propagated to every new block created by making (diff) | |
| download | rust-5cebace3d87d2107b33e8fed7b20d3ed38b3d9cf.tar.xz rust-5cebace3d87d2107b33e8fed7b20d3ed38b3d9cf.zip | |
XFAIL comm-2 for now; there's an assertion trappping in rust_task::wakeup.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 0cde6221..22c19d09 100644 --- a/src/Makefile +++ b/src/Makefile @@ -376,6 +376,7 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \ test/run-pass/task-comm.rs \ test/run-pass/vec-alloc-append.rs \ test/run-pass/vec-slice.rs \ + test/run-pass/task-comm-2.rs \ test/run-pass/task-comm-3.rs \ test/compile-fail/bad-recv.rs \ test/compile-fail/bad-send.rs \ |