summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Richard Uhler <ruhler@google.com> 2016-04-15 12:16:45 -0700
committer Richard Uhler <ruhler@google.com> 2016-04-15 12:16:45 -0700
commit1b85354e974bac725b5baf1c8d1041b9b1e96643 (patch)
tree7be9049389a52f85e72c37fd0551fccf73a4d010
parent05241f4edbf6960aac7c04b0b98d05f16a23962b (diff)
Disable stripped-dex test for no-dex2oat.
Because the stripped-dex test requires a prebuild configuration. Bug: 27599626 Change-Id: Id94e76057201c8fb26b68d7123469cf4c61464e4
-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 b750524baa..f3cda479db 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -379,6 +379,7 @@ ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),ndebug,$(PREB
# All these tests check that we have sane behavior if we don't have a patchoat or dex2oat.
# Therefore we shouldn't run them in situations where we actually don't have these since they
# explicitly test for them. These all also assume we have an image.
+# 147-stripped-dex-fallback is disabled because it requires --prebuild.
# 554-jit-profile-file is disabled because it needs a primary oat file to know what it should save.
TEST_ART_BROKEN_FALLBACK_RUN_TESTS := \
116-nodex2oat \
@@ -387,6 +388,7 @@ TEST_ART_BROKEN_FALLBACK_RUN_TESTS := \
119-noimage-patchoat \
137-cfi \
138-duplicate-classes-check2 \
+ 147-stripped-dex-fallback \
554-jit-profile-file
# This test fails without an image.