Closed
Bug 1658296
Opened 4 years ago
Closed 4 years ago
./mach wpt --product=chrome fails to install WebDriver
Categories
(Testing :: web-platform-tests, defect)
Tracking
(firefox81 fixed)
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: hsivonen, Assigned: jgraham)
Details
Attachments
(1 file)
Steps to reproduce
./mach wpt --product=chrome
Actual Results
KeyError: 'install_webdriver'
File "/opt/Projects/gecko/testing/web-platform/mach_commands.py", line 383, in run_wpt
return self.run_web_platform_tests(**params)
File "/opt/Projects/gecko/testing/web-platform/mach_commands.py", line 375, in run_web_platform_tests
return wpt_runner.run(logger, **params)
File "/opt/Projects/gecko/testing/web-platform/mach_commands_base.py", line 47, in run
kwargs = self.setup.kwargs_wptrun(kwargs)
File "/opt/Projects/gecko/testing/web-platform/mach_commands.py", line 159, in kwargs_wptrun
kwargs = run.setup_wptrunner(venv, **kwargs)
File "/opt/Projects/gecko/testing/web-platform/tests/tools/wpt/run.py", line 786, in setup_wptrunner
setup_cls.setup(kwargs)
File "/opt/Projects/gecko/testing/web-platform/tests/tools/wpt/run.py", line 177, in setup
self.setup_kwargs(kwargs)
File "/opt/Projects/gecko/testing/web-platform/tests/tools/wpt/run.py", line 333, in setup_kwargs
if not kwargs["install_webdriver"]:
Expected Results
Expected Chrome to launch.
Reporter | ||
Comment 1•4 years ago
|
||
Flags: needinfo?(james)
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → james
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•4 years ago
|
||
Posted a patch
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(james)
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/autoland/rev/1b8f74ef0937
Add extra kwargs required by wpt run, r=maja_zf
Comment 5•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•