aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-08-04 00:37:25 -0700
committerGraydon Hoare <[email protected]>2010-08-04 00:37:25 -0700
commitac4c5ae19bfc885a9c4373a2880d207424cb0e3a (patch)
treed39a070b890a6d414466dcdc8959475f2dde980b /src
parentKill the preallocator, install a sane replacement. Closes #131. And probably ... (diff)
downloadrust-ac4c5ae19bfc885a9c4373a2880d207424cb0e3a.tar.xz
rust-ac4c5ae19bfc885a9c4373a2880d207424cb0e3a.zip
Bah. xfail arithmetic-interference for now; linux tinderbox is burning on it and it's late.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 699c3b3d..afea1af3 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 \