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

aroben at apple.com aroben at apple.com
Wed Dec 22 13:51:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d9dc85c29c013c379ef8582e88ea7103d04e58a7
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 28 15:43:30 2010 +0000

    Start running plugins tests in WebKit2 on Windows
    
    Fixes <http://webkit.org/b/46675> <rdar://problem/8484269>
    
    Reviewed by John Sullivan.
    
    * platform/win-wk2/Skipped: Removed the plugins and
    platform/win/plugins directories and added individual failing tests.
    plugins/geturlnotify-during-document-teardown.html and
    plugins/mouse-events-fixedpos.html will also fail on SnowLeopard, but
    they're already skipped there on both WebKit1 and WebKit2 thanks to
    platform/mac-snowleopard/Skipped.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68519 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 7471d75..b558a6a 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,18 @@
+2010-09-28  Adam Roben  <aroben at apple.com>
+
+        Start running plugins tests in WebKit2 on Windows
+
+        Fixes <http://webkit.org/b/46675> <rdar://problem/8484269>
+
+        Reviewed by John Sullivan.
+
+        * platform/win-wk2/Skipped: Removed the plugins and
+        platform/win/plugins directories and added individual failing tests.
+        plugins/geturlnotify-during-document-teardown.html and
+        plugins/mouse-events-fixedpos.html will also fail on SnowLeopard, but
+        they're already skipped there on both WebKit1 and WebKit2 thanks to
+        platform/mac-snowleopard/Skipped.
+
 2010-09-28  Andreas Kling  <andreas.kling at nokia.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/LayoutTests/platform/win-wk2/Skipped b/LayoutTests/platform/win-wk2/Skipped
index 27c328e..7848956 100644
--- a/LayoutTests/platform/win-wk2/Skipped
+++ b/LayoutTests/platform/win-wk2/Skipped
@@ -71,11 +71,30 @@ platform/win/fast/events/panScroll-preventDefault.html
 fast/workers/storage
 storage
 
-# WebKit2 needs plugins support
-# <https://bugs.webkit.org/show_bug.cgi?id=42196>
-plugins
-platform/win/plugins
-dom/html/level2/html/AppletsCollection.html
+# Assertion failure in Node::document
+# http://webkit.org/b/46672
+plugins/embed-attributes-style.html
+
+# Assertion failure in NetscapePlugin::platformDestroy
+# http://webkit.org/b/46673
+plugins/mouse-events.html
+
+# http://webkit.org/b/46711
+platform/win/plugins/plugin-delayed-destroy.html
+
+# http://webkit.org/b/46712
+plugins/document-open.html
+
+# http://webkit.org/b/46715
+plugins/npruntime/invoke-failure.html
+
+# WebKitTestRunner needs layoutTestController.setCallCloseOnWebViews
+# http://webkit.org/b/46714
+plugins/geturlnotify-during-document-teardown.html
+
+# WebKitTestRunner needs an implementation of eventSender
+# <https://bugs.webkit.org/show_bug.cgi?id=42194>
+plugins/mouse-events-fixedpos.html
 
 # Pasteboard doesn't work in WebKit2
 # <https://bugs.webkit.org/show_bug.cgi?id=42317>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list