Bug 311105
| Summary: | [GTK] API test /webkit/WebKitFaviconDatabase/get-page-icons is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=301086 https://bugs.webkit.org/show_bug.cgi?id=310428 |
||
Adrian Perez
While working in issue #301086 (https://github.com/WebKit/WebKit/pull/54480) I tried to make
the newly added API test less flaky than the existing /get-favicon one, it is still somewhat flaky.
Probably all unit tests need rewriting to ensure that there are no more async operations in flight
before finishing the test case, because those can e.g. keep objects alive that are then reported
as leaked (and the test considered failed).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |