Title: [119087] trunk/LayoutTests
Revision
119087
Author
[email protected]
Date
2012-05-31 04:48:03 -0700 (Thu, 31 May 2012)

Log Message

fast/events/message-port-multi.html needs new baseline after r119027
https://bugs.webkit.org/show_bug.cgi?id=87949

Unreviewed gardening.

Update baseline for fast/events/message-port-multi.html after r119027.
Now all the checks are passing and we can get rid of the FAIL lines in
the expected result.

Patch by Christophe Dumez <[email protected]> on 2012-05-31

* fast/events/message-port-multi-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (119086 => 119087)


--- trunk/LayoutTests/ChangeLog	2012-05-31 11:35:18 UTC (rev 119086)
+++ trunk/LayoutTests/ChangeLog	2012-05-31 11:48:03 UTC (rev 119087)
@@ -1,3 +1,16 @@
+2012-05-31  Christophe Dumez  <[email protected]>
+
+        fast/events/message-port-multi.html needs new baseline after r119027
+        https://bugs.webkit.org/show_bug.cgi?id=87949
+
+        Unreviewed gardening.
+
+        Update baseline for fast/events/message-port-multi.html after r119027.
+        Now all the checks are passing and we can get rid of the FAIL lines in
+        the expected result.
+
+        * fast/events/message-port-multi-expected.txt:
+
 2012-05-31  Mikhail Pozdnyakov  <[email protected]>
 
         [EFL] Gardening after r118993

Modified: trunk/LayoutTests/fast/events/message-port-multi-expected.txt (119086 => 119087)


--- trunk/LayoutTests/fast/events/message-port-multi-expected.txt	2012-05-31 11:35:18 UTC (rev 119086)
+++ trunk/LayoutTests/fast/events/message-port-multi-expected.txt	2012-05-31 11:48:03 UTC (rev 119087)
@@ -14,11 +14,10 @@
 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
-FAIL Sending host object should throw
+PASS Sending host object has thrown TypeError: Unable to deserialize data.
 PASS send-port: transferred one port
 PASS send-port-twice: transferred one port twice
 PASS send-two-ports: transferred two ports
-FAIL Unexpected message [object Object]
 
 TEST COMPLETE
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to