diff options
| author | Graydon Hoare <[email protected]> | 2010-08-10 16:03:58 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-10 16:03:58 -0700 |
| commit | 9f6dec9e13f17bb8a42521f6884a09eebeb023cb (patch) | |
| tree | 51ba27c76d0d129b4103b46282e8e3d252509a77 /src/Makefile | |
| parent | Merge commit 'tohava/master' (diff) | |
| download | rust-9f6dec9e13f17bb8a42521f6884a09eebeb023cb.tar.xz rust-9f6dec9e13f17bb8a42521f6884a09eebeb023cb.zip | |
Always bounce mul/div/mod ops. Closes #131 harder.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
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 \ |