[webkit-changes] [WebKit/WebKit] 09fd88: Fix test-webkitpy on Python 3.6
Sam Sneddon
noreply at github.com
Wed Sep 6 12:04:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 09fd8864fcaaf359aa1737833ea6027c99b2c8ae
https://github.com/WebKit/WebKit/commit/09fd8864fcaaf359aa1737833ea6027c99b2c8ae
Author: Sam Sneddon <gsnedders at apple.com>
Date: 2023-09-06 (Wed, 06 Sep 2023)
Changed paths:
M Tools/Scripts/webkitpy/common/system/executive_unittest.py
M Tools/Scripts/webkitpy/port/config_unittest.py
Log Message:
-----------
Fix test-webkitpy on Python 3.6
https://bugs.webkit.org/show_bug.cgi?id=261115
Reviewed by Jonathan Bedard.
All of these failures are caused by the `sys.stderr.write` in
`webkitpy.__init__`. As such, when we run subprocesses in our tests, ignore
what's written to stderr.
* Tools/Scripts/webkitpy/common/system/executive_unittest.py:
(ExecutiveTest.test_run_command_with_unicode):
* Tools/Scripts/webkitpy/port/config_unittest.py:
(ConfigTest.test_default_configuration__standalone):
Canonical link: https://commits.webkit.org/267686@main
More information about the webkit-changes
mailing list