[webkit-reviews] review granted: [Bug 227946] [build.webkit.org] lldb-webkit-test is failing on Catalina queues : [Attachment 433798] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 19 10:57:05 PDT 2021


Aakash Jain <aakash_jain at apple.com> has granted Ryan Haddad
<ryanhaddad at apple.com>'s request for review:
Bug 227946: [build.webkit.org] lldb-webkit-test is failing on Catalina queues
https://bugs.webkit.org/show_bug.cgi?id=227946

Attachment 433798: Patch

https://bugs.webkit.org/attachment.cgi?id=433798&action=review




--- Comment #4 from Aakash Jain <aakash_jain at apple.com> ---
Comment on attachment 433798
  --> https://bugs.webkit.org/attachment.cgi?id=433798
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=433798&action=review

> Tools/CISupport/build-webkit-org/factories.py:111
> +	   if platform.startswith('mac') and not (platform == 'mac-catalina'):

This might be slightly easier to read:
and (platform != 'mac-catalina')


More information about the webkit-reviews mailing list