summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2017-01-26 11:57:51 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-01-26 11:57:52 +0000
commit334b51132a2fd1a396822a3aa80129224c94e721 (patch)
tree9573f334a3efadff81343bce9c12e972084176c2
parente25f13fa1c1c8275bbb4abfa3ccbb8300e79b82e (diff)
parente9f36b7cb42348ef5c4eb3c88bd3cfdd56390a3e (diff)
Merge "Also blacklist 934 and 935 for no-relocate."
-rw-r--r--test/Android.run-test.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index e494f214aa..afd199806d 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -341,11 +341,14 @@ TEST_ART_BROKEN_NO_PREBUILD_TESTS :=
# Note 117-nopatchoat is not broken per-se it just doesn't work (and isn't meant to) without
# --prebuild --relocate
+# 934 & 935 are broken due to dex2dex issues and app-images
TEST_ART_BROKEN_NO_RELOCATE_TESTS := \
117-nopatchoat \
118-noimage-dex2oat \
119-noimage-patchoat \
- 554-jit-profile-file
+ 554-jit-profile-file \
+ 934-load-transform \
+ 935-non-retransformable \
ifneq (,$(filter no-relocate,$(RELOCATE_TYPES)))
ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \