fast/ruby/generated-before-counter-doesnt-crash.html is a flaky failure on Windows bots --- /home/buildbot/worker/Windows-EWS/build/layout-test-results/fast/ruby/generated-before-counter-doesnt-crash-expected.txt +++ /home/buildbot/worker/Windows-EWS/build/layout-test-results/fast/ruby/generated-before-counter-doesnt-crash-actual.txt @@ -1,2 +1,4 @@ +Blocked access to external URL http://xx/ +Blocked access to external URL http://xx/ Blocked access to external URL http://xx/ This test passes if it doesn't crash. https://results.webkit.org/?suite=layout-tests&test=fast/ruby/generated-before-counter-doesnt-crash.html
Created attachment 442232 [details] Update TestExpectations
Committed r284731 (243443@main): <https://commits.webkit.org/243443@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 442232 [details].
Reopening for investigation.
<rdar://problem/84829734>
The test should be fixed to use file: URL which will stop it from outputting anything make it non-flaky. However it is currently sort of useful since it happens to reveal any problems in a cache used during style resolution (matched declaration cache). We should probably add an explicit test for that as part of fixing this test.