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

Issue 11806004: [Android] Fix import of test_options_parser in run_monkey_test.py (Closed)

Created:
7 years, 11 months ago by frankf
Modified:
7 years, 11 months ago
Reviewers:
craigdh, Isaac (away)
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

[Android] Fix import of test_options_parser in run_monkey_test.py BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175572

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M build/android/run_monkey_test.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
frankf
7 years, 11 months ago (2013-01-08 18:55:40 UTC) #1
Isaac (away)
BTW we got an external patch (https://codereview.chromium.org/11779040/) for a similar issue in adb_install_apk.py. Any idea ...
7 years, 11 months ago (2013-01-08 18:59:11 UTC) #2
craigdh
lgtm. You should probably add the BUG= issue to the description.
7 years, 11 months ago (2013-01-08 19:01:09 UTC) #3
frankf
On 2013/01/08 18:59:11, Isaac wrote: > BTW we got an external patch (https://codereview.chromium.org/11779040/) for a ...
7 years, 11 months ago (2013-01-08 19:03:41 UTC) #4
Isaac (away)
7 years, 11 months ago (2013-01-08 19:11:10 UTC) #5
Message was sent while issue was closed.
Maybe we need a hook: if you change a python file we delete all pyc files in
repo. 

I had a different issue with pyc files in my refactoring patch. I forgot a $ in
the pylint regex so it matches .py or .pyc files. That meant my tryjob succeeded
on bots without the pyc files, but eventually it started failing and I figured
out issue.

Powered by Google App Engine
This is Rietveld 408576698