summaryrefslogtreecommitdiffstats
path: root/test/Android.run-test.mk
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-03-16 13:55:40 +0000
committerNicolas Geoffray <ngeoffray@google.com>2015-03-16 17:03:33 +0000
commita3d90fb449e2fba87211a7de323faff63cba41fc (patch)
treeb78d4ac59c95d5cc8d26f6c27a800af2125807b3 /test/Android.run-test.mk
parent24ce79ebb11b7ea2947a35d447e0df1ab39b24bf (diff)
downloadart-a3d90fb449e2fba87211a7de323faff63cba41fc.zip
art-a3d90fb449e2fba87211a7de323faff63cba41fc.tar.gz
art-a3d90fb449e2fba87211a7de323faff63cba41fc.tar.bz2
[optimizing] Use baseline when debuggable is set.
SSA form conflicts with JDWP's SetValue functionality. Because we do not deopt all the call stack, we may call SetValue on a compiled frame, which doesn't work with optimizing. Simplest solution for now is to just use baseline. Change-Id: I91738b363eec8fef145486bd96681aea73a1baa8
Diffstat (limited to 'test/Android.run-test.mk')
-rw-r--r--test/Android.run-test.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index f84e0fb..9755efb 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -382,9 +382,6 @@ TEST_ART_BROKEN_OPTIMIZING_NONDEBUGGABLE_RUN_TESTS :=
# Tests that should fail when the optimizing compiler compiles them debuggable.
TEST_ART_BROKEN_OPTIMIZING_DEBUGGABLE_RUN_TESTS := \
- 441-checker-inliner \
- 446-checker-inliner2 \
- 447-checker-inliner3 \
ifneq (,$(filter optimizing,$(COMPILER_TYPES)))
ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \