Bug 120212 - http/tests/cache/partitioned-cache.html breaks subsequent cookie tests
Summary: http/tests/cache/partitioned-cache.html breaks subsequent cookie tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2013-08-23 09:59 PDT by Alexey Proskuryakov
Modified: 2013-08-23 12:17 PDT (History)
3 users (show)

See Also:


Attachments
proposed fix (7.69 KB, patch)
2013-08-23 12:04 PDT, Alexey Proskuryakov
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.