NEW 288627
REGRESSION (288559@main): [ macOS wk1 ] editing/spelling/spellcheck-async-mutation.htmlis a consistent timeout
https://bugs.webkit.org/show_bug.cgi?id=288627
Summary REGRESSION (288559@main): [ macOS wk1 ] editing/spelling/spellcheck-async-mut...
Karl Rackler
Reported 2025-02-26 10:55:34 PST
Description: editing/spelling/spellcheck-async-mutation.html This issue can be bisected to 288559@main using the command: run-webkit-tests --release --no-retry --force -1 --exit-after-n-failures 1 --iterations=1000 editing/spelling/spellcheck-async-mutation.html History: https://results.webkit.org/?suite=layout-tests&test=editing%2Fspelling%2Fspellcheck-async-mutation.html&platform=mac Diff: @@ -1,3 +1,5 @@ +CONSOLE MESSAGE: TypeError: Argument 1 ('node') to Internals.markerCountForNode must be an instance of Node +FAIL: Timed out waiting for notifyDone to be called Test for asynchronous spellchecking in case DOM mutation happens. This test checks crash won't happen if DOM mutations happened. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". @@ -13,7 +15,7 @@ Test Start: 3 PASS requestId is >= lastRequestId + 1 -PASS Request has been processed. +FAIL Request has been processed but we detected unexpected marker location. Test Start: 4 PASS requestId is >= lastRequestId + 1 @@ -25,21 +27,13 @@ Test Start: 6 PASS requestId is >= lastRequestId + 1 -PASS Request has been processed. +FAIL Request has been processed but we detected unexpected marker location. Test Start: 7 -PASS requestId is >= lastRequestId + 1 +FAIL requestId should be >= lastRequestId + 1. Was 868 (of type number). PASS Request has been processed. Test Start: 8 -PASS requestId is >= lastRequestId + 1 -PASS Request has been processed. - -Test Start: 9 -PASS requestId is >= lastRequestId + 1 -PASS Request has been processed. -PASS successfullyParsed is true - -TEST COMPLETE +FAIL requestId should be >= lastRequestId + 1. Was 868 (of type number). zz zz zz
Attachments
Radar WebKit Bug Importer
Comment 1 2025-02-26 10:55:47 PST
EWS
Comment 2 2025-02-26 11:03:12 PST
Test gardening commit 291148@main (d8911fd3504b): <https://commits.webkit.org/291148@main> Reviewed commits have been landed. Closing PR #41427 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.