Bug 73003
| Summary: | [GTK] Missing TextChecker::requestCheckingOfString() implementation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | alex, gustavo, kadam, morrita, mrobinson, shinyak, shinyak, xan.lopez, zan |
| Priority: | P2 | Keywords: | Gtk, LayoutTestFailure, Qt, QtTriaged |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 71991 | ||
Csaba Osztrogonác
The new editing/spelling/spellcheck-async.html fails on the GTK and on the Qt bot.
--- /ramdisk/qt-linux-release/build/layout-test-results/editing/spelling/spellcheck-async-expected.txt
+++ /ramdisk/qt-linux-release/build/layout-test-results/editing/spelling/spellcheck-async-actual.txt
@@ -5,14 +5,14 @@
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]
-PASS text : " zz zz zz " has markers: [zz,zz,zz]
-PASS text : "zz apple orange" has markers: [zz]
-PASS text : "apple zz orange" has markers: [zz]
-PASS text : "apple orange zz" has markers: [zz]
+FAIL text : "zz" should have markers: [zz]
+FAIL text : "apple,zz,orange" should have markers: [zz]
+FAIL text : "zz,zz" should have markers: [zz,zz]
+FAIL text : "zz zz zz" should have markers: [zz,zz,zz]
+FAIL text : " zz zz zz " should have markers: [zz,zz,zz]
+FAIL text : "zz apple orange" should have markers: [zz]
+FAIL text : "apple zz orange" should have markers: [zz]
+FAIL text : "apple orange zz" should have markers: [zz]
PASS text : "zzz" has markers: []
PASS text : "I would like to sleep, zzz" has markers: []
--- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/editing/spelling/spellcheck-async-expected.txt
+++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/editing/spelling/spellcheck-async-actual.txt
@@ -13,6 +13,6 @@
PASS text : "zz apple orange" has markers: [zz]
PASS text : "apple zz orange" has markers: [zz]
PASS text : "apple orange zz" has markers: [zz]
-PASS text : "zzz" has markers: []
-PASS text : "I would like to sleep, zzz" has markers: []
+FAIL text : "zzz" should have markers: []
+FAIL text : "I would like to sleep, zzz" should have markers: []
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ádám Kallai
The bug is still valid.
Martin Robinson
This is probably due to missing TextChecker::requestCheckingOfString.
Martin Robinson
*** Bug 50740 has been marked as a duplicate of this bug. ***
Martin Robinson
*** This bug has been marked as a duplicate of bug 144648 ***