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

Issue 8356013: Upstream: Test scripts for Android (phase 1) (Closed)

Created:
9 years, 2 months ago by michaelbai
Modified:
9 years, 2 months ago
Reviewers:
Jing Zhao, Nirnimesh
CC:
chromium-reviews, John Grabowski
Visibility:
Public.

Description

Upstream: Test scripts for Android (phase 1) These are the utilities BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106507

Patch Set 1 #

Total comments: 38

Patch Set 2 : address comments #

Total comments: 4

Patch Set 3 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1105 lines, -0 lines) Patch
A build/android/android_commands.py View 1 2 1 chunk +777 lines, -0 lines 0 comments Download
A build/android/cmd_helper.py View 1 chunk +41 lines, -0 lines 0 comments Download
A build/android/debug_info.py View 1 2 1 chunk +203 lines, -0 lines 0 comments Download
A build/android/emulator.py View 1 1 chunk +84 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
michaelbai
Hi Nirnimesh Please help to review this thanks
9 years, 2 months ago (2011-10-19 17:38:22 UTC) #1
Nirnimesh
http://codereview.chromium.org/8356013/diff/1/build/android/android_commands.py File build/android/android_commands.py (right): http://codereview.chromium.org/8356013/diff/1/build/android/android_commands.py#newcode27 build/android/android_commands.py:27: sys.path.append(os.path.join(sys.path[0], '..', '..', 'third_party', depending on sys.path[0] might be ...
9 years, 2 months ago (2011-10-19 22:01:47 UTC) #2
michaelbai
All comments were addressed expect one, please check my reply. http://codereview.chromium.org/8356013/diff/1/build/android/android_commands.py File build/android/android_commands.py (right): http://codereview.chromium.org/8356013/diff/1/build/android/android_commands.py#newcode27 ...
9 years, 2 months ago (2011-10-19 23:17:15 UTC) #3
Nirnimesh
LGTM http://codereview.chromium.org/8356013/diff/1/build/android/android_commands.py File build/android/android_commands.py (right): http://codereview.chromium.org/8356013/diff/1/build/android/android_commands.py#newcode62 build/android/android_commands.py:62: """Returns a list of emulators. Does not filter ...
9 years, 2 months ago (2011-10-20 02:06:50 UTC) #4
Jing Zhao
http://codereview.chromium.org/8356013/diff/5002/build/android/debug_info.py File build/android/debug_info.py (right): http://codereview.chromium.org/8356013/diff/5002/build/android/debug_info.py#newcode88 build/android/debug_info.py:88: The prefix name is consist of the following: is ...
9 years, 2 months ago (2011-10-20 06:10:23 UTC) #5
michaelbai
9 years, 2 months ago (2011-10-20 16:23:02 UTC) #6
Addressed all comments and submitted

http://codereview.chromium.org/8356013/diff/1/build/android/android_commands.py
File build/android/android_commands.py (right):

http://codereview.chromium.org/8356013/diff/1/build/android/android_commands....
build/android/android_commands.py:62: """Returns a list of emulators. Does not
filter by status (e.g. offline).
On 2011/10/20 02:06:50, Nirnimesh wrote:
> On 2011/10/19 23:17:15, michaelbai wrote:
> > On 2011/10/19 22:01:47, Nirnimesh wrote:
> > > Leave 2 spaces after end of sentence.
> > 
> > Sorry, I am not sure I understand, could you give me a example?
> 
> I meant something like:
> 
> First sentence.  Second sentence.  Third sentence.
> 
> ie. 2 spaces (not 1) after the period.

Done.

http://codereview.chromium.org/8356013/diff/5002/build/android/debug_info.py
File build/android/debug_info.py (right):

http://codereview.chromium.org/8356013/diff/5002/build/android/debug_info.py#...
build/android/debug_info.py:88: The prefix name is consist of the following:
On 2011/10/20 06:10:23, Jing Zhao wrote:
> is consist of -> consists

Done.

http://codereview.chromium.org/8356013/diff/5002/build/android/debug_info.py#...
build/android/debug_info.py:201: assert(os.path.exists(log_file))
On 2011/10/20 02:06:50, Nirnimesh wrote:
> remove outer parens

Done.

Powered by Google App Engine
This is Rietveld 408576698