diff options
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 \ |