summaryrefslogtreecommitdiffstats
path: root/test/Android.run-test.mk
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-03-11 15:11:19 +0000
committerNicolas Geoffray <ngeoffray@google.com>2015-03-12 17:55:01 +0000
commit915b9d0c13bb5091875d868fbfa551d7b65d7477 (patch)
tree63822d7081b0da33ccda2019dd52025f0ecedb35 /test/Android.run-test.mk
parentbf5565a75876a84c8c2401df597d922a7870a8f2 (diff)
downloadart-915b9d0c13bb5091875d868fbfa551d7b65d7477.zip
art-915b9d0c13bb5091875d868fbfa551d7b65d7477.tar.gz
art-915b9d0c13bb5091875d868fbfa551d7b65d7477.tar.bz2
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
Diffstat (limited to 'test/Android.run-test.mk')
-rw-r--r--test/Android.run-test.mk3
1 files changed, 3 insertions, 0 deletions
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)))