summaryrefslogtreecommitdiffstats
path: root/test/Android.run-test.mk
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-02-03 18:26:55 -0800
committerAndreas Gampe <agampe@google.com>2015-02-04 13:16:38 -0800
commit3ad5d5ea993376e7cae41ee6642d5e963822db84 (patch)
tree6e618ceac09b3143e0b8a10a9e3df773de5d1697 /test/Android.run-test.mk
parent69d69ea40fe64ff2e70daffc365a2fffe5964fcc (diff)
downloadart-3ad5d5ea993376e7cae41ee6642d5e963822db84.zip
art-3ad5d5ea993376e7cae41ee6642d5e963822db84.tar.gz
art-3ad5d5ea993376e7cae41ee6642d5e963822db84.tar.bz2
ART: Fix old run scripts
The run scripts had not been updated when the central command script was unified, so they were always choosing target mode. Also update the run scripts so they abort when wrong options are used. Also strip superfluous whitespace from commands. Change-Id: I13cc59f43734a86062fc3ce5ff4ea308c301d4d3
Diffstat (limited to 'test/Android.run-test.mk')
-rw-r--r--test/Android.run-test.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 2057cb9..a8f2001 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -180,7 +180,8 @@ TEST_ART_TIMING_SENSITIVE_RUN_TESTS :=
# Note 116-nodex2oat is not broken per-se it just doesn't (and isn't meant to) work with --prebuild.
TEST_ART_BROKEN_PREBUILD_RUN_TESTS := \
- 116-nodex2oat
+ 116-nodex2oat \
+ 118-noimage-dex2oat
ifneq (,$(filter prebuild,$(PREBUILD_TYPES)))
ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),prebuild, \
@@ -204,7 +205,9 @@ 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
TEST_ART_BROKEN_NO_RELOCATE_TESTS := \
- 117-nopatchoat
+ 117-nopatchoat \
+ 118-noimage-dex2oat \
+ 119-noimage-patchoat
ifneq (,$(filter no-relocate,$(RELOCATE_TYPES)))
ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(RUN_TYPES),$(PREBUILD_TYPES), \