Bug 179853
| Summary: | [mac-wk1] LayoutTest imported/blink/fast/text/international-iteration-simple-text.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | ap, mmaxfield, rackler, rniwa, tsavell, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryan Haddad
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.
+
+
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
This appears to be limited to Mac-wk1.
Radar WebKit Bug Importer
<rdar://problem/35657395>
Ryan Haddad
Marked test as flaky in https://trac.webkit.org/r227706
Truitt Savell
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
Alexey Proskuryakov
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.
Truitt Savell
Adjusted test expectations in https://trac.webkit.org/changeset/234695/webkit
Truitt Savell
*** Bug 188441 has been marked as a duplicate of this bug. ***
Karl Rackler
[ 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.
Karl Rackler
Pull request: https://github.com/WebKit/WebKit/pull/329
EWS
Committed r293113 (249819@main): <https://commits.webkit.org/249819@main>
Reviewed commits have been landed. Closing PR #329 and removing active labels.
Karl Rackler
Reopened because it is still being investigated.