WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
315513
[Win] win-tests broken by posix-only python import
313530@main
https://bugs.webkit.org/show_bug.cgi?id=315513
Summary
[Win] win-tests broken by posix-only python import 313530@main
Ian Grunert
Reported
2026-05-25 09:53:39 PDT
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
Comment 1
2026-05-25 10:01:38 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/65624
EWS
Comment 2
2026-05-26 17:57:01 PDT
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
Comment 3
2026-05-26 17:58:12 PDT
<
rdar://problem/177997840
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug