From fd15f77168c231f9d0089ce1c982657accb74b43 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Mon, 30 Jan 2017 17:00:07 +0000 Subject: [PATCH] Blacklist test now that debuggable means JIT. Change-Id: I658dea8e2b7327ad9631edfe62b45a0c7fcfc845 --- test/Android.run-test.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk index 74b06b145..1b4f19509 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -710,8 +710,10 @@ endif TEST_ART_BROKEN_OPTIMIZING_HEAP_POISONING_RUN_TESTS := -# Tests that check semantics for a non-debuggable app. +# 909: Tests that check semantics for a non-debuggable app. +# 137: relies on AOT code and debuggable makes us JIT always. TEST_ART_BROKEN_DEBUGGABLE_RUN_TESTS := \ + 137-cfi \ 909-attach-agent \ ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \ -- 2.11.0