[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

pfeldman at chromium.org pfeldman at chromium.org
Thu Oct 29 20:44:34 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit c136bface2e1d1b9fa1908d7f8cf53506baddd7b
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 14 17:34:55 2009 +0000

    2009-10-14  Pavel Feldman  <pfeldman at chromium.org>
    
            Reviewed by Timothy Hatcher.
    
            Web Inspector: skip inspector tests that were recently added
            until harness is fixed in release mode.
    
            https://bugs.webkit.org/show_bug.cgi?id=30014
    
            * platform/gtk/Skipped:
            * platform/mac-leopard/Skipped:
            * platform/mac-snowleopard/Skipped:
            * platform/mac-tiger/Skipped:
            * platform/mac/Skipped:
            * platform/qt/Skipped:
            * platform/win/Skipped:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49573 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index ccca112..39968b8 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,20 @@
+2009-10-14  Pavel Feldman  <pfeldman at chromium.org>
+
+        Reviewed by Timothy Hatcher.
+
+        Web Inspector: skip inspector tests that were recently added
+        until harness is fixed in release mode.
+
+        https://bugs.webkit.org/show_bug.cgi?id=30014
+
+        * platform/gtk/Skipped:
+        * platform/mac-leopard/Skipped:
+        * platform/mac-snowleopard/Skipped:
+        * platform/mac-tiger/Skipped:
+        * platform/mac/Skipped:
+        * platform/qt/Skipped:
+        * platform/win/Skipped:
+
 2009-10-14  Brady Eidson  <beidson at apple.com>
 
         Skip my two new failures while I'm actively looking at them.
diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped
index fbe737b..d95dc82 100644
--- a/LayoutTests/platform/gtk/Skipped
+++ b/LayoutTests/platform/gtk/Skipped
@@ -3525,6 +3525,12 @@ http/tests/webarchive/test-css-url-encoding-utf-8.html
 http/tests/webarchive/test-css-url-encoding.html
 http/tests/webarchive/test-preload-resources.html
 
+# Tests in inspector/ directory
+#   Tests failing
+inspector/console-tests.html
+inspector/elements-panel-structure.html
+inspector/evaluate-in-frontend.html
+
 # Tests in media/ directory
 #   Tests failing
 media/video-controls-transformed.html
diff --git a/LayoutTests/platform/mac-leopard/Skipped b/LayoutTests/platform/mac-leopard/Skipped
index ae2da71..0d87fc7 100644
--- a/LayoutTests/platform/mac-leopard/Skipped
+++ b/LayoutTests/platform/mac-leopard/Skipped
@@ -18,3 +18,9 @@ platform/mac/fast/text/thai-combining-mark-positioning.html
 # Hardware compositing is disabled for Leopard until <rdar://problem/7189153> can be fixed.
 # https://bugs.webkit.org/show_bug.cgi?id=28624
 transforms/3d
+
+# Disable inspector tests while fixing them in release mode
+# https://bugs.webkit.org/show_bug.cgi?id=30014
+inspector/console-tests.html
+inspector/elements-panel-structure.html
+inspector/evaluate-in-frontend.html
diff --git a/LayoutTests/platform/mac-snowleopard/Skipped b/LayoutTests/platform/mac-snowleopard/Skipped
index ef8f89a..54c69f2 100644
--- a/LayoutTests/platform/mac-snowleopard/Skipped
+++ b/LayoutTests/platform/mac-snowleopard/Skipped
@@ -41,3 +41,8 @@ media/controls-drag-timebar.html
 #<rdar://problem/7144583> - Intermittent failure
 svg/css/glyph-orientation-rounding-test.xhtml
 
+# Disable inspector tests while fixing them in release mode
+# https://bugs.webkit.org/show_bug.cgi?id=30014
+inspector/console-tests.html
+inspector/elements-panel-structure.html
+inspector/evaluate-in-frontend.html
diff --git a/LayoutTests/platform/mac-tiger/Skipped b/LayoutTests/platform/mac-tiger/Skipped
index 9ac49f2..18eb7a8 100644
--- a/LayoutTests/platform/mac-tiger/Skipped
+++ b/LayoutTests/platform/mac-tiger/Skipped
@@ -61,3 +61,8 @@ http/tests/loading/basic-auth-resend-wrong-credentials.html
 # See <rdar://problem/5081884> and https://bugs.webkit.org/show_bug.cgi?id=29329
 http/tests/loading/redirect-with-no-location-crash.html
 
+# Disable inspector tests while fixing them in release mode
+# https://bugs.webkit.org/show_bug.cgi?id=30014
+inspector/console-tests.html
+inspector/elements-panel-structure.html
+inspector/evaluate-in-frontend.html
diff --git a/LayoutTests/platform/mac/Skipped b/LayoutTests/platform/mac/Skipped
index 1ed01d4..7417a6b 100644
--- a/LayoutTests/platform/mac/Skipped
+++ b/LayoutTests/platform/mac/Skipped
@@ -111,3 +111,9 @@ fast/loader/frames-with-unload-handlers-in-page-cache.html
 
 # This port doesn't support detecting slow unload handlers.
 fast/dom/Window/slow_unload_handler.html
+
+# Disable inspector tests while fixing them in release mode
+# https://bugs.webkit.org/show_bug.cgi?id=30014
+inspector/console-tests.html
+inspector/elements-panel-structure.html
+inspector/evaluate-in-frontend.html
diff --git a/LayoutTests/platform/qt/Skipped b/LayoutTests/platform/qt/Skipped
index 9346d73..af84b88 100644
--- a/LayoutTests/platform/qt/Skipped
+++ b/LayoutTests/platform/qt/Skipped
@@ -4864,3 +4864,8 @@ fast/dom/Window/slow_unload_handler.html
 
 # This port doesn't have a global history delegate yet
 http/tests/globalhistory
+
+# Skip inspector tests
+inspector/console-tests.html
+inspector/elements-panel-structure.html
+inspector/evaluate-in-frontend.html
diff --git a/LayoutTests/platform/win/Skipped b/LayoutTests/platform/win/Skipped
index 3a3fba3..649d075 100644
--- a/LayoutTests/platform/win/Skipped
+++ b/LayoutTests/platform/win/Skipped
@@ -686,3 +686,10 @@ plugins/private-browsing-mode.html
 # Skip these two failures I introduced this morning while I explore them.
 fast/history/window-open.html
 http/tests/globalhistory/history-delegate-basic-visited-links.html
+
+# Disable inspector tests while fixing them in release mode
+# https://bugs.webkit.org/show_bug.cgi?id=30014
+inspector/console-tests.html
+inspector/elements-panel-structure.html
+inspector/evaluate-in-frontend.html
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list