Bug 215508
| Summary: | [WPE] scrollingcoordinator/overflow-proxy-reattach.html is flaky timing out since added in r265379 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | WPE WebKit | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, dpino |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Lauro Moura
scrollingcoordinator/overflow-proxy-reattach.html added in r265379
Flaky timing out only in release mode.
Seems to get stuck in the second promise (await new Promise(rAF), after setting PageIsInWindow to false.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
scrollingcoordinator/fixed-node-reattach.html
It's also flaky timing out since a long time ago. In this case, getting stuck somewhere between the two first RAF-related promises.
Diego Pino
This test is no longer flaky (it failed 1 time in the last 4000 runs):
- https://results.webkit.org/?platform=GTK&platform=WPE&&suite=layout-tests&test=scrollingcoordinator/overflow-proxy-reattach.html&limit=4000
Removed from test expectations in 296369@main. Closing bug.