RESOLVED FIXED 199124
Layout Test http/tests/appcache/remove-cache.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=199124
Summary Layout Test http/tests/appcache/remove-cache.html is a flaky failure
Russell Epstein
Reported 2019-06-21 17:07:01 PDT
The following layout test is flaky on WK1 ( though it has failed once on High Sierra WK2). http/tests/appcache/remove-cache.html Intermittently, the test is outputting an additional deprecation warning, causing the test to fail (see diff). Steps to Reproduce: run-webkit-tests --iter 1000 -f -1 http/tests/appcache/remove-cache.html Flakiness Dashboard: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Fappcache%2Fremove-cache.html Diff: --- /Volumes/Data/slave/mojave-debug-tests-wk1/build/layout-test-results/http/tests/appcache/remove-cache-expected.txt +++ /Volumes/Data/slave/mojave-debug-tests-wk1/build/layout-test-results/http/tests/appcache/remove-cache-actual.txt @@ -1,3 +1,4 @@ +CONSOLE MESSAGE: line 1: ApplicationCache is deprecated. Please use ServiceWorkers instead. CONSOLE MESSAGE: line 1: ApplicationCache is deprecated. Please use ServiceWorkers instead. CONSOLE MESSAGE: line 1: ApplicationCache is deprecated. Please use ServiceWorkers instead. CONSOLE MESSAGE: line 1: ApplicationCache is deprecated. Please use ServiceWorkers instead.
Attachments
Patch (3.84 KB, patch)
2019-11-05 00:24 PST, youenn fablet
no flags
Russell Epstein
Comment 1 2019-06-21 17:08:02 PDT
This does not appear to be a recent regression.
Radar WebKit Bug Importer
Comment 2 2019-06-21 17:08:18 PDT
Ryan Haddad
Comment 3 2019-09-13 11:35:58 PDT
Still happening, we should mark this as flaky.
Russell Epstein
Comment 4 2019-09-13 11:47:25 PDT
(In reply to Ryan Haddad from comment #3) > Still happening, we should mark this as flaky. Updated TestExpectations in r249844.
youenn fablet
Comment 5 2019-11-05 00:20:44 PST
The script has a global state so it cannot be run in parallel with itself, hence why run-webkit-tests --iter 1000 -f will fail. In that case, the flakiness is due to the fact that a timeout kicks in and reload the main page, hence a new console message.
youenn fablet
Comment 6 2019-11-05 00:24:54 PST
youenn fablet
Comment 7 2019-11-07 16:06:54 PST
Ping review?
WebKit Commit Bot
Comment 8 2019-11-07 16:52:36 PST
Comment on attachment 382810 [details] Patch Clearing flags on attachment: 382810 Committed r252217: <https://trac.webkit.org/changeset/252217>
WebKit Commit Bot
Comment 9 2019-11-07 16:52:38 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.