summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2016-03-23 05:02:50 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-03-23 05:02:50 +0000
commit0197bb59a87583c2363cedd85a72bd401f38338b (patch)
tree582dcdd9f9712c8c842dd6f452e6390c82ff6fb4
parentbe4f66c498a5b3da4af5171e948aa1688d1093d2 (diff)
parent51135830a760ff647e5eb164d744abc769b006a7 (diff)
Merge "ART: Temporarily disable test"
-rw-r--r--test/Android.run-test.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 84ef9bfa0f..74ec330c9b 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -221,9 +221,11 @@ 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).
# Disable 577-profile-foreign-dex (b/27454772).
+# Disable 117-nopatchoat for investigation (b/27689078).
TEST_ART_BROKEN_ALL_TARGET_TESTS := \
097-duplicate-method \
577-profile-foreign-dex \
+ 117-nopatchoat \
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), \