summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingyao Yang <mingyao@google.com>2016-03-01 14:51:52 -0800
committerMingyao Yang <mingyao@google.com>2016-03-02 13:27:09 -0800
commit145c31ab1ed46777105141ec10f2e40a665f810d (patch)
treebdd2a8268cb205bd92fad925744ac964a8ddb979
parenta71ec6419d9e80b354de721003c8b7929d224a49 (diff)
downloadart-145c31ab1ed46777105141ec10f2e40a665f810d.tar.gz
art-145c31ab1ed46777105141ec10f2e40a665f810d.tar.bz2
art-145c31ab1ed46777105141ec10f2e40a665f810d.zip
change image in run-jdwp-tests.sh
Change-Id: I305fdd5b8b33c446529fe99f872af4fb8685bd7c
-rwxr-xr-xtools/run-jdwp-tests.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/run-jdwp-tests.sh b/tools/run-jdwp-tests.sh
index e4af9fa0d7..8422e20823 100755
--- a/tools/run-jdwp-tests.sh
+++ b/tools/run-jdwp-tests.sh
@@ -51,7 +51,7 @@ vm_command="--vm-command=$art"
image_compiler_option=""
debug="no"
verbose="no"
-image="-Ximage:/data/art-test/core-jit.art"
+image="-Ximage:/data/art-test/core-optimizing-pic.art"
vm_args=""
# By default, we run the whole JDWP test suite.
test="org.apache.harmony.jpda.tests.share.AllTests"
@@ -70,9 +70,6 @@ while true; do
device_dir=""
# Vogar knows which VM to use on host.
vm_command=""
- # We only compile the image on the host. Note that not providing this option
- # for target testing puts us below the adb command limit for vogar.
- image_compiler_option="--vm-arg -Ximage-compiler-option --vm-arg --debuggable"
shift
elif [[ $1 == -Ximage:* ]]; then
image="$1"