Title: [101294] trunk/LayoutTests
Revision
101294
Author
hara...@chromium.org
Date
2011-11-28 15:33:38 -0800 (Mon, 28 Nov 2011)

Log Message

Unreviewed, s/SyntaxError/TypeError/ in the flaky test result.

* platform/chromium-win/fast/workers/worker-constructor-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (101293 => 101294)


--- trunk/LayoutTests/ChangeLog	2011-11-28 23:29:59 UTC (rev 101293)
+++ trunk/LayoutTests/ChangeLog	2011-11-28 23:33:38 UTC (rev 101294)
@@ -1,3 +1,9 @@
+2011-11-28  Kentaro Hara  <hara...@chromium.org>
+
+        Unreviewed, s/SyntaxError/TypeError/ in the flaky test result.
+
+        * platform/chromium-win/fast/workers/worker-constructor-expected.txt:
+
 2011-11-28  Robert Hogan  <rob...@webkit.org>
 
         Unreviewed, rolling out r101202.

Modified: trunk/LayoutTests/platform/chromium-win/fast/workers/worker-constructor-expected.txt (101293 => 101294)


--- trunk/LayoutTests/platform/chromium-win/fast/workers/worker-constructor-expected.txt	2011-11-28 23:29:59 UTC (rev 101293)
+++ trunk/LayoutTests/platform/chromium-win/fast/workers/worker-constructor-expected.txt	2011-11-28 23:33:38 UTC (rev 101294)
@@ -2,7 +2,7 @@
 
 PASS: toString exception propagated correctly.
 PASS: trying to create workers recursively resulted in an exception (RangeError: Maximum call stack size exceeded)
-PASS: invoking Worker constructor without arguments resulted in an exception (SyntaxError: Not enough arguments)
+PASS: invoking Worker constructor without arguments resulted in an exception (TypeError: Not enough arguments)
 PASS: invoking Worker constructor with empty script URL resulted in an exception (Error: SYNTAX_ERR: DOM Exception 12)
 PASS: invoking Worker constructor with invalid script URL resulted in an exception (Error: SYNTAX_ERR: DOM Exception 12)
 PASS: onerror invoked for a script that could not be loaded.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to