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

Issue 2161913002: [blink][android] Fix --adb-device in the layout test runner. (Closed)

Created:
4 years, 5 months ago by jbudorick
Modified:
4 years, 5 months ago
Reviewers:
Dirk Pranke, qyearsley
CC:
chromium-reviews, blink-reviews, Dirk Pranke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[blink][android] Fix --adb-device in the layout test runner. BUG=567947 Committed: https://crrev.com/a55b358f33f382b0ecb08320626bce54c99a467d Cr-Commit-Position: refs/heads/master@{#406297}

Patch Set 1 #

Patch Set 2 : prereview: remove debug print statement #

Patch Set 3 : fix AndroidPortTest.test_default_child_processes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -9 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py View 1 3 chunks +10 lines, -8 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
jbudorick
4 years, 5 months ago (2016-07-19 00:33:12 UTC) #2
Dirk Pranke
lgtm
4 years, 5 months ago (2016-07-19 00:46:15 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2161913002/20001
4 years, 5 months ago (2016-07-19 00:48:12 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/257883)
4 years, 5 months ago (2016-07-19 02:03:44 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2161913002/40001
4 years, 5 months ago (2016-07-19 14:28:22 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-19 17:06:57 UTC) #11
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-19 17:07:53 UTC) #12
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/a55b358f33f382b0ecb08320626bce54c99a467d Cr-Commit-Position: refs/heads/master@{#406297}
4 years, 5 months ago (2016-07-19 17:09:56 UTC) #14
qyearsley
On 2016/07/19 at 17:07:53, commit-bot wrote: > CQ bit was unchecked. So, specifically, this patch ...
4 years, 5 months ago (2016-07-19 17:14:50 UTC) #15
jbudorick
On 2016/07/19 17:14:50, qyearsley wrote: > On 2016/07/19 at 17:07:53, commit-bot wrote: > > CQ ...
4 years, 5 months ago (2016-07-19 17:18:52 UTC) #16
qyearsley
4 years, 5 months ago (2016-07-19 17:23:41 UTC) #17
Message was sent while issue was closed.
On 2016/07/19 at 17:18:52, jbudorick wrote:
> On 2016/07/19 17:14:50, qyearsley wrote:
> > On 2016/07/19 at 17:07:53, commit-bot wrote:
> > > CQ bit was unchecked.
> > 
> > So, specifically, this patch makes it so that default_devices (in the
> > AndroidDevices class) is a list rather than a single device.
> > 
> > It looks like previously, the value of the adb_device option once parsed was
> > already a list -- so it was broken before, because a list was obtained from
> > options, but a single device ID was expected for the AndroidDevices class --
is
> > that right?
> 
> Yep.

Excellent, thanks

Powered by Google App Engine
This is Rietveld 408576698