[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 00:33:07 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit d5b7e616b6853294f69639ba8d9e67b125ffd627
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 11 20:38:30 2009 +0000

    2009-12-11  Drew Wilson  <atwilson at chromium.org>
    
            Reviewed by Darin Adler.
    
            REGRESSION: fast/workers/dedicated-worker-lifecycle.html failing intermittently on leopard bot
            https://bugs.webkit.org/show_bug.cgi?id=29344
    
            dedicated-worker-lifecycle.html relies on a Worker object getting GC'd, which is never guaranteed (due to conservative GC)
            but is especially unreliable on Leopard, so disabling on that platform.
    
            * platform/mac-leopard/Skipped:
            disabled dedicated-worker-lifecycle.html.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52014 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 444659d..4cc27b4 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,16 @@
+2009-12-11  Drew Wilson  <atwilson at chromium.org>
+
+        Reviewed by Darin Adler.
+
+        REGRESSION: fast/workers/dedicated-worker-lifecycle.html failing intermittently on leopard bot
+        https://bugs.webkit.org/show_bug.cgi?id=29344
+
+        dedicated-worker-lifecycle.html relies on a Worker object getting GC'd, which is never guaranteed (due to conservative GC)
+        but is especially unreliable on Leopard, so disabling on that platform.
+
+        * platform/mac-leopard/Skipped:
+        disabled dedicated-worker-lifecycle.html.
+
 2009-12-11  Brian Weinstein  <bweinstein at apple.com>
 
         Reviewed by Darin Adler.
diff --git a/LayoutTests/platform/mac-leopard/Skipped b/LayoutTests/platform/mac-leopard/Skipped
index c5877aa..5e370e0 100644
--- a/LayoutTests/platform/mac-leopard/Skipped
+++ b/LayoutTests/platform/mac-leopard/Skipped
@@ -30,3 +30,6 @@ accessibility/aria-list-and-listitem.html
 
 # This test requires ogg codecs
 media/media-can-play-ogg.html
+
+# This test relies on a JS object getting GC'd, which seems to be less reliable on Leopard.
+fast/workers/dedicated-worker-lifecycle.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list