[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
ojan at chromium.org
ojan at chromium.org
Wed Jan 20 22:14:47 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit b91f45500a0e8e0ade97d2c32457780f63ec2d17
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