You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The builds fail due to incorrect runner script, not due to the tests themselves. This is bad because we cannot check results for browsers different from Firefox, nor detect flaky results.
Sample error message:
Traceback (most recent call last):
File "./wpt", line 5, in <module>
wpt.main()
File "/home/travis/build/w3c/web-platform-tests/tools/wpt/wpt.py", line 132, in main
rv = script(*args, **kwargs)
File "/home/travis/build/w3c/web-platform-tests/tools/ci/check_stability.py", line 360, in run
iterations, results, inconsistent = run(venv, wpt_logger, **wpt_kwargs)
File "/home/travis/build/w3c/web-platform-tests/tools/wpt/stability.py", line 188, in run
wptrunner.run_tests(**kwargs)
File "/home/travis/build/w3c/web-platform-tests/tools/wptrunner/wptrunner/wptrunner.py", line 145, in run_tests
env_extras = get_env_extras(**kwargs)
File "/home/travis/build/w3c/web-platform-tests/tools/wptrunner/wptrunner/browsers/sauce.py", line 112, in env_extras
return [SauceConnect(**kwargs)]
File "/home/travis/build/w3c/web-platform-tests/tools/wptrunner/wptrunner/browsers/sauce.py", line 130, in __init__
self.config = kwargs["config"]
KeyError: 'config'
The text was updated successfully, but these errors were encountered:
Most Pull Request builds are failing on 3 of the 4 Allowed-Failures and they have been failing for a long time: https://travis-ci.org/w3c/web-platform-tests/pull_requests
The builds fail due to incorrect runner script, not due to the tests themselves. This is bad because we cannot check results for browsers different from Firefox, nor detect flaky results.
Sample error message:
The text was updated successfully, but these errors were encountered: