[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

mitz at apple.com mitz at apple.com
Wed Dec 22 17:46:59 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b642f7c7e133c9b777d481218cd5cdeff7335769
Author: mitz at apple.com <mitz at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 30 07:25:39 2010 +0000

    Skip editing/text-iterator/findString.html on platforms that do not have an implementation of
    layoutTestController.findString()
    
    * platform/gtk/Skipped:
    * platform/qt/Skipped:
    * platform/win/Skipped:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72889 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 4f8c51a..6655b1b 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,12 @@
+2010-11-29  Dan Bernstein  <mitz at apple.com>
+
+        Skip editing/text-iterator/findString.html on platforms that do not have an implementation of
+        layoutTestController.findString()
+
+        * platform/gtk/Skipped:
+        * platform/qt/Skipped:
+        * platform/win/Skipped:
+
 2010-11-29  MORITA Hajime  <morrita at google.com>
 
         Unreviewed, updated expectations (unskip some passing tests).
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index 37c1d2f..05c7868 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -5522,6 +5522,9 @@ fast/text/large-text-composed-char-dos.html
 # LayoutTestController::addUserScript not implemented for gtk
 plugins/plugin-document-load-prevented-userscript.html
 
+# Missing layoutTestController.findString()
+editing/text-iterator/findString.html
+
 # https://bugs.webkit.org/show_bug.cgi?id=46942
 http/tests/websocket/tests/bad-sub-protocol-control-chars.html
 
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index a8710d3..66ae90b 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -714,6 +714,9 @@ java
 fast/dom/Window/timer-resume-on-navigation-back.html
 loader/go-back-to-different-window-size.html
 
+# Missing layoutTestController.findString()
+editing/text-iterator/findString.html
+
 # Missing layoutTestController.overridePreference()
 fast/events/pageshow-pagehide-on-back-cached.html
 fast/events/pageshow-pagehide-on-back-cached-with-frames.html
diff --git a/LayoutTests/platform/win/Skipped b/LayoutTests/platform/win/Skipped
index 15e3ece..b4fc203 100644
--- a/LayoutTests/platform/win/Skipped
+++ b/LayoutTests/platform/win/Skipped
@@ -1077,3 +1077,6 @@ fast/dom/horizontal-scrollbar-when-dir-change.html
 # https://bugs.webkit.org/show_bug.cgi?id=50204
 editing/selection/click-left-of-rtl-wrapping-text.html
 editing/selection/modify-up-on-rtl-wrapping-text.html
+
+# Missing layoutTestController.findString()
+editing/text-iterator/findString.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list