Closed
Bug 1763869
Opened 3 years ago
Closed 2 years ago
[wpt-sync] Sync PR 33577 - Fix adb command to find webview package version
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox101 fixed)
RESOLVED
FIXED
101 Branch
Tracking | Status | |
---|---|---|
firefox101 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 33577 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/33577
Details from upstream follow.
Jonathan Lee <jonathanjlee@google.com> wrote:
Fix adb command to find webview package version
wptrunner's
--device-serial
option became repeatable in #31634 (str -> list[str]
), but seems like we forgot to update anadb
command.Chromium passes
--browser-version
for WebView, so this code path doesn't run (would have raised an exception).
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6a187e91b32e
[wpt PR 33577] - Fix adb command to find webview package, a=testonly
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•