OSDN Git Service

Blacklist test now that debuggable means JIT.
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 30 Jan 2017 17:00:07 +0000 (17:00 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 30 Jan 2017 17:00:07 +0000 (17:00 +0000)
Change-Id: I658dea8e2b7327ad9631edfe62b45a0c7fcfc845

test/Android.run-test.mk

index 74b06b1..1b4f195 100644 (file)
@@ -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), \