[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.20-204-g221d8e8

ukai at chromium.org ukai at chromium.org
Wed Feb 10 22:12:05 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 0d920fbf8044d107bd97ced8dfdae52ef3902ea5
Author: ukai at chromium.org <ukai at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 4 07:30:46 2010 +0000

    Unreviewed fix.
    
    websocket/tests/close-on-unload.html and
    close-on-navigate-new-location.html will fail on mac tiger,
    because python on the platform doesn't support set(), which is
    used in websocket handler for these tests.
    
    * platform/mac-tiger/Skipped: skip websocket/tests/close-on-unload.html and websocket/tests/close-on-navigate-new-location.html
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54325 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index fa1e006..52454b4 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,16 @@
 2010-02-03  Fumitoshi Ukai  <ukai at chromium.org>
 
+        Unreviewed fix.
+
+        websocket/tests/close-on-unload.html and
+        close-on-navigate-new-location.html will fail on mac tiger,
+        because python on the platform doesn't support set(), which is
+        used in websocket handler for these tests.
+
+        * platform/mac-tiger/Skipped: skip websocket/tests/close-on-unload.html and websocket/tests/close-on-navigate-new-location.html
+
+2010-02-03  Fumitoshi Ukai  <ukai at chromium.org>
+
         Reviewed by Alexey Proskuryakov.
 
         navigating a frame to new location closes websocket in the frame
diff --git a/LayoutTests/platform/mac-tiger/Skipped b/LayoutTests/platform/mac-tiger/Skipped
index 48833be..da1da38 100644
--- a/LayoutTests/platform/mac-tiger/Skipped
+++ b/LayoutTests/platform/mac-tiger/Skipped
@@ -106,3 +106,8 @@ svg/custom/stroke-width-click.svg
 # Fails on Mac
 # https://bugs.webkit.org/show_bug.cgi?id=34331
 http/tests/media/video-referer.html
+
+# Fails on Mac Tiger
+# https://bugs.webkit.org/show_bug.cgi?id=34563
+websocket/tests/close-on-unload.html
+websocket/tests/close-on-navigate-new-location.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list