[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
eric at webkit.org
eric at webkit.org
Tue Jan 5 23:47:36 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 336c628ffc94134dd88dbc14b96e4e90edc4e672
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