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

Issue 11801016: [Android] Break GTest emulator launching into a separate function. (Closed)

Created:
7 years, 11 months ago by craigdh
Modified:
7 years, 11 months ago
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
Base URL:
https://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

[Android] Break GTest emulator launching into a separate function. BUG=167331 TEST=run_tests.py -v -e -n 2 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175894

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add logging. #

Total comments: 2

Patch Set 3 : Moved LaunchEmulators to emulator.py #

Total comments: 1

Patch Set 4 : moved emulator.py to pylib/utils and added wrapper script #

Patch Set 5 : fixed docstring #

Total comments: 1

Patch Set 6 : rebased and removed vestiges of fast_and_loose #

Patch Set 7 : added TODO for emulator.py dependencies #

Patch Set 8 : added TODO for emulator.py dependencies #

Patch Set 9 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -319 lines) Patch
M build/android/emulator.py View 1 2 3 4 5 6 7 1 chunk +13 lines, -296 lines 0 comments Download
A + build/android/pylib/utils/emulator.py View 1 2 3 4 5 6 7 8 3 chunks +31 lines, -8 lines 0 comments Download
M build/android/run_tests.py View 1 2 3 4 5 3 chunks +4 lines, -15 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
craigdh
7 years, 11 months ago (2013-01-07 18:10:32 UTC) #1
frankf
LGTM with nit/suggestion. https://codereview.chromium.org/11801016/diff/1/build/android/run_tests.py File build/android/run_tests.py (right): https://codereview.chromium.org/11801016/diff/1/build/android/run_tests.py#newcode110 build/android/run_tests.py:110: def LaunchEmulators(emulator_count, fast_and_loose=False): I recall fast_and_loose ...
7 years, 11 months ago (2013-01-07 18:27:22 UTC) #2
craigdh
https://codereview.chromium.org/11801016/diff/1/build/android/run_tests.py File build/android/run_tests.py (right): https://codereview.chromium.org/11801016/diff/1/build/android/run_tests.py#newcode110 build/android/run_tests.py:110: def LaunchEmulators(emulator_count, fast_and_loose=False): On 2013/01/07 18:27:23, frankf wrote: > ...
7 years, 11 months ago (2013-01-07 22:50:41 UTC) #3
frankf
One more nit. https://codereview.chromium.org/11801016/diff/5001/build/android/run_tests.py File build/android/run_tests.py (right): https://codereview.chromium.org/11801016/diff/5001/build/android/run_tests.py#newcode110 build/android/run_tests.py:110: def LaunchEmulators(emulator_count, fast_and_loose=False): if this is ...
7 years, 11 months ago (2013-01-07 23:13:07 UTC) #4
craigdh
https://codereview.chromium.org/11801016/diff/5001/build/android/run_tests.py File build/android/run_tests.py (right): https://codereview.chromium.org/11801016/diff/5001/build/android/run_tests.py#newcode110 build/android/run_tests.py:110: def LaunchEmulators(emulator_count, fast_and_loose=False): On 2013/01/07 23:13:07, frankf wrote: > ...
7 years, 11 months ago (2013-01-07 23:46:14 UTC) #5
frankf
https://codereview.chromium.org/11801016/diff/8001/build/android/emulator.py File build/android/emulator.py (right): https://codereview.chromium.org/11801016/diff/8001/build/android/emulator.py#newcode345 build/android/emulator.py:345: Emulator(None, True).Launch(True) Can we move emulator.py into pylib/utils. Does ...
7 years, 11 months ago (2013-01-08 22:14:27 UTC) #6
frankf
cc navabi who is looking into emulators.
7 years, 11 months ago (2013-01-08 22:15:35 UTC) #7
craigdh
On 2013/01/08 22:14:27, frankf wrote: > https://codereview.chromium.org/11801016/diff/8001/build/android/emulator.py > File build/android/emulator.py (right): > > https://codereview.chromium.org/11801016/diff/8001/build/android/emulator.py#newcode345 > ...
7 years, 11 months ago (2013-01-08 22:53:13 UTC) #8
craigdh
Moved emulator logic to emulator.py in pylib/utils. The original script is now just a small ...
7 years, 11 months ago (2013-01-09 01:32:48 UTC) #9
frankf
7 years, 11 months ago (2013-01-09 01:38:54 UTC) #10
lgtm. Thanks Craig.

Powered by Google App Engine
This is Rietveld 408576698