OSDN Git Service

Re-enable run-test 449-checker-bce on MIPS64.
authorRoland Levillain <rpl@google.com>
Mon, 13 Jul 2015 12:33:04 +0000 (13:33 +0100)
committerRoland Levillain <rpl@google.com>
Mon, 13 Jul 2015 12:35:50 +0000 (13:35 +0100)
Bug: 21555893
Change-Id: I92e11637cc1f8f694e4d4138512cbcf47e22a249

test/Android.run-test.mk

index c18bb5c..38973f7 100644 (file)
@@ -434,20 +434,6 @@ endif
 
 TEST_ART_BROKEN_OPTIMIZING_ARM64_RUN_TESTS :=
 
-# Known broken tests for the MIPS64 optimizing compiler backend in 64-bit mode.  b/21555893
-TEST_ART_BROKEN_OPTIMIZING_MIPS64_64BIT_RUN_TESTS := \
-  449-checker-bce
-
-ifeq ($(TARGET_ARCH),mips64)
-  ifneq (,$(filter optimizing,$(COMPILER_TYPES)))
-    ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,target,$(RUN_TYPES),$(PREBUILD_TYPES), \
-        optimizing,$(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \
-        $(IMAGE_TYPES),$(PICTEST_TYPES),$(DEBUGGABLE_TYPES),$(TEST_ART_BROKEN_OPTIMIZING_MIPS64_64BIT_RUN_TESTS),64)
-  endif
-endif
-
-TEST_ART_BROKEN_OPTIMIZING_MIPS64_64BIT_RUN_TESTS :=
-
 # Known broken tests for the optimizing compiler.
 TEST_ART_BROKEN_OPTIMIZING_RUN_TESTS :=