Bug 182072 - Layout Test http/tests/resourceLoadStatistics/third-party-cookie-with-and-without-user-interaction.html is flaky
Summary: Layout Test http/tests/resourceLoadStatistics/third-party-cookie-with-and-wit...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-24 16:30 PST by Matt Lewis
Modified: 2018-01-30 22:06 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lewis 2018-01-24 16:30:34 PST
The following layout test is flaky on High Sierra WK2

http/tests/resourceLoadStatistics/third-party-cookie-with-and-without-user-interaction.html

Probable cause:

The failures start further back than the flakiness dashboard can go. The last time the test was touched however was https://trac.webkit.org/changeset/225640

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2FresourceLoadStatistics%2Fthird-party-cookie-with-and-without-user-interaction.html


Diff:

--- /Volumes/Data/slave/highsierra-debug-tests-wk2/build/layout-test-results/http/tests/resourceLoadStatistics/third-party-cookie-with-and-without-user-interaction-expected.txt
+++ /Volumes/Data/slave/highsierra-debug-tests-wk2/build/layout-test-results/http/tests/resourceLoadStatistics/third-party-cookie-with-and-without-user-interaction-actual.txt
@@ -30,8 +30,8 @@
 Should only receive partitioned, third party cookie.
 Did not receive cookie named 'firstPartyCookie'.
 Did not receive cookie named 'thirdPartyCookie'.
-Received cookie named 'partitionedThirdPartyCookie'.
-Client-side document.cookie: partitionedThirdPartyCookie=value
+Did not receive cookie named 'partitionedThirdPartyCookie'.
+Client-side document.cookie:
 
 --------
 Frame: '<!--framePath //<!--frame4-->-->'
@@ -39,5 +39,5 @@
 After user interaction, should receive non-partitioned cookies set in a first-party context and in a third-party context.
 Received cookie named 'firstPartyCookie'.
 Received cookie named 'thirdPartyCookie'.
-Did not receive cookie named 'partitionedThirdPartyCookie'.
-Client-side document.cookie: firstPartyCookie=value,thirdPartyCookie=value
+Received cookie named 'partitionedThirdPartyCookie'.
+Client-side document.cookie: firstPartyCookie=value,partitionedThirdPartyCookie=value,thirdPartyCookie=value
Comment 1 Radar WebKit Bug Importer 2018-01-24 16:31:05 PST
<rdar://problem/36845795>
Comment 2 John Wilander 2018-01-30 22:06:56 PST
See r227875: <https://trac.webkit.org/changeset/227875>