Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8d09ed58f3ea96702822d09e34aafce3997bed84
https://github.com/WebKit/WebKit/commit/8d09ed58f3ea96702822d09e34aafce3997bed84
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-03-24 (Tue, 24 Mar 2026)
Changed paths:
M Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py
Log Message:
-----------
run-webkit-tests's --ignore-render-tree-dump-results option is broken
https://bugs.webkit.org/show_bug.cgi?id=310624
Reviewed by Carlos Alberto Lopez Perez.
Passing --ignore-render-tree-dump-results currently throws a Python exception:
Exception in flight, 'cannot use a bytes pattern on a string-like object (from
worker/10)' ignored
Exception in flight, 'cannot use a bytes pattern on a string-like object (from
worker/16)' ignored
Exception in flight, 'cannot use a bytes pattern on a string-like object (from
worker/5)' ignored
...
Fix that, by removing the 'b' marker from the regexp.
* Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py:
(SingleTestRunner):
Canonical link: https://commits.webkit.org/309873@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications