diff options
| author | 2016-03-02 12:12:54 -0800 | |
|---|---|---|
| committer | 2016-03-02 12:12:54 -0800 | |
| commit | 6cba74b8c89ac8738212032313635050bb1535a1 (patch) | |
| tree | 1da8f01e37fbdf6269411df18fd9d96d8aa8b219 | |
| parent | 0344f4e1bd62eb092d77840ec7d9cb48adb48a15 (diff) | |
Disable 577-profile-foreign-dex temporarily.
Until a fix arrives.
Bug: 27454772
Change-Id: Ieec219792c507ad85561a4188ec873d2f18e4604
| -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 19b535858f..d674614fc8 100644 --- a/test/Android.run-test.mk +++ b/test/Android.run-test.mk @@ -224,11 +224,13 @@ 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 536-checker-needs-access-check and 537-checker-inline-and-unverified (b/27425061) +# Disable 577-profile-foreign-dex (b/27454772). TEST_ART_BROKEN_ALL_TARGET_TESTS := \ 097-duplicate-method \ 137-cfi \ 536-checker-needs-access-check \ 537-checker-inline-and-unverified \ + 577-profile-foreign-dex \ 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), \ |