From ac4c5ae19bfc885a9c4373a2880d207424cb0e3a Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 4 Aug 2010 00:37:25 -0700 Subject: [PATCH] Bah. xfail arithmetic-interference for now; linux tinderbox is burning on it and it's late. --- src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile b/src/Makefile index 699c3b3da0d..afea1af3382 100644 --- a/src/Makefile +++ b/src/Makefile @@ -384,6 +384,7 @@ TASK_XFAILS := test/run-pass/acyclic-unwind.rs \ test/run-pass/yield.rs TEST_XFAILS_X86 := $(TASK_XFAILS) \ + test/run-pass/arithmetic-interference.rs \ test/run-pass/bind-obj-ctor.rs \ test/run-pass/child-outlives-parent.rs \ test/run-pass/clone-with-exterior.rs \ @@ -415,6 +416,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ acyclic-unwind.rs \ alt-pattern-simple.rs \ alt-tag.rs \ + arithmetic-interference.rs \ argv.rs \ auto-deref.rs \ autoderef-full-lval.rs \