Bug 138528

Summary: Delete cookies between tests
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, psolanki
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix none

Description Alexey Proskuryakov 2014-11-07 17:15:37 PST
We should start each test from a clean state, so that there is never a dependency on test order.

Most of the time, tests clean up after themselves, and they should continue doing this so that they could be run from a browser. But it's been too often that leaking cookies caused test flakiness, it's time to stop that for good.
Comment 1 Alexey Proskuryakov 2014-11-07 17:19:43 PST
Created attachment 241221 [details]
proposed fix
Comment 2 WebKit Commit Bot 2014-11-08 19:17:07 PST
Comment on attachment 241221 [details]
proposed fix

Clearing flags on attachment: 241221

Committed r175783: <http://trac.webkit.org/changeset/175783>
Comment 3 WebKit Commit Bot 2014-11-08 19:17:18 PST
All reviewed patches have been landed.  Closing bug.