[webkit-reviews] review granted: [Bug 214085] [ews] Limit layout tests failures to display in the status-bubble tooltip and buildbot summary : [Attachment 403788] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 8 11:30:39 PDT 2020


Alexey Proskuryakov <ap at webkit.org> has granted Aakash Jain
<aakash_jain at apple.com>'s request for review:
Bug 214085: [ews] Limit layout tests failures to display in the status-bubble
tooltip and buildbot summary
https://bugs.webkit.org/show_bug.cgi?id=214085

Attachment 403788: Patch

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




--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 403788
  --> https://bugs.webkit.org/attachment.cgi?id=403788
Patch

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

> Tools/BuildSlaveSupport/ews-build/steps.py:1929
> +	   new_failures_string = ',
'.join(list(new_failures)[:self.NUM_FAILURES_TO_DISPLAY])

I think that it would be better to do sorted(), to avoid potential confusion
caused by a random subset of failures.


More information about the webkit-reviews mailing list