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

Issue 11274002: Fix pexpect import in android_commands.py (Closed)

Created:
8 years, 2 months ago by Isaac (away)
Modified:
8 years, 2 months ago
Reviewers:
CC:
chromium-reviews, peter+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy+watch_chromium.org, nduca
Visibility:
Public.

Description

Fix pexpect import in android_commands.py The "from pylib" import assumed cwd was build/android, which is not always the case. BUG=154343 TBR=bulach NOTRY=True Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=163783

Patch Set 1 #

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

Messages

Total messages: 4 (0 generated)
Isaac (away)
8 years, 2 months ago (2012-10-24 05:55:42 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ilevy@chromium.org/11274002/1
8 years, 2 months ago (2012-10-24 06:22:00 UTC) #2
commit-bot: I haz the power
Change committed as 163783
8 years, 2 months ago (2012-10-24 06:22:10 UTC) #3
tonyg
8 years, 2 months ago (2012-10-24 15:34:54 UTC) #4
This change broke Chrome Remote Control again:
http://build.chromium.org/p/chromium.perf/builders/Win7%20GPU%20%28ATI%29%20P...

It is now importing the third_party pexpect directly without the pylib
pexpect.py wrapper that has the try-except. I'm going to just put the try-except
back into android_commands.py.

Powered by Google App Engine
This is Rietveld 408576698