[Webkit-unassigned] [Bug 71991] Spellcheck should be able to run asynchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 23 18:48:50 PST 2011


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





--- Comment #10 from Shinya Kawanaka <shinyak at google.com>  2011-11-23 18:48:50 PST ---
Hmm...

Though I have to investigate why to say the correct things..., perhaps Qt and GTK have not implemented requestCheckingFor. Or, some functions might not be implemented... Since my previous patch which resolves issues depending on this issue have also failed in Qt and GTK (their tests are skipped on Qt and Gtk now.), resolving them may fix such errors.

And sorry, I should have to add this test on Skipped lists.

(In reply to comment #9)
> (In reply to comment #7)
> > (From update of attachment 116205 [details] [details])
> > Clearing flags on attachment: 116205
> > 
> > Committed r101002: <http://trac.webkit.org/changeset/101002>
> 
> The new editing/spelling/spellcheck-async.html fails on the GTK and on the Qt bot. Have you got any idea why?
> 
> --- /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: []

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list