Bug 211652
| Summary: | REGRESSION (r260841): [iOS] http/tests/resourceLoadStatistics/third-party-cookie-blocking-on-sites-without-user-interaction-database.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | katherine_cheney, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=211004 | ||
Ryan Haddad
http/tests/resourceLoadStatistics/third-party-cookie-blocking-on-sites-without-user-interaction-database.html is a flaky failure on iOS simulator bots with the following diff:
--- /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/http/tests/resourceLoadStatistics/third-party-cookie-blocking-on-sites-without-user-interaction-database-expected.txt
+++ /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/http/tests/resourceLoadStatistics/third-party-cookie-blocking-on-sites-without-user-interaction-database-actual.txt
@@ -19,5 +19,5 @@
Frame: '<!--frame2-->'
--------
After user interaction, should receive first-party cookie.
-Received cookie named 'firstPartyCookie'.
-Client-side document.cookie: firstPartyCookie=value
+Did not receive cookie named 'firstPartyCookie'.
+Client-side document.cookie:
https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2FresourceLoadStatistics%2Fthird-party-cookie-blocking-on-sites-without-user-interaction-database.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/63040950>
Ryan Haddad
This appears to have started after https://trac.webkit.org/changeset/260841/webkit
Ryan Haddad
Marked test as flaky in https://trac.webkit.org/changeset/261630/webkit
Ryan Haddad
Removed flaky expectation in r262025 since the test is consistently passing.