From 915b9d0c13bb5091875d868fbfa551d7b65d7477 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Wed, 11 Mar 2015 15:11:19 +0000 Subject: Tweak liveness when instructions are used in environments. Instructions remain live when debuggable, but only instructions with object types remain live when non-debuggable. Enable StackVisitor::GetThisObject for optimizing. Change-Id: Id87b2cbf33a02450059acc9993995782e5f28987 --- test/Android.run-test.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/Android.run-test.mk') diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index c666d35..d4eaf4c 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -312,6 +312,7 @@ TEST_ART_BROKEN_NDEBUG_TESTS := \ 454-get-vreg \ 455-set-vreg \ 457-regs \ + 461-get-reference-vreg \ ifneq (,$(filter ndebug,$(RUN_TYPES))) ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),ndebug,$(PREBUILD_TYPES), \ @@ -367,6 +368,8 @@ TEST_ART_BROKEN_OPTIMIZING_RUN_TESTS := # Tests that should fail when the optimizing compiler compiles them non-debuggable. TEST_ART_BROKEN_OPTIMIZING_NONDEBUGGABLE_RUN_TESTS := \ + 454-get-vreg \ + 455-set-vreg \ 457-regs \ ifneq (,$(filter optimizing,$(COMPILER_TYPES))) -- cgit v1.1