[Webkit-unassigned] [Bug 158019] Fix ResourceTiming XHR and initiator flakiness

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 24 08:42:42 PDT 2016


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

--- Comment #13 from Yoav Weiss <yoav at yoav.ws> ---
(In reply to comment #12)
> Comment on attachment 279645 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=279645&action=review
> 
> > LayoutTests/http/tests/performance/performance-resource-timing-cached-entries.html:35
> > +            setTimeout(runTest, 10);
> 
> A timeout of 10 ms is never right in regression tests. A process can be
> easily suspended for much longer. It's especially expected on GuardMalloc
> and ASan tests, but even release build tests have a lot of competition for
> resources.

Any timeout would do here, it's just that I need for the test to run after the XHR's load event is over. So if the process will get suspended for a longer period, that's not an issue as long as the test's timeout is not exceeded. Let me know if a different timeout value (or a different method to run the test after the onload is over) is preferred.

-- 
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/20160524/cd166cd7/attachment-0001.html>


More information about the webkit-unassigned mailing list