Bug 109415
Summary: | Layout Test editing/spelling/spellcheck-async.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kentaro Hara <haraken> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Kentaro Hara
The following layout test is flaky on all platforms
editing/spelling/spellcheck-async.html
Probable cause:
Sometimes the test fails with the following diff:
--- /Volumes/data/b/build/slave/WebKit_Mac10_7__dbg_/build/layout-test-results/editing/spelling/spellcheck-async-expected.txt
+++ /Volumes/data/b/build/slave/WebKit_Mac10_7__dbg_/build/layout-test-results/editing/spelling/spellcheck-async-actual.txt
@@ -2,10 +2,10 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS text : "zz" has markers: [zz]
PASS successfullyParsed is true
TEST COMPLETE
-PASS text : "zz" has markers: [zz]
PASS text : "apple,zz,orange" has markers: [zz]
PASS text : "zz,zz" has markers: [zz,zz]
PASS text : "zz zz zz" has markers: [zz,zz,zz]
I think the failure is due to asynchronous timing of the spelling check.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
I don't see this particular failure on any bots now, but the test is still flaky.
*** This bug has been marked as a duplicate of bug 74388 ***