Notify bot watchers about pre-existing and flaky test failures for JSC tests.
Created attachment 407958 [details] Patch
Comment on attachment 407958 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=407958&action=review > Tools/BuildSlaveSupport/ews-build/steps.py:1781 > + def send_email_for_flaky_failure(self, test_name): Same deal as https://bugs.webkit.org/show_bug.cgi?id=215949, the only variability here seems to be the suite, should we consider basing all of these analysis steps on the same base class?
(In reply to Jonathan Bedard from comment #2) > Same deal as https://bugs.webkit.org/show_bug.cgi?id=215949, the only variability here seems to be the suite, should we consider basing all of these analysis steps on the same base class? Yeah, will do that in a separate patch.
commit-queue failed to commit attachment 407958 [details] to WebKit repository.
Committed r266629: <https://trac.webkit.org/changeset/266629> All reviewed patches have been landed. Closing bug and clearing flags on attachment 407958 [details].
<rdar://problem/68359434>