Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f940abca5f48935c05572fdb8b0efe5727ec6377
https://github.com/WebKit/WebKit/commit/f940abca5f48935c05572fdb8b0efe5727ec6377
Author: Richard Robinson <[email protected]>
Date: 2026-03-19 (Thu, 19 Mar 2026)
Changed paths:
M Tools/CISupport/ews-build/steps.py
M Tools/CISupport/ews-build/steps_unittest.py
Log Message:
-----------
[EWS] run-api-tests-without-change step should properly escape the API test
names
https://bugs.webkit.org/show_bug.cgi?id=310198
rdar://172847434
Reviewed by Ryan Haddad.
Currently the lack of escaping has not caused issues as API test names don't
contain special characters like ( or ).
Since a future change may introduce these types of names, fix this underlying
correctness issue by properly escaping
the names.
* Tools/CISupport/ews-build/steps.py:
(RunAPITests.run):
Canonical link: https://commits.webkit.org/309593@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications