diff options
| author | 2016-03-23 05:02:50 +0000 | |
|---|---|---|
| committer | 2016-03-23 05:02:50 +0000 | |
| commit | 0197bb59a87583c2363cedd85a72bd401f38338b (patch) | |
| tree | 582dcdd9f9712c8c842dd6f452e6390c82ff6fb4 | |
| parent | be4f66c498a5b3da4af5171e948aa1688d1093d2 (diff) | |
| parent | 51135830a760ff647e5eb164d744abc769b006a7 (diff) | |
Merge "ART: Temporarily disable test"
| -rw-r--r-- | test/Android.run-test.mk | 2 |
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), \ |