Bug 315513
| Summary: | [Win] win-tests broken by posix-only python import 313530@main | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ian Grunert <ian.grunert> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | PC | ||
| OS: | Windows 11 | ||
Ian Grunert
Traceback (most recent call last):
File "C:\BW\Win-Tests-EWS\build\Tools\Scripts\run-webkit-tests", line 41, in <module>
sys.exit(main(sys.argv[1:], sys.stdout, sys.stderr))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\BW\Win-Tests-EWS\build\Tools\Scripts\webkitpy\layout_tests\run_webkit_tests.py", line 72, in main
port = host.port_factory.get(options.platform, options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\BW\Win-Tests-EWS\build\Tools\Scripts\webkitpy\port\factory.py", line 145, in get
module = __import__('webkitpy.port.{}'.format(module_name), globals(), locals(), [], 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\BW\Win-Tests-EWS\build\Tools\Scripts\webkitpy\port\gtk.py", line 40, in <module>
from webkitpy.port.glib import GLibPort
File "C:\BW\Win-Tests-EWS\build\Tools\Scripts\webkitpy\port\glib.py", line 40, in <module>
from webkitpy.port.linux_get_crash_log import GDBCrashLogGenerator
File "C:\BW\Win-Tests-EWS\build\Tools\Scripts\webkitpy\port\linux_get_crash_log.py", line 31, in <module>
import fcntl
ModuleNotFoundError: No module named 'fcntl'
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ian Grunert
Pull request: https://github.com/WebKit/WebKit/pull/65624
EWS
Committed 313933@main (d6fdc9f5a4a8): <https://commits.webkit.org/313933@main>
Reviewed commits have been landed. Closing PR #65624 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/177997840>