Bug 231813

Summary: REGRESSION(r284244): Introduced
Product: WebKit Reporter: WebKit Commit Bot <commit-queue>
Component: New BugsAssignee: WebKit Commit Bot <commit-queue>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, andresg_22, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 231528    
Attachments:
Description Flags
[fast-cq]REVERT of r284244 none

Description WebKit Commit Bot 2021-10-15 09:56:27 PDT
https://commits.webkit.org/r284244 introduced a regression:
Introduced

This is an automatic bug report generated by webkitbot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests fail.
Comment 1 WebKit Commit Bot 2021-10-15 09:56:33 PDT
Created attachment 441390 [details]
[fast-cq]REVERT of r284244

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the revert will be successful.  This process takes approximately 15 minutes.

If you would like to land the revert faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 EWS 2021-10-15 12:10:48 PDT
Committed r284260 (243068@main): <https://commits.webkit.org/243068@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 441390 [details].
Comment 3 Radar WebKit Bug Importer 2021-10-15 12:11:28 PDT
<rdar://problem/84311998>
Comment 4 Aakash Jain 2021-10-15 12:11:50 PDT
Please note that revert patches automatically uses fast-cq mode, as they start with "REVERT of r" which is one of the keywords for fast-cq mode. See https://github.com/WebKit/WebKit/blob/main/Tools/CISupport/ews-build/steps.py#L560
    fast_cq_preambles = ('revert of r', 'fast-cq', '[fast-cq]')