[Webkit-unassigned] [Bug 138098] http/tests/cookies/third-party-cookie-relaxing.html is flaky on bots

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 27 12:22:54 PDT 2014


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

--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> ---
This is caused by this line in resetWebPreferencesToConsistentValues():

[WebPreferences _setCurrentNetworkLoaderSessionCookieAcceptPolicy:NSHTTPCookieAcceptPolicyOnlyFromMainDocumentDomain];

This test temporarily sets a different cookie accept policy, which gets overridden when another DRT process executes this line, so we have a race.

Separate instances of DumpRenderTree are supposed to use separate cookie stores, so they should not be able to affect one another. The question is what changed in Yosemite that this is no longer true.

-- 
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/20141027/18a2095e/attachment-0002.html>


More information about the webkit-unassigned mailing list