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

Issue 11312239: Modify the Android test running scripts so they can be used from WebKit (Closed)

Created:
8 years, 1 month ago by Peter Beverloo
Modified:
8 years, 1 month ago
Reviewers:
bulach
CC:
chromium-reviews, ilevy+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, peter+watch_chromium.org, klundberg+watch_chromium.org, frankf+watch_chromium.org
Visibility:
Public.

Description

Modify the Android test running scripts so they can be used from WebKit In order to avoid duplicating most of the run-tests-on-devices logic, make sure that the Android scripts are able to be usable from a WebKit checkout. Two flags have been added for this: --webkit, which is necessary as a file's path on the host and device are not per se equal anymore, and --out-directory, accepting a path as it's not always in the Chromium source directory. BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=167999

Patch Set 1 #

Total comments: 14

Patch Set 2 : Address comments. #

Total comments: 3

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -19 lines) Patch
M build/android/pylib/android_commands.py View 1 1 chunk +3 lines, -2 lines 0 comments Download
M build/android/pylib/cmd_helper.py View 1 2 chunks +11 lines, -1 line 0 comments Download
M build/android/pylib/forwarder.py View 1 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/single_test_runner.py View 1 2 4 chunks +21 lines, -5 lines 0 comments Download
M build/android/run_tests.py View 1 12 chunks +16 lines, -10 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Peter Beverloo
+bulach, as we very briefly discussed this last week.
8 years, 1 month ago (2012-11-14 16:26:49 UTC) #1
bulach
thanks peter! I have a few suggestions below, let me know your thoughts: http://codereview.chromium.org/11312239/diff/1/build/android/pylib/base_test_runner.py File ...
8 years, 1 month ago (2012-11-15 01:06:39 UTC) #2
Peter Beverloo
Thanks for the review, Marcus! https://codereview.chromium.org/11312239/diff/1/build/android/pylib/base_test_runner.py File build/android/pylib/base_test_runner.py (right): https://codereview.chromium.org/11312239/diff/1/build/android/pylib/base_test_runner.py#newcode109 build/android/pylib/base_test_runner.py:109: if not isinstance(p, list): ...
8 years, 1 month ago (2012-11-15 12:11:28 UTC) #3
bulach
lgtm, thanks peter! a: below: https://codereview.chromium.org/11312239/diff/8001/build/android/pylib/single_test_runner.py File build/android/pylib/single_test_runner.py (right): https://codereview.chromium.org/11312239/diff/8001/build/android/pylib/single_test_runner.py#newcode279 build/android/pylib/single_test_runner.py:279: '%s/Source/WebKit/chromium/tests/data' % webkit_src, On ...
8 years, 1 month ago (2012-11-15 17:46:26 UTC) #4
Peter Beverloo
Thank you for the reviews, Marcus! https://codereview.chromium.org/11312239/diff/8001/build/android/pylib/single_test_runner.py File build/android/pylib/single_test_runner.py (right): https://codereview.chromium.org/11312239/diff/8001/build/android/pylib/single_test_runner.py#newcode279 build/android/pylib/single_test_runner.py:279: '%s/Source/WebKit/chromium/tests/data' % webkit_src, ...
8 years, 1 month ago (2012-11-15 18:02:53 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/peter@chromium.org/11312239/11002
8 years, 1 month ago (2012-11-15 18:04:24 UTC) #6
commit-bot: I haz the power
8 years, 1 month ago (2012-11-15 19:57:17 UTC) #7
Change committed as 167999

Powered by Google App Engine
This is Rietveld 408576698