From 9f6dec9e13f17bb8a42521f6884a09eebeb023cb Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 10 Aug 2010 16:03:58 -0700 Subject: Always bounce mul/div/mod ops. Closes #131 harder. --- src/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 496457bb..63cc67d0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -385,11 +385,7 @@ TASK_XFAILS := test/run-pass/acyclic-unwind.rs \ test/run-pass/threads.rs \ test/run-pass/yield.rs -TEST_XFAILS := test/run-pass/arith-0.rs - TEST_XFAILS_X86 := $(TASK_XFAILS) \ - $(TEST_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 \ @@ -419,13 +415,11 @@ TEST_XFAILS_X86 := $(TASK_XFAILS) \ test/compile-fail/writing-through-read-alias.rs TEST_XFAILS_LLVM := $(TASK_XFAILS) \ - $(TEST_XFAILS) \ $(addprefix test/run-pass/, \ arith-1.rs \ acyclic-unwind.rs \ alt-pattern-simple.rs \ alt-tag.rs \ - arithmetic-interference.rs \ argv.rs \ autoderef-full-lval.rs \ autoderef-objfn.rs \ -- cgit v1.2.3