[webkit-changes] [WebKit/WebKit] f2d5bd: [ews-build] iOS-17 Sim builds are silently failing...
Brianna Fan
noreply at github.com
Fri Dec 20 11:52:18 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f2d5bd4a206ed5cb227ee1ba50791278b07d4cc0
https://github.com/WebKit/WebKit/commit/f2d5bd4a206ed5cb227ee1ba50791278b07d4cc0
Author: Brianna Fan <bfan2 at apple.com>
Date: 2024-12-20 (Fri, 20 Dec 2024)
Changed paths:
M Tools/CISupport/ews-build/steps.py
M Tools/CISupport/ews-build/steps_unittest.py
Log Message:
-----------
[ews-build] iOS-17 Sim builds are silently failing due to Use of uninitialized value in string eq error
https://bugs.webkit.org/show_bug.cgi?id=283601
rdar://140444299
Reviewed by Ryan Haddad.
There should be errors if and only if there is a build failure.
If there are errors logged, set the build_failed property. Then, check this
property at the end of the build to ensure that there wasn't a silent failure.
* Tools/CISupport/ews-build/steps.py:
(CompileWebKit.errorReceived):
(CompileWebKit.getResultSummary):
* Tools/CISupport/ews-build/steps_unittest.py:
Canonical link: https://commits.webkit.org/288180@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list