[wpt-sync] Sync PR 37893 - Fix Servo runner for wdspec tests.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox111 fixed)
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37893 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37893
Details from upstream follow.
Carlos Alberto Lopez Perez <clopez@igalia.com> wrote:
Fix Servo runner for wdspec tests.
The Servo test runner for
test-type=wdspec
was failing due to the the class ServoWdspecBrowser() beeing initialized with unknown arguments See: https://github.com/web-platform-tests/wpt/runs/10514706333Fix it by accepting
**kwargs
and passing them to the superclass.Also define a default value for
webdriver_binary
which is needed to avoid an assertion in the main class. In any case the servo runner doesn't use this parameter, but self.binary in the themake_command()
function.//CC @jgraham @gsnedders @jdm
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Comment 4•2 years ago
|
||
bugherder |
Description
•