[wpt-sync] Sync PR 28015 - Cookie WPTs: Clean up cookies at the end of each test
Categories
(Core :: Networking: Cookies, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28015 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28015
Details from upstream follow.
b'Lily Chen <chlily@chromium.org>' wrote:
Cookie WPTs: Clean up cookies at the end of each test
This attempts to fix an issue where cookies from previous tests stick
around and interfere with cookie-line test assertions in subsequent
tests, when many tests are run in series.This adds cookie deletion or cleanup to the end of each test in
wpt/cookies/ which was failing to do so. (There are tests in other
directories that also fail to clean up cookies, but those will be
handled separately.)Change-Id: I26d0f342e401f4bbcf8ba318683861fa5a45faac
Reviewed-on: https://chromium-review.googlesource.com/2748837
WPT-Export-Revision: 3724785eb29e86612cacb74e818da91af7af23fd
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 15 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 3 subtests
Status Summary
Firefox
OK : 4
PASS: 12
Chrome
OK : 4
PASS: 12
Safari
OK : 4
PASS: 9
FAIL: 3
Links
| Assignee | ||
Updated•5 years ago
|
Comment 4•5 years ago
|
||
| bugherder | ||
Description
•