diff options
author | Alex Light <allight@google.com> | 2014-08-27 11:13:47 -0700 |
---|---|---|
committer | Alex Light <allight@google.com> | 2014-08-27 18:49:20 +0000 |
commit | 1ef4ce87e54a595a67263e550916b97a1b468b99 (patch) | |
tree | 134a4f661cef5d5dcd1f57e56bf44114c0e42a0d /test/etc/push-and-run-prebuilt-test-jar | |
parent | 469f2ee9a3c3d77f0352faed19d8c83c7397a638 (diff) | |
download | art-1ef4ce87e54a595a67263e550916b97a1b468b99.zip art-1ef4ce87e54a595a67263e550916b97a1b468b99.tar.gz art-1ef4ce87e54a595a67263e550916b97a1b468b99.tar.bz2 |
Really fix tests.
Remove extra line in Android.run-test.mk.
Update junit code in 082 and 021.
Set correct bootclasspath for --no-image.
Make host core.art depend on dex files being installed.
Make 118 pass in the correct bootclasspath.
Bug: 17290452
Change-Id: I415eddfa3632ec7eda927abe95925202de193749
Diffstat (limited to 'test/etc/push-and-run-prebuilt-test-jar')
-rwxr-xr-x | test/etc/push-and-run-prebuilt-test-jar | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/etc/push-and-run-prebuilt-test-jar b/test/etc/push-and-run-prebuilt-test-jar index c1d407d..91b8a0f 100755 --- a/test/etc/push-and-run-prebuilt-test-jar +++ b/test/etc/push-and-run-prebuilt-test-jar @@ -150,8 +150,7 @@ fi msg "------------------------------" if [ "$HAVE_IMAGE" = "n" ]; then - BOOT_OPT="-Ximage:/system/non-existant/boot.art" - BOOT_OPT="${BOOT_OPT} -Xbootclasspath:/system/framework/core-libart.jar" + BOOT_OPT="-Ximage:/system/non-existant/core.art" fi ARCH=$(adb shell ls -F /data/dalvik-cache | grep -Ewo "${ARCHITECTURES_PATTERN}") |