Title: [88688] trunk/LayoutTests
Revision
88688
Author
[email protected]
Date
2011-06-13 13:56:20 -0700 (Mon, 13 Jun 2011)

Log Message

Test fix for Windows.

[Windows] Web Worker test causes script error on Windows platform alone.
https://bugs.webkit.org/show_bug.cgi?id=62595

* platform/win/Skipped: Skipped the test with the problem.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (88687 => 88688)


--- trunk/LayoutTests/ChangeLog	2011-06-13 20:52:02 UTC (rev 88687)
+++ trunk/LayoutTests/ChangeLog	2011-06-13 20:56:20 UTC (rev 88688)
@@ -1,3 +1,12 @@
+2011-06-13  David Levin  <[email protected]>
+
+        Test fix for Windows.
+
+        [Windows] Web Worker test causes script error on Windows platform alone.
+        https://bugs.webkit.org/show_bug.cgi?id=62595
+
+        * platform/win/Skipped: Skipped the test with the problem.
+
 2011-06-13  Jessie Berlin  <[email protected]>
 
         plugins/mouse-events and plugins/mouse-events-fixedpos don't fire events on the plugin.

Modified: trunk/LayoutTests/platform/win/Skipped (88687 => 88688)


--- trunk/LayoutTests/platform/win/Skipped	2011-06-13 20:52:02 UTC (rev 88687)
+++ trunk/LayoutTests/platform/win/Skipped	2011-06-13 20:56:20 UTC (rev 88688)
@@ -1328,3 +1328,6 @@
 http/tests/security/webgl-remote-read-remote-image-allowed.html
 http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html
 http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html
+
+# Causes a SyntaxError (http://webkit.org/b/62595).
+fast/workers/worker-crash-with-invalid-location.html
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to