Title: [143788] trunk/LayoutTests
Revision
143788
Author
[email protected]
Date
2013-02-22 13:50:47 -0800 (Fri, 22 Feb 2013)

Log Message

Expect editing/spelling/spelling-changed-text.html to fail on Qt and GTK
https://bugs.webkit.org/show_bug.cgi?id=110447

Patch by Rouslan Solomakhin <[email protected]> on 2013-02-22
Reviewed by Ryosuke Niwa.

Qt and GTK layout tests do not mark the word "wellcome" as a misspelling in
editing/spelling/spelling-changed-text.html layout test. This patch disables
editing/spelling/spelling-changed-text.html on Qt and GTK platforms.

* platform/gtk/TestExpectations: Mark editing/spelling/spelling-changed-text.html as [ Failure ].
* platform/qt/TestExpectations: Mark editing/spelling/spelling-changed-text.html as [ Failure ].

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (143787 => 143788)


--- trunk/LayoutTests/ChangeLog	2013-02-22 21:45:55 UTC (rev 143787)
+++ trunk/LayoutTests/ChangeLog	2013-02-22 21:50:47 UTC (rev 143788)
@@ -1,3 +1,17 @@
+2013-02-22  Rouslan Solomakhin  <[email protected]>
+
+        Expect editing/spelling/spelling-changed-text.html to fail on Qt and GTK
+        https://bugs.webkit.org/show_bug.cgi?id=110447
+
+        Reviewed by Ryosuke Niwa.
+
+        Qt and GTK layout tests do not mark the word "wellcome" as a misspelling in
+        editing/spelling/spelling-changed-text.html layout test. This patch disables
+        editing/spelling/spelling-changed-text.html on Qt and GTK platforms.
+
+        * platform/gtk/TestExpectations: Mark editing/spelling/spelling-changed-text.html as [ Failure ].
+        * platform/qt/TestExpectations: Mark editing/spelling/spelling-changed-text.html as [ Failure ].
+
 2013-02-22  Gregg Tavares  <[email protected]>
 
         Add script to generate LayoutTests from WebGL Conformance Tests

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (143787 => 143788)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2013-02-22 21:45:55 UTC (rev 143787)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2013-02-22 21:50:47 UTC (rev 143788)
@@ -1457,6 +1457,7 @@
 webkit.org/b/108370 editing/spelling/spelling-with-punctuation-selection.html [ Skip ]
 webkit.org/b/108370 editing/spelling/spelling-with-underscore-selection.html [ Skip ]
 webkit.org/b/108370 editing/spelling/spelling-with-whitespace-selection.html [ Skip ]
+webkit.org/b/108370 editing/spelling/spelling-changed-text.html [ Failure ]
 
 webkit.org/b/107118 fast/canvas/canvas-quadratic-same-endpoint.html [ Failure ]
 

Modified: trunk/LayoutTests/platform/qt/TestExpectations (143787 => 143788)


--- trunk/LayoutTests/platform/qt/TestExpectations	2013-02-22 21:45:55 UTC (rev 143787)
+++ trunk/LayoutTests/platform/qt/TestExpectations	2013-02-22 21:50:47 UTC (rev 143788)
@@ -831,10 +831,8 @@
 editing/spelling/spelling-with-punctuation-selection.html
 editing/spelling/spelling-with-underscore-selection.html
 editing/spelling/spelling-with-whitespace-selection.html
+webkit.org/b/108370 editing/spelling/spelling-changed-text.html [ Failure ]
 
-# REGRESSION(r143470): editing/spelling/spelling-changed-text.html fails on Qt, GTK, EFL
-webkit.org/b/110447 editing/spelling/spelling-changed-text.html [ Skip ]
-
 # =========================================================================== #
 #       Failing plugins tests.                                                #
 # =========================================================================== #
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to