From 3c22e79b777184e2d86f68f92c7832eacfed1af8 Mon Sep 17 00:00:00 2001 From: Roy Frostig Date: Wed, 28 Jul 2010 17:50:07 -0700 Subject: [PATCH] Burn the mac and win trees less. Deque test is XFAILed, despite doing fine on Linux. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 6e9a140661f..e923af026b4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -359,6 +359,7 @@ TEST_XFAILS_X86 := test/run-pass/bind-obj-ctor.rs \ test/run-pass/generic-fn-infer.rs \ test/run-pass/generic-recursive-tag.rs \ test/run-pass/iter-ret.rs \ + test/run-pass/lib-deque.rs \ test/run-pass/mlist-cycle.rs \ test/run-pass/obj-as.rs \ test/run-pass/task-comm.rs \