Bug 233047
| Summary: | Web Inspector: inspector/page/setShowPaintRects.html is a flakey failure since introduction | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Patrick Angle <pangle> |
| Component: | Web Inspector | Assignee: | Patrick Angle <pangle> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=233048 | ||
Patrick Angle
See results database: https://results.webkit.org/?suite=layout-tests&test=inspector%2Fpage%2FsetShowPaintRects.html
Failures are much more common on debug builds, so I suspect there is a timing issue between the two test cases where we are still showing repaint rects from before disabling them.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/85345706>
Patrick Angle
Mac test expectations updated in r285727 (244186@main): <https://commits.webkit.org/244186@main>.
Antoine Quint
Flakiness is reproducible with this command:
rwt --debug inspector/page/setShowPaintRects.html --iterations 100 --exit-after-n-failures 1 --force
Patrick Angle
Pull request: https://github.com/WebKit/WebKit/pull/1541
EWS
Committed r295580 (251585@main): <https://commits.webkit.org/251585@main>
Reviewed commits have been landed. Closing PR #1541 and removing active labels.