Help debugging flaky http/tests/cache-storage/page-cache-domcachestorage-pending-promise.html
Created attachment 385610 [details] Patch
Created attachment 385612 [details] Patch
Comment on attachment 385612 [details] Patch Clearing flags on attachment: 385612 Committed r253487: <https://trac.webkit.org/changeset/253487>
All reviewed patches have been landed. Closing bug.
<rdar://problem/57917734>
Looks like it got a lot more flaky. One recent result: @@ -1,3 +1,6 @@ +CONSOLE MESSAGE: line 31: { "path": "/var/folders/5x/tddp1dn97mjg69n9470bjmlh0000gn/T/WebKitTestRunnerApp.apps-boRyeU/CacheStorage", "origins": [ +{ "origin" : { "topOrigin" : "http://127.0.0.1:8000", "clientOrigin": "http://127.0.0.1:8000" }, "caches" : { "persistent": ["test"], "removed": []} +}]} Tests that a page with pending DOMCacheStorage activity goes into the page cache. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". @@ -7,9 +10,9 @@ pagehide - entering cache pageshow - from cache PASS Page was restored from Page Cache -PASS Opened the cache -PASS !!restoredFromPageCache is true +FAIL Timed out while waiting for the cache to open PASS successfullyParsed is true +Some tests failed.