Open bwalderman opened 2 years ago
CC @mathiasbynens @sadym-chromium @foolip @jgraham
@bwalderman please make sure you use the latest WPT revision, as the mentioned error should be fixed in https://github.com/web-platform-tests/wpt/pull/36372
My bad. It's the same issue, but not fixed yet.
I created PR which should fix the issue: https://github.com/web-platform-tests/wpt/pull/36787
@bwalderman do you have a possibility to try it out on Azure?
None of the WebDriver BiDi tests are passing in Edge, even though they are passing in Chrome: https://wpt.fyi/results/webdriver/tests/bidi?label=experimental&label=master&aligned
The Edge tests run on a Windows-based Azure pipeline defined in https://github.com/web-platform-tests/wpt/blob/master/.azure-pipelines.yml
When running the tests locally on Windows, it looks like they pass locally on Python 3.8, but fail on Python 3.10 which is the current version used in WPT:
It's not clear why this is a problem on Windows, but not on Linux where the Chrome tests are run. This issue might eventually be addressed by https://github.com/web-platform-tests/wpt/pull/36524. When I check out out that branch locally though, I run into a different error that seems related to how the test fixture is passing the bidi_session object to the test function: