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

ojan at chromium.org ojan at chromium.org
Thu Apr 8 00:56:20 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 64f6212de54b6f7cd0bbdc5c32caffeb6dfb125e
Author: ojan at chromium.org <ojan at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 7 01:33:46 2010 +0000

    2010-01-06  Eric Seidel  <eric at webkit.org>
    
            No review.
    
            REGRESSION(52854?) fast/workers/shared-worker-constructor.html failed on Leopard Build Bot
            https://bugs.webkit.org/show_bug.cgi?id=33256
    
            I am unable to reproduce this failure locally, so this fix is only speculative.
            Skip the test we believe is causing the log message which bleeds into fast/workers/shared-worker-constructor.html
    
            * platform/mac/Skipped:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52888 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 0b4de29..c9c808d 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -12,6 +12,19 @@
 
 2010-01-06  Ojan Vafai  <ojan at chromium.org>
 
+        Reviewed by Eric Seidel.
+
+        LayoutTests/fast/css/transition-color-unspecified.html is still flaky
+        https://bugs.webkit.org/show_bug.cgi?id=33282
+
+        I think this setTimeout should be sufficient to deflake it.
+        The other transitions tests have a timeout of 0 to 
+        give time for hardware accelerated transitions.
+
+        * fast/css/transition-color-unspecified.html:
+
+2010-01-06  Ojan Vafai  <ojan at chromium.org>
+
         Reviewed by Eric Carlson.
 
         media/video-seeking.html is flaky
diff --git a/LayoutTests/fast/css/transition-color-unspecified.html b/LayoutTests/fast/css/transition-color-unspecified.html
index 1634dee..bb90ed3 100644
--- a/LayoutTests/fast/css/transition-color-unspecified.html
+++ b/LayoutTests/fast/css/transition-color-unspecified.html
@@ -11,7 +11,7 @@
 
     document.getElementById("test").addEventListener('webkitTransitionEnd', function() {
         if (window.layoutTestController)
-            layoutTestController.notifyDone();
+            setTimeout("layoutTestController.notifyDone()", 0);
     }, false);
 
     document.getElementById("test").className = "";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list