RESOLVED FIXED297063
[ macOS wk2 arm64 ] http/tests/xmlhttprequest/chunked-progress-event-expectedLength.html is a flaky text failure
https://bugs.webkit.org/show_bug.cgi?id=297063
Summary [ macOS wk2 arm64 ] http/tests/xmlhttprequest/chunked-progress-event-expected...
Bryan Medina
Reported 2025-08-07 10:35:52 PDT
http/tests/xmlhttprequest/chunked-progress-event-expectedLength.html is a flaky text failure on macOS wk2 arm64. HISTORY: https://results.webkit.org/?suite=layout-tests&test=http%2Ftests%2Fxmlhttprequest%2Fchunked-progress-event-expectedLength.html TEXT DIFF: --- /Volumes/Data/worker/Apple-Sequoia-Debug-AppleSilicon-WK2-Tests/build/layout-test-results/http/tests/xmlhttprequest/chunked-progress-event-expectedLength-expected.txt +++ /Volumes/Data/worker/Apple-Sequoia-Debug-AppleSilicon-WK2-Tests/build/layout-test-results/http/tests/xmlhttprequest/chunked-progress-event-expectedLength-actual.txt @@ -4,4 +4,4 @@ PASS should appear below: -PASS + TEXT DIFF URL: https://build.webkit.org/results/Apple-Sequoia-Debug-AppleSilicon-WK2-Tests/298328%40main%20(2042)/http/tests/xmlhttprequest/chunked-progress-event-expectedLength-diff.txt
Attachments
Radar WebKit Bug Importer
Comment 1 2025-08-07 10:36:09 PDT
Bryan Medina
Comment 2 2025-08-07 10:37:55 PDT
I was able to reproduce the text failure locally on my device running macOS Sequoia arm64 Debug ToT using the following command: run-webkit-tests http/tests/xmlhttprequest/chunked-progress-event-expectedLength.html --iterations=500 -f
EWS
Comment 3 2025-08-07 10:44:17 PDT
Test gardening commit 298344@main (9af55296b765): <https://commits.webkit.org/298344@main> Reviewed commits have been landed. Closing PR #49066 and removing active labels.
Alexey Proskuryakov
Comment 4 2025-08-07 11:11:46 PDT
This is just a bad test, where parsing the HTML races with the test itself. It would be ideal to convert it to a js-test, but for a quick fix, moving test() into unload handler should suffice.
Chris Dumez
Comment 5 2025-11-10 17:07:03 PST
EWS
Comment 6 2025-11-11 18:08:48 PST
Committed 302878@main (f420b718bfc9): <https://commits.webkit.org/302878@main> Reviewed commits have been landed. Closing PR #53711 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.