Bug 120212

Summary: http/tests/cache/partitioned-cache.html breaks subsequent cookie tests
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: jeffrey+webkit, rniwa, thorton
Priority: P2 Keywords: LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix thorton: review+

Description Alexey Proskuryakov 2013-08-23 09:59:06 PDT
Looks like the test doesn't delete its cookies after use, so they affect subsequent tests.

$ run-webkit-tests http/tests/cache/partitioned-cache.html http/tests/cookies/third-party-cookie-relaxing.html

Regressions: Unexpected text-only failures (1)
  http/tests/cookies/third-party-cookie-relaxing.html [ Failure ]
Comment 1 Alexey Proskuryakov 2013-08-23 12:04:28 PDT
Created attachment 209486 [details]
proposed fix
Comment 2 Tim Horton 2013-08-23 12:13:41 PDT
Comment on attachment 209486 [details]
proposed fix

Seems reasonable, though I'd really like jpfau to have a look.
Comment 3 Alexey Proskuryakov 2013-08-23 12:17:10 PDT
Committed <http://trac.webkit.org/r154505>.