LayoutTest imported/blink/fast/text/international-iteration-simple-text.html is failing https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK1%20(Tests)/r224985%20(4913)/results.html https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fblink%2Ffast%2Ftext%2Finternational-iteration-simple-text.html --- /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/imported/blink/fast/text/international-iteration-simple-text-expected.txt +++ /Volumes/Data/slave/elcapitan-debug-tests-wk1/build/layout-test-results/imported/blink/fast/text/international-iteration-simple-text-actual.txt @@ -1 +1,3 @@ Test passes if it does not crash. + +
This appears to be limited to Mac-wk1.
<rdar://problem/35657395>
Marked test as flaky in https://trac.webkit.org/r227706
This test is still flakey. It is now flakey on Release builds as well. Additionally it is flakey on iOS 11 Debug wk2. The issue still seems to be those two extra blank lines in the output
The test itself is buggy - it starts checks on a zero timeout, but there is no guarantee that WebKit has already parsed </html> by that time. At the very least, it needs to use onload. But I'm not sure if we care about imported/blink tests enough to fix them. Maybe just delete, or WontFix in TestExpectations.
Adjusted test expectations in https://trac.webkit.org/changeset/234695/webkit
*** Bug 188441 has been marked as a duplicate of this bug. ***
[ macOS wk2 ] imported/blink/fast/text/international-iteration-simple-text.html is a flaky failure Description: imported/blink/fast/text/international-iteration-simple-text.html The test is now affecting macOS wk2. This new behaviors' first failure that I saw on the dashboard was 3/29/2022 at r292081, but this was to fix a build break and does not appear relevant to causing this issue. This test seems to have been flaky since the start. History: https://results.webkit.org/?suite=layout-tests&test=imported%2Fblink%2Ffast%2Ftext%2Finternational-iteration-simple-text.html&platform=mac&limit=50000 Diff: --- /Volumes/Data/worker/monterey-release-applesilicon-tests-wk2/build/layout-test-results/imported/blink/fast/text/international-iteration-simple-text-expected.txt +++ /Volumes/Data/worker/monterey-release-applesilicon-tests-wk2/build/layout-test-results/imported/blink/fast/text/international-iteration-simple-text-actual.txt @@ -1 +1,3 @@ Test passes if it does not crash. + + I have marked this test as a flaky failure while this issue is investigated.
Pull request: https://github.com/WebKit/WebKit/pull/329
Committed r293113 (249819@main): <https://commits.webkit.org/249819@main> Reviewed commits have been landed. Closing PR #329 and removing active labels.
Reopened because it is still being investigated.