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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 22 22:54:12 PST 2011


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossy at webkit.org




--- Comment #9 from Csaba Osztrogonac <ossy at webkit.org>  2011-11-22 22:54:11 PST ---
(In reply to comment #7)
> (From update of attachment 116205 [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