From 5cebace3d87d2107b33e8fed7b20d3ed38b3d9cf Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 21 Jul 2010 12:22:50 -0700 Subject: XFAIL comm-2 for now; there's an assertion trappping in rust_task::wakeup. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.2.3