RESOLVED FIXED Bug 183714
[iOS debug] Layout Test http/tests/storageAccess/grant-storage-access-under-opener.html is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=183714
Summary [iOS debug] Layout Test http/tests/storageAccess/grant-storage-access-under-o...
Ryan Haddad
Reported 2018-03-16 17:23:03 PDT
The following layout test is a flaky timeout on iOS Debug bots http/tests/storageAccess/grant-storage-access-under-opener.html Probable cause: This test was added with https://trac.webkit.org/changeset/229597/webkit Flakiness Dashboard: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2FstorageAccess%2Fgrant-storage-access-under-opener.html
Attachments
Patch for landing (6.07 KB, patch)
2018-05-30 15:55 PDT, John Wilander
no flags
Ryan Haddad
Comment 1 2018-03-20 09:25:54 PDT
Radar WebKit Bug Importer
Comment 2 2018-03-20 09:26:20 PDT
John Wilander
Comment 3 2018-05-30 15:55:15 PDT
Created attachment 341612 [details] Patch for landing
John Wilander
Comment 4 2018-05-30 15:56:18 PDT
The patch just adds additional logging and turns the test back on for iOS Debug. With the new console log entries we might be able to figure out why the test is timing out.
WebKit Commit Bot
Comment 5 2018-05-30 16:34:18 PDT
Comment on attachment 341612 [details] Patch for landing Clearing flags on attachment: 341612 Committed r232317: <https://trac.webkit.org/changeset/232317>
WebKit Commit Bot
Comment 6 2018-05-30 16:34:20 PDT
All reviewed patches have been landed. Closing bug.
Ryan Haddad
Comment 7 2018-06-13 13:57:52 PDT
https://build.webkit.org/results/Apple%20iOS%2011%20Simulator%20Debug%20WK2%20(Tests)/r232798%20(4808)/results.html --- /Volumes/Data/slave/ios-simulator-11-debug-tests-wk2/build/layout-test-results/http/tests/storageAccess/grant-storage-access-under-opener-expected.txt +++ /Volumes/Data/slave/ios-simulator-11-debug-tests-wk2/build/layout-test-results/http/tests/storageAccess/grant-storage-access-under-opener-actual.txt @@ -1,22 +1,5 @@ CONSOLE MESSAGE: line 54: Running test. CONSOLE MESSAGE: line 67: About to call testRunner.statisticsUpdateCookiePartitioning(). -CONSOLE MESSAGE: line 69: About to open the new window. -CONSOLE MESSAGE: line 43: About to open the third party iframe. -Tests that a cross-origin window from a prevalent domain with non-recent user interaction gets immediate storage access under its opener. +#PID UNRESPONSIVE - com.apple.WebKit.WebContent.Development (pid 63652) +FAIL: Timed out waiting for notifyDone to be called -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". - - -PASS Cookie created. -PASS successfullyParsed is true - -TEST COMPLETE - - --------- -Frame: '<!--frame1-->' --------- -Should receive first-party cookie. -Received cookie named 'firstPartyCookie'. -Did not receive cookie named ''. -Client-side document.cookie: firstPartyCookie=value
John Wilander
Comment 8 2018-06-13 13:59:17 PDT
Thanks! It's testRunner.statisticsUpdateCookiePartitioning() that gets tripped up somehow. Will investigate.
John Wilander
Comment 9 2018-06-18 10:40:14 PDT
I'll make a related change in https://bugs.webkit.org/show_bug.cgi?id=186777.
Ryan Haddad
Comment 10 2018-06-21 10:42:11 PDT
It looks like this is still a flaky timeout (with no output) on iOS debug bots.
John Wilander
Comment 11 2018-06-21 11:07:43 PDT
No output is seriously messed up. :(
John Wilander
Comment 12 2018-06-21 17:25:09 PDT
Further work to address this is tracked in https://bugs.webkit.org/show_bug.cgi?id=186903.
Ryan Haddad
Comment 13 2018-07-10 09:15:44 PDT
This test has been consistently passing on iOS bots since 6/25, so this appears to be resolved.
Note You need to log in before you can comment on or make changes to this bug.