[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
eric at webkit.org
eric at webkit.org
Wed Jan 20 22:14:38 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit a986c9e3a38bea780b0311bfe3e815228af1cdb3
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Thu Jan 7 00:48:13 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@52883 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 6355a65..0b4de29 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,15 @@
+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:
+
2010-01-06 Ojan Vafai <ojan at chromium.org>
Reviewed by Eric Carlson.
diff --git a/LayoutTests/platform/mac/Skipped b/LayoutTests/platform/mac/Skipped
index a14d341..473697a 100644
--- a/LayoutTests/platform/mac/Skipped
+++ b/LayoutTests/platform/mac/Skipped
@@ -95,3 +95,7 @@ media/media-can-play-ogg.html
# This test requires touch support
fast/events/basic-touch-events.html
+
+# This test is causing a log message to occur after the test, thus causing the next test after it to fail:
+# https://bugs.webkit.org/show_bug.cgi?id=33256
+fast/websockets/websocket-event-target.html
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list