Title: [101849] trunk/LayoutTests
Revision
101849
Author
[email protected]
Date
2011-12-02 13:59:05 -0800 (Fri, 02 Dec 2011)

Log Message

Unreviewed: reset expectation for tests until https://bugs.webkit.org/show_bug.cgi?id=73691
is fixed.

* fast/dom/Window/window-postmessage-args-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (101848 => 101849)


--- trunk/LayoutTests/ChangeLog	2011-12-02 21:55:41 UTC (rev 101848)
+++ trunk/LayoutTests/ChangeLog	2011-12-02 21:59:05 UTC (rev 101849)
@@ -1,3 +1,10 @@
+2011-12-02  Dmitry Lomov  <[email protected]>
+
+        Unreviewed: reset expectation for tests until https://bugs.webkit.org/show_bug.cgi?id=73691 
+        is fixed.
+
+        * fast/dom/Window/window-postmessage-args-expected.txt:
+
 2011-12-02  Kent Tamura  <[email protected]>
 
         [Lion][Windows] Both of placeholder and input text are shown in <input type=number>

Modified: trunk/LayoutTests/fast/dom/Window/window-postmessage-args-expected.txt (101848 => 101849)


--- trunk/LayoutTests/fast/dom/Window/window-postmessage-args-expected.txt	2011-12-02 21:55:41 UTC (rev 101848)
+++ trunk/LayoutTests/fast/dom/Window/window-postmessage-args-expected.txt	2011-12-02 21:59:05 UTC (rev 101849)
@@ -2,39 +2,32 @@
 
 PASS: Posting message ('1', 1): threw exception TypeError: Type error
 PASS: Posting message ('1', 1): threw exception TypeError: Type error
-PASS: Posting message ('2', ): threw exception TypeError: Type error
-PASS: Posting message ('2', ): threw exception TypeError: Type error
+PASS: Posting message ('2', c): threw exception TypeError: Type error
+PASS: Posting message ('2', c): threw exception TypeError: Type error
 PASS: Posting message ('3', [object Object]): threw exception TypeError: Type error
 PASS: Posting message ('3', [object Object]): threw exception TypeError: Type error
-PASS: Posting message ('4', [object DOMWindow]) did not throw an exception
-PASS: Posting message ('4', [object DOMWindow]) did not throw an exception
+FAIL: Posting message ('4', [object DOMWindow]): threw exception TypeError: Type error
+FAIL: Posting message ('4', [object DOMWindow]): threw exception TypeError: Type error
 PASS: Posting message ('5', null) did not throw an exception
 PASS: Posting message ('5', null) did not throw an exception
 PASS: Posting message ('6', undefined) did not throw an exception
 PASS: Posting message ('6', undefined) did not throw an exception
-PASS: Posting message ('7', [object MessagePort],[object MessagePort]) did not throw an exception
-PASS: Posting message ('7', [object MessagePort],[object MessagePort]) did not throw an exception
+FAIL: Posting message ('7', [object MessagePort],[object MessagePort]): threw exception TypeError: Type error
+FAIL: Posting message ('7', [object MessagePort],[object MessagePort]): threw exception TypeError: Type error
 PASS: Posting message ('2147483648', null) did not throw an exception
 PASS: Posting message ('2147483648', null) did not throw an exception
-FAIL: Posting message ('[object MessagePort]', [object MessagePort],[object MessagePort]) did not throw an exception
-PASS: Posting message ('[object MessagePort]', [object MessagePort],[object MessagePort]) did not throw an exception
-PASS: Posting message ('[object MessagePort],[object MessagePort]', [object MessagePort],[object MessagePort]) did not throw an exception
+FAIL: Posting message ('[object MessagePort]', [object MessagePort],[object MessagePort]): threw exception TypeError: Type error
+FAIL: Posting message ('[object MessagePort]', [object MessagePort],[object MessagePort]): threw exception TypeError: Type error
+FAIL: Posting message ('[object MessagePort],[object MessagePort]', [object MessagePort],[object MessagePort]): threw exception TypeError: Type error
 FAIL: Posting message ('[object ArrayBuffer]', [object ArrayBuffer]): threw exception TypeError: Type error
 FAIL: arrayBuffer not neutered; byteLength = 30
 FAIL: view was not neutered; length = 10
-PASS: Posting message ('done', *) did not throw an exception
-Received message '4' with 0 ports.
-Received message '4' with 0 ports.
+PASS: Posting message ('done', undefined) did not throw an exception
 Received message '5' with 0 ports.
 Received message '5' with 0 ports.
 Received message '6' with 0 ports.
 Received message '6' with 0 ports.
-Received message '7' with 2 ports.
-Received message '7' with 2 ports.
 Received message '2147483648' with 0 ports.
 Received message '2147483648' with 0 ports.
-Received message '[object Object]' with 2 ports.
-Received message '[object MessagePort]' with 2 ports.
-Received message '[object MessagePort],[object MessagePort]' with 2 ports.
 Received message 'done' with 0 ports.
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to