Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use None to signal adb binary default for chrome_android-related products #33669

Merged
merged 1 commit into from Apr 18, 2022

Conversation

jonathan-j-lee
Copy link
Contributor

The change #33654 caused chrome_android-related runs without --adb-binary to fail because the corresponding kwarg was None but present. Constructing the browser overwrote the kwarg default.

This change fixes that bug by using None to signal default adb usage.

This time, I tested the change on the run_monochrome_webview_finch_smoke_tests target in Chromium as well, which does not pass --adb-binary to wptrunner.

@wpt-pr-bot wpt-pr-bot added infra wptrunner The automated test runner, commonly called through ./wpt run labels Apr 18, 2022
The change #33654 caused `chrome_android`-related runs without
`--adb-binary` to fail because the corresponding kwarg was `None` but
present. Constructing the browser overwrote the kwarg default.

This change fixes that bug by using `None` to signal default `adb`
usage.
@jonathan-j-lee jonathan-j-lee changed the title Delay setting --adb-binary default Use None to signal adb binary default for chrome_android-related products Apr 18, 2022
@jonathan-j-lee jonathan-j-lee enabled auto-merge (squash) April 18, 2022 17:38
@jonathan-j-lee jonathan-j-lee merged commit 14a9c9d into master Apr 18, 2022
@jonathan-j-lee jonathan-j-lee deleted the chromium-fix-null-adb branch April 18, 2022 17:39
DanielRyanSmith pushed a commit to DanielRyanSmith/wpt that referenced this pull request Apr 27, 2022
…d products (web-platform-tests#33669)

The change web-platform-tests#33654 caused `chrome_android`-related runs without
`--adb-binary` to fail because the corresponding kwarg was `None` but
present. Constructing the browser overwrote the kwarg default.

This change fixes that bug by using `None` to signal default `adb`
usage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra wptrunner The automated test runner, commonly called through ./wpt run
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants