Title: [112433] trunk/LayoutTests
Revision
112433
Author
[email protected]
Date
2012-03-28 13:29:38 -0700 (Wed, 28 Mar 2012)

Log Message

[chromium] Update worker-multi-port-expected.txt.

https://bugs.webkit.org/show_bug.cgi?id=82499

Reviewed by James Robinson.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (112432 => 112433)


--- trunk/LayoutTests/ChangeLog	2012-03-28 20:20:23 UTC (rev 112432)
+++ trunk/LayoutTests/ChangeLog	2012-03-28 20:29:38 UTC (rev 112433)
@@ -1,3 +1,12 @@
+2012-03-28  John Abd-El-Malek  <[email protected]>
+        [chromium] Update worker-multi-port-expected.txt.
+
+        https://bugs.webkit.org/show_bug.cgi?id=82499
+
+        Reviewed by James Robinson.
+
+        * platform/chromium-win/fast/workers/worker-multi-port-expected.txt:
+
 2012-03-28  Dirk Pranke  <[email protected]>
 
         More flaky tests.

Modified: trunk/LayoutTests/platform/chromium-win/fast/workers/worker-multi-port-expected.txt (112432 => 112433)


--- trunk/LayoutTests/platform/chromium-win/fast/workers/worker-multi-port-expected.txt	2012-03-28 20:20:23 UTC (rev 112432)
+++ trunk/LayoutTests/platform/chromium-win/fast/workers/worker-multi-port-expected.txt	2012-03-28 20:29:38 UTC (rev 112433)
@@ -4,9 +4,9 @@
 
 
 PASS worker.postMessage("null port", [channel3.port1, null, channel3.port2]) threw exception Error: DATA_CLONE_ERR: DOM Exception 25.
-PASS worker.postMessage("notAPort", [channel3.port1, {}, channel3.port2]) threw exception TypeError: MessagePortArray argument must contain only MessagePorts.
-PASS worker.postMessage("notAnArray", channel3.port1) threw exception TypeError: MessagePortArray argument has no length attribute.
-PASS worker.postMessage("notASequence", [{length: 3}]) threw exception TypeError: MessagePortArray argument must contain only MessagePorts.
+PASS worker.postMessage("notAPort", [channel3.port1, {}, channel3.port2]) threw exception TypeError: TransferArray argument must contain only Transferables.
+PASS worker.postMessage("notAnArray", channel3.port1) threw exception TypeError: TransferArray argument has no length attribute.
+PASS worker.postMessage("notASequence", [{length: 3}]) threw exception TypeError: TransferArray argument must contain only Transferables.
 PASS event.ports is non-null and zero length when no port sent
 PASS event.ports is non-null and zero length when empty array sent
 PASS event.ports contains two ports when two ports sent
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to