summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author Goran Jakovljevic <Goran.Jakovljevic@imgtec.com> 2016-02-04 15:18:41 +0100
committer Goran Jakovljevic <Goran.Jakovljevic@imgtec.com> 2016-02-04 15:18:41 +0100
commit6fe28c0e1925f2d86559abc9b046244c42eb80bd (patch)
treee74514c065940f17530cae3e31c00279391eb9b2 /test
parentac6a195ec8e1b5a7a6bd3d0c53d8997ff7a5e2cc (diff)
Re-enable some MIPS/MIPS64 run-tests
These tests are passing now on MIPS/MIPS64: - 441-checker-inliner - 536-checker-intrinsic-optimization - 557-checker-instruction-simplifier-ror Change-Id: I57b82f8ec1e774e8e0a16ba289e50aa4a764b96b
Diffstat (limited to 'test')
-rw-r--r--test/Android.run-test.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 62f1c69848..a8938fad40 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -459,10 +459,7 @@ TEST_ART_BROKEN_DEFAULT_RUN_TESTS :=
# Known broken tests for the mips32 optimizing compiler backend.
TEST_ART_BROKEN_OPTIMIZING_MIPS_RUN_TESTS := \
- 441-checker-inliner \
510-checker-try-catch \
- 536-checker-intrinsic-optimization \
- 557-checker-instruction-simplifier-ror \
ifeq (mips,$(TARGET_ARCH))
ifneq (,$(filter optimizing,$(COMPILER_TYPES)))
@@ -477,7 +474,6 @@ TEST_ART_BROKEN_OPTIMIZING_MIPS_RUN_TESTS :=
# Known broken tests for the mips64 optimizing compiler backend.
TEST_ART_BROKEN_OPTIMIZING_MIPS64_RUN_TESTS := \
- 557-checker-instruction-simplifier-ror \
ifeq (mips64,$(TARGET_ARCH))
ifneq (,$(filter optimizing,$(COMPILER_TYPES)))