Bug 73003

Summary: [GTK] Missing TextChecker::requestCheckingOfString() implementation
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: Tools / TestsAssignee: 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
Reported 2011-11-22 22:59:23 PST
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
Ádám Kallai
Comment 1 2013-02-17 14:42:46 PST
The bug is still valid.
Martin Robinson
Comment 2 2014-04-07 19:20:40 PDT
This is probably due to missing TextChecker::requestCheckingOfString.
Martin Robinson
Comment 3 2014-04-07 19:21:40 PDT
*** Bug 50740 has been marked as a duplicate of this bug. ***
Martin Robinson
Comment 4 2015-05-05 22:33:48 PDT
*** This bug has been marked as a duplicate of bug 144648 ***
Note You need to log in before you can comment on or make changes to this bug.