[Webkit-unassigned] [Bug 230551] [WebDriver] Update w3c and selenium tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 22 15:12:41 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230551
--- Comment #9 from Lauro Moura <lmoura at igalia.com> ---
Got an error about a missing `tools/wptrunner/wptrunner/wptmanifest/backends/base.py` (trace below).
Maybe it's missing from the patch? Re-importing the same hash with the import script shows it as untracked. Manually copying it works around this error (but stops at other import errors I'm still tracking).
Traceback (most recent call last):
File "Tools/Scripts/run-webdriver-tests", line 30, in <module>
from webkitpy.webdriver_tests.webdriver_test_runner import WebDriverTestRunner
.....
File "/home/lauro/dev/WebKit-WPE/WebDriverTests/imported/w3c/tools/wptrunner/wptrunner/wptmanifest/backends/static.py", line 3, in <module>
from . import base
ImportError: cannot import name 'base' from 'wptrunner.wptmanifest.backends' (/home/lauro/dev/WebKit-WPE/WebDriverTests/imported/w3c/tools/wptrunner/wptrunner/wptmanifest/backends/__init__.py)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210922/7a06c688/attachment.htm>
More information about the webkit-unassigned
mailing list