[Webkit-unassigned] [Bug 210184] [GTK][WPE] Enable resource load statistics
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 8 05:44:50 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210184
--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Created attachment 395795
--> https://bugs.webkit.org/attachment.cgi?id=395795&action=review
WIP patch
This is a WIP patch. Most of the tests are passing, I'm getting just 3 failures and 2 flaky timeouts:
153 tests ran as expected, 5 didn't:
Unexpected flakiness: timeouts (2)
http/tests/resourceLoadStatistics/add-blocking-to-redirect-database.html [ Timeout Pass ]
http/tests/resourceLoadStatistics/clear-in-memory-and-persistent-store-one-hour-database.html [ Timeout Pass ]
I think these are related to a race condition in FileMonitor GLib implementation, I'll investigate.
Regressions: Unexpected text-only failures (3)
http/tests/resourceLoadStatistics/do-not-remove-blocking-in-redirect-database.html [ Failure ]
This looks like an actual bug that I need to investigate too.
http/tests/resourceLoadStatistics/switch-session-on-navigation-to-prevalent-with-interaction-database.php [ Failure ]
http/tests/resourceLoadStatistics/switch-session-on-navigation-to-prevalent-with-interaction.php [ Failure ]
And these are because we are not handling isolated sessions, mainly because I'm ot sure what the expected behavior is there.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200408/8a0cfdac/attachment.htm>
More information about the webkit-unassigned
mailing list