Bug 288627
Summary: | REGRESSION (288559@main): [ macOS wk1 ] editing/spelling/spellcheck-async-mutation.htmlis a consistent timeout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Karl Rackler <rackler> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ntim, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Karl Rackler
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/145675124>
EWS
Test gardening commit 291148@main (d8911fd3504b): <https://commits.webkit.org/291148@main>
Reviewed commits have been landed. Closing PR #41427 and removing active labels.