OSDN Git Service

ART: Disable no-prebuild test for run-test 608
authorAndreas Gampe <agampe@google.com>
Mon, 27 Jun 2016 21:55:02 +0000 (14:55 -0700)
committerAndreas Gampe <agampe@google.com>
Mon, 27 Jun 2016 22:55:44 +0000 (15:55 -0700)
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)

test/Android.run-test.mk

index f3cda47..b690f63 100644 (file)
@@ -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, \