Title: [127166] trunk/LayoutTests
Revision
127166
Author
[email protected]
Date
2012-08-30 11:41:36 -0700 (Thu, 30 Aug 2012)

Log Message

Assertion failure in MessagePort::contextDestroyed in
http/tests/security/MessagePort/event-listener-context.html, usually attributed to later tests.
https://bugs.webkit.org/show_bug.cgi?id=94458

fast/events/message-port-constructor-for-deleted-document.html also asserts in
MessagePort::contextDestroyed, and it is usually attributed to later tests as well. Skip it.

* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (127165 => 127166)


--- trunk/LayoutTests/ChangeLog	2012-08-30 18:30:42 UTC (rev 127165)
+++ trunk/LayoutTests/ChangeLog	2012-08-30 18:41:36 UTC (rev 127166)
@@ -1,3 +1,14 @@
+2012-08-30  Jessie Berlin  <[email protected]>
+
+        Assertion failure in MessagePort::contextDestroyed in
+        http/tests/security/MessagePort/event-listener-context.html, usually attributed to later tests.
+        https://bugs.webkit.org/show_bug.cgi?id=94458
+
+        fast/events/message-port-constructor-for-deleted-document.html also asserts in
+        MessagePort::contextDestroyed, and it is usually attributed to later tests as well. Skip it.
+
+        * platform/mac/TestExpectations:
+
 2012-08-30  Tommy Widenflycht  <[email protected]>
 
         MediaStream API: Introduce MediaConstraints

Modified: trunk/LayoutTests/platform/mac/TestExpectations (127165 => 127166)


--- trunk/LayoutTests/platform/mac/TestExpectations	2012-08-30 18:30:42 UTC (rev 127165)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2012-08-30 18:41:36 UTC (rev 127166)
@@ -370,3 +370,5 @@
 BUGWK80394 : fast/block/margin-collapse/025.html = TEXT
 BUGWK80394 : fast/block/margin-collapse/block-inside-inline/025.html = TEXT
 
+// Asserts in MessagePort::contextDestroyed, but the assert usually gets attributed to later tests.
+BUGWK94458 SKIP : fast/events/message-port-constructor-for-deleted-document.html = PASS
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to