[Webkit-unassigned] [Bug 288627] New: REGRESSION (288559 at main): [ macOS wk1 ] editing/spelling/spellcheck-async-mutation.htmlis a consistent timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 26 10:55:34 PST 2025


https://bugs.webkit.org/show_bug.cgi?id=288627

            Bug ID: 288627
           Summary: REGRESSION (288559 at main): [ macOS wk1 ]
                    editing/spelling/spellcheck-async-mutation.htmlis a
                    consistent timeout
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rackler at apple.com
                CC: ntim at apple.com,
                    webkit-bot-watchers-bugzilla at group.apple.com,
                    webkit-bug-importer at group.apple.com

Description:
editing/spelling/spellcheck-async-mutation.html

This issue can be bisected to 288559 at 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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20250226/9badbd2d/attachment-0001.htm>


More information about the webkit-unassigned mailing list