summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2016-06-27 14:55:02 -0700
committerAndreas Gampe <agampe@google.com>2016-06-27 15:55:44 -0700
commit0748ed9fcf63b8fc23e0d8f019ddc933f47fda10 (patch)
tree29a3d171b60ccad3dbba64978d4a1fb978c47895
parentc2f1735e04537c94a8505aa2badd31281087ab51 (diff)
downloadart-nougat-dev.tar.gz
ART: Disable no-prebuild test for run-test 608nougat-dev
This test relies on unresolved types, which is not the case in a no-prebuild setting (as all parts will be on the classpath). Bug: 29433999 Change-Id: I11b1c6b446905aacd7a520796d0b2217319cefc7 Test: m ART_TEST_RUN_TEST_NO_PREBUILD=true test-art-host-run-test (cherry picked from commit 06b7c4de44979f1cb51707d2236142bc733ebf75)
-rw-r--r--test/Android.run-test.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index f3cda479db..b690f6300c 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -293,7 +293,8 @@ TEST_ART_BROKEN_NO_PREBUILD_TESTS := \
147-stripped-dex-fallback \
554-jit-profile-file \
529-checker-unresolved \
- 555-checker-regression-x86const
+ 555-checker-regression-x86const \
+ 608-checker-unresolved-lse
ifneq (,$(filter no-prebuild,$(PREBUILD_TYPES)))
ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),no-prebuild, \