Fix two tests after vdex change.
- Clear entries of verification results, to avoid hitting a
DCHECK while running verifier_deps_test
- Backlist 629-vdex-speed for relocate-npatchoat, as the test
needs compiled code.
test: verifier_deps_test, 629-vdex-speed
bug: 30937355
Change-Id: I9788599dafcbfe63522c58f85692601466d191db
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index d7dfe5a..28e1e60 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -427,6 +427,7 @@
# 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.
+# 629-vdex-speed requires compiled code.
TEST_ART_BROKEN_FALLBACK_RUN_TESTS := \
116-nodex2oat \
117-nopatchoat \
@@ -435,7 +436,8 @@
137-cfi \
138-duplicate-classes-check2 \
147-stripped-dex-fallback \
- 554-jit-profile-file
+ 554-jit-profile-file \
+ 629-vdex-speed
# This test fails without an image.
TEST_ART_BROKEN_NO_IMAGE_RUN_TESTS := \