[Webkit-unassigned] [Bug 157816] REGRESSION (r200887): LayoutTest http/tests/performance/performance-resource-timing-cached-entries.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 18 14:00:22 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=157816

--- Comment #9 from Yoav Weiss <yoav at yoav.ws> ---
I'm not sure, but I thought unflaking the test would help avoid EWS false positives. We could always later on introduce an ignored test that just checks for this flakiness on the bots.

Regarding the issue itself, the entries are stored inside m_performance which is referenced by DOMWindow. Is it possible that DOMWindow survives navigations/test runs?

If so, the solution is most probably to clear m_performance when a new navigation is initiated. Does that make sense?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160518/a662c7a0/attachment.html>


More information about the webkit-unassigned mailing list