aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Frostig <[email protected]>2010-07-28 17:50:07 -0700
committerRoy Frostig <[email protected]>2010-07-28 17:50:07 -0700
commit3c22e79b777184e2d86f68f92c7832eacfed1af8 (patch)
treec9b651799dd4fdfee041b2c36644b1b73f7444bb /src/Makefile
parentTest the deque some more. (diff)
downloadrust-3c22e79b777184e2d86f68f92c7832eacfed1af8.tar.xz
rust-3c22e79b777184e2d86f68f92c7832eacfed1af8.zip
Burn the mac and win trees less. Deque test is XFAILed, despite doing fine on Linux.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 6e9a1406..e923af02 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 \