[webkit-changes] [WebKit/WebKit] 46e48c: [ews-build] decode_results_data should be a deferr...

Brianna Fan noreply at github.com
Fri Feb 14 13:22:25 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 46e48c89f642f41a08ed0f8664b4dfef428f5144
      https://github.com/WebKit/WebKit/commit/46e48c89f642f41a08ed0f8664b4dfef428f5144
  Author: Brianna Fan <bfan2 at apple.com>
  Date:   2025-02-14 (Fri, 14 Feb 2025)

  Changed paths:
    M Tools/CISupport/ews-build/steps.py

  Log Message:
  -----------
  [ews-build] decode_results_data should be a deferred function
https://bugs.webkit.org/show_bug.cgi?id=287725
rdar://144881391

Reviewed by Aakash Jain.

Turn decode_results_data into a deferred function since we call
self._addToLog which is deferred. Otherwise, this will result in
an exception.

* Tools/CISupport/ews-build/steps.py:
(FindUnexpectedStaticAnalyzerResults):
(FindUnexpectedStaticAnalyzerResults.decode_results_data):
(FindUnexpectedStaticAnalyzerResults.filter_results_using_results_db):

Canonical link: https://commits.webkit.org/290415@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