Bug 231813 - REGRESSION(r284244): Introduced
Summary: REGRESSION(r284244): Introduced
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Commit Bot
URL:
Keywords: InRadar
Depends on:
Blocks: 231528
  Show dependency treegraph
 
Reported: 2021-10-15 09:56 PDT by WebKit Commit Bot
Modified: 2021-10-15 12:11 PDT (History)
4 users (show)

See Also:


Attachments
[fast-cq]REVERT of r284244 (19.95 KB, patch)
2021-10-15 09:56 PDT, WebKit Commit Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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]')