summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2016-03-02 08:33:33 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-03-02 08:33:33 +0000
commit6cb0a0228e8237e2fad4b10864c9b934e804b538 (patch)
tree8231b1985b74b2b71118cc633f01d06481a79424
parentf4849547579504fc660fe601687f7c60242473bb (diff)
parent18047e4cd06387958d315d4de6d9c1753a08ee9e (diff)
Merge "Disable test after libunwind change."
-rw-r--r--test/Android.run-test.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 167ad859d2..7406aa33ed 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -222,8 +222,10 @@ ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),
# Disable 097-duplicate-method while investigation (broken by latest Jack release, b/27358065)
+# Disable 137-cfi (b/27391690).
TEST_ART_BROKEN_ALL_TARGET_TESTS := \
- 097-duplicate-method
+ 097-duplicate-method \
+ 137-cfi
ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \
$(COMPILER_TYPES), $(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \