Title: [109248] trunk/LayoutTests
- Revision
- 109248
- Author
- [email protected]
- Date
- 2012-02-29 13:10:11 -0800 (Wed, 29 Feb 2012)
Log Message
Unreviewed gardening, remove incorrect platform-specific expectation.
* platform/chromium-win/fast/events/message-port-multi-expected.txt: Removed.
Modified Paths
Removed Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (109247 => 109248)
--- trunk/LayoutTests/ChangeLog 2012-02-29 21:03:46 UTC (rev 109247)
+++ trunk/LayoutTests/ChangeLog 2012-02-29 21:10:11 UTC (rev 109248)
@@ -1,3 +1,9 @@
+2012-02-29 Adam Klein <[email protected]>
+
+ Unreviewed gardening, remove incorrect platform-specific expectation.
+
+ * platform/chromium-win/fast/events/message-port-multi-expected.txt: Removed.
+
2012-02-29 Ken Buchanan <[email protected]>
Crash when changing list marker locations
Deleted: trunk/LayoutTests/platform/chromium-win/fast/events/message-port-multi-expected.txt (109247 => 109248)
--- trunk/LayoutTests/platform/chromium-win/fast/events/message-port-multi-expected.txt 2012-02-29 21:03:46 UTC (rev 109247)
+++ trunk/LayoutTests/platform/chromium-win/fast/events/message-port-multi-expected.txt 2012-02-29 21:10:11 UTC (rev 109248)
@@ -1,23 +0,0 @@
-This test checks the various use cases around sending multiple ports through MessagePort.postMessage
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS channel.port1.postMessage("same port", [channel.port1]) threw exception Error: DATA_CLONE_ERR: DOM Exception 25.
-PASS channel.port1.postMessage("entangled port", [channel.port2]) threw exception Error: DATA_CLONE_ERR: DOM Exception 25.
-PASS channel.port1.postMessage("null port", [channel3.port1, null, channel3.port2]) threw exception Error: DATA_CLONE_ERR: DOM Exception 25.
-PASS channel.port1.postMessage("notAPort", [channel3.port1, {}, channel3.port2]) threw exception TypeError: MessagePortArray argument must contain only MessagePorts.
-PASS channel.port1.postMessage("notAnArray", channel3.port1) threw exception TypeError: MessagePortArray argument has no length attribute.
-PASS channel.port1.postMessage("notASequence", [{length: 3}]) threw exception TypeError: MessagePortArray argument must contain only MessagePorts.
-PASS channel.port1.postMessage("largeSequence", largePortArray) threw exception Error: DATA_CLONE_ERR: DOM Exception 25.
-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
-PASS event.ports contains two ports when two ports re-sent after error
-PASS Sending host object has thrown Error: DATA_CLONE_ERR: DOM Exception 25
-PASS send-port: transferred one port
-PASS send-port-twice: transferred one port twice
-PASS send-two-ports: transferred two ports
-
-TEST COMPLETE
-
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes