[wpt-sync] Sync PR 21614 - CookieStore: Fix Flaky WPT Test for getSubscriptions
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox75 fixed)
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21614 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21614
Details from upstream follow.
Ayu Ishii <ayui@chromium.org> wrote:
CookieStore: Fix Flaky WPT Test for getSubscriptions
This test failes because the cleanup to "unsubscribe" cookies would
occur after the registration has already been unregistered for
non-workers. This change removes the cleanup to "unsubscribe" and
just relised on "unregister" for cleanup. Related issue[1].[1] https://crrev.com/c/2014100
[2] Error(Googlers): http://screen/E5X6dNVEGQzBug: 1047155
Change-Id: I64b62d2a15e391c3da074b2a3a5a8114b02469aeReviewed-on: https://chromium-review.googlesource.com/2040370
WPT-Export-Revision: f7a0cf87ab03867bd72dad027241af13864c3249
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK : 2
FAIL: 2
Chrome
OK : 2
PASS: 2
Safari
OK : 2
FAIL: 2
Links
Details
New Tests That Don't Pass
/cookie-store/cookieStoreManager_getSubscriptions_single.tentative.https.any.html
getSubscriptions returns a subscription passed to subscribe: FAIL (Chrome: PASS, Safari: FAIL)
/cookie-store/cookieStoreManager_getSubscriptions_single.tentative.https.any.serviceworker.html
getSubscriptions returns a subscription passed to subscribe: FAIL (Chrome: PASS, Safari: FAIL)
Comment 4•5 years ago
|
||
bugherder |
Description
•