Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Issue 10696048: Add Makefile targets for running tests on Android. (Closed)

Created:
8 years, 5 months ago by ulan
Modified:
8 years, 5 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Add Makefile targets for running tests on Android. This allows to run tests on the attached Android device using > make android.check > make android.debug.check > make android.release.check > ANDROID_V8=/data/local/v8 TESTJOBS=-j4 make android.release.check -j10 Tests and binaries are copied to device location specified by the ANDROID_V8 variable and then tests are executed using the 'adb shell' program. R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=11975

Patch Set 1 #

Patch Set 2 : Fix typo #

Total comments: 34

Patch Set 3 : Address comments #

Total comments: 6

Patch Set 4 : Add quotes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+187 lines, -48 lines) Patch
M Makefile View 1 2 6 chunks +20 lines, -5 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/testcfg.py View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +6 lines, -7 lines 0 comments Download
A tools/android-run.py View 1 2 1 chunk +108 lines, -0 lines 0 comments Download
A + tools/android-sync.sh View 1 2 3 1 chunk +45 lines, -29 lines 0 comments Download
M tools/test.py View 2 chunks +4 lines, -4 lines 0 comments Download
M tools/test-wrapper-gypbuild.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
ulan
Please take a look.
8 years, 5 months ago (2012-06-29 14:30:02 UTC) #1
Jakob Kummerow
LGTM with a bunch of comments, mostly nits. I'm not happy with "android" being an ...
8 years, 5 months ago (2012-07-02 14:25:58 UTC) #2
ulan
Thank you for the comments. I uploaded new patch set. Could you please take another ...
8 years, 5 months ago (2012-07-02 16:18:23 UTC) #3
Jakob Kummerow
LGTM https://chromiumcodereview.appspot.com/10696048/diff/8001/tools/android-sync.sh File tools/android-sync.sh (right): https://chromiumcodereview.appspot.com/10696048/diff/8001/tools/android-sync.sh#newcode59 tools/android-sync.sh:59: local RELATIVE_FILE=${FILE:${#HOST_V8}} quotes please https://chromiumcodereview.appspot.com/10696048/diff/8001/tools/android-sync.sh#newcode60 tools/android-sync.sh:60: sync_file $RELATIVE_FILE ...
8 years, 5 months ago (2012-07-02 16:27:49 UTC) #4
ulan
8 years, 5 months ago (2012-07-02 16:38:24 UTC) #5
Added quotes, landing.

https://chromiumcodereview.appspot.com/10696048/diff/8001/tools/android-sync.sh
File tools/android-sync.sh (right):

https://chromiumcodereview.appspot.com/10696048/diff/8001/tools/android-sync....
tools/android-sync.sh:59: local RELATIVE_FILE=${FILE:${#HOST_V8}}
On 2012/07/02 16:27:50, Jakob wrote:
> quotes please
Added quotes below.

https://chromiumcodereview.appspot.com/10696048/diff/8001/tools/android-sync....
tools/android-sync.sh:60: sync_file $RELATIVE_FILE
On 2012/07/02 16:27:50, Jakob wrote:
> quotes please

Done.

https://chromiumcodereview.appspot.com/10696048/diff/8001/tools/android-sync....
tools/android-sync.sh:66: sync_file $OUTDIR/$ARCH_MODE/cctest
On 2012/07/02 16:27:50, Jakob wrote:
> quotes please (twice more below)

Done.

Powered by Google App Engine
This is Rietveld 408576698