Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1610918 [wpt PR 21351] - CookieStore: Fix Flaky WPT Test for getS…
…ubscriptions, a=testonly Automatic update from web-platform-tests CookieStore: Fix Flaky WPT Test for getSubscriptions This test fails 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 relies on "unregister" for cleanup. The flaky failures can be reproduced locally using the following gn args and commandline. (Googlers: http://screen/E7px76cVS2E) gn args: dcheck_always_on = true ffmpeg_branding = "Chrome" is_component_build = false is_debug = false mac_deterministic_build = true proprietary_codecs = true symbol_level = 1 use_goma = true command: python third_party/blink/tools/run_web_tests.py -t LinuxTest third_party/blink/web_tests/external/wpt/cookie-store/cookieStoreManager_getSubscriptions_multiple.tentative.https.any.js --gtest_repeat=20 Bug: 1029713 Change-Id: Ifa766b974bddfcc6ee43e60be0766c1cb80cb742 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014100 Commit-Queue: Ayu Ishii <ayuichromium.org> Reviewed-by: Victor Costan <pwnallchromium.org> Cr-Commit-Position: refs/heads/master{#734193} -- wpt-commits: b3e087acabf346e7013a5a8182a5a4bf8b94b453 wpt-pr: 21351 UltraBlame original commit: 409fdb69ccdfafab27129a2aa965a2de9b60777d
- Loading branch information