aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtem Serov <artem.serov@linaro.org>2021-09-22 11:07:33 +0100
committerArtem Serov <artem.serov@linaro.org>2021-09-22 11:10:13 +0100
commit759a812f76eec402bf2fb82cedf0ae2205a38276 (patch)
treefb7c320120dbded053d068e68677840847a5986b
parent09d6701e5a67dc63c540ecd7c10983730bee7287 (diff)
downloadart-build-scripts-759a812f76eec402bf2fb82cedf0ae2205a38276.tar.gz
Fix gdb-dex2oat behavior for target test.
run_test_with_python_runner is used for both host and target test; it checks gdb-dex2oat option which hasn't been initialized for target tests. Test: test_art_target.sh --default Change-Id: I74dae8c8483dd00913ed42d21612a493fa15553e
-rwxr-xr-xtests/test_art_target.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_art_target.sh b/tests/test_art_target.sh
index 8d70a400..e8f5ab50 100755
--- a/tests/test_art_target.sh
+++ b/tests/test_art_target.sh
@@ -60,6 +60,8 @@ declare -A options_format=(
["fvp"]="false"
["isa-features"]=""
["dump-cfg"]=""
+ ["gdb-dex2oat"]="false"
+ ["gdb-dex2oat-args"]=""
)
declare -A options=()