Bug 250818 - Remove repaint logging from MockPageOverlayClient::drawRect()
Summary: Remove repaint logging from MockPageOverlayClient::drawRect()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-18 18:26 PST by Simon Fraser (smfr)
Modified: 2023-01-19 11:06 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2023-01-18 18:26:01 PST
The calls to `MockPageOverlayClient::drawRect()` happen in unpredictable order, so logging from here is a good way to have flakey tests.
Comment 1 Radar WebKit Bug Importer 2023-01-18 18:28:03 PST
<rdar://problem/104407435>
Comment 2 Simon Fraser (smfr) 2023-01-18 18:30:27 PST
Pull request: https://github.com/WebKit/WebKit/pull/8812
Comment 3 EWS 2023-01-19 11:06:46 PST
Committed 259098@main (ae45341c029b): <https://commits.webkit.org/259098@main>

Reviewed commits have been landed. Closing PR #8812 and removing active labels.