Closed
Bug 1765176
Opened 3 years ago
Closed 3 years ago
[wpt-sync] Sync PR 33669 - Delay setting `--adb-binary` default
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox102 fixed)
RESOLVED
FIXED
102 Branch
| Tracking | Status | |
|---|---|---|
| firefox102 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33669 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33669
Details from upstream follow.
Jonathan Lee <jonathanjlee@google.com> wrote:
Delay setting
--adb-binarydefaultThe change #33654 caused
chrome_android-related runs without--adb-binaryto fail because the corresponding kwarg wasNonebut present. Constructing the browser overwrote the kwarg default.This change fixes that bug by using
Noneto signal defaultadbusage.This time, I tested the change on the
run_monochrome_webview_finch_smoke_teststarget in Chromium as well, which does not pass--adb-binaryto wptrunner.
| Assignee | ||
Comment 1•3 years ago
|
||
PR 33669 applied with additional changes from upstream: f7ffbe169709718407b31770075d47dbf4e9222f
| Assignee | ||
Comment 2•3 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1f757806d413
[wpt PR 33669] - Use `None` to signal `adb` binary default for `chrome_android`-related products, a=testonly
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•