Title: [199183] trunk/LayoutTests
Revision
199183
Author
[email protected]
Date
2016-04-07 14:26:16 -0700 (Thu, 07 Apr 2016)

Log Message

Test expectation gardening for
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

http/tests/security/MessagePort/event-listener-context.html is the only culprit,
so it should be skipped everywhere, and subsequent tests shouldn't be marked.

* TestExpectations:
* platform/ios-simulator/TestExpectations:
* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (199182 => 199183)


--- trunk/LayoutTests/ChangeLog	2016-04-07 21:25:21 UTC (rev 199182)
+++ trunk/LayoutTests/ChangeLog	2016-04-07 21:26:16 UTC (rev 199183)
@@ -1,3 +1,17 @@
+2016-04-07  Alexey Proskuryakov  <[email protected]>
+
+        Test expectation gardening for
+        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
+
+        http/tests/security/MessagePort/event-listener-context.html is the only culprit,
+        so it should be skipped everywhere, and subsequent tests shouldn't be marked.
+
+        * TestExpectations:
+        * platform/ios-simulator/TestExpectations:
+        * platform/mac/TestExpectations:
+
 2016-04-07  Brent Fulgham  <[email protected]>
 
         Wheel event callback removing the window causes crash in WebCore.

Modified: trunk/LayoutTests/TestExpectations (199182 => 199183)


--- trunk/LayoutTests/TestExpectations	2016-04-07 21:25:21 UTC (rev 199182)
+++ trunk/LayoutTests/TestExpectations	2016-04-07 21:26:16 UTC (rev 199183)
@@ -905,10 +905,11 @@
 imported/blink/fast/multicol/outlines-at-column-boundaries.html [ ImageOnlyFailure ]
 fast/multicol/multicol-with-child-renderLayer-for-input.html [ ImageOnlyFailure ]
 
-webkit.org/b/94458 http/tests/security/aboutBlank/security-context-write.html [ Skip ]
-
 webkit.org/b/156179 [ Debug ] fast/loader/opaque-base-url.html [ Skip ]
 
+# Assertion failure in MessagePort::contextDestroyed, usually attributed to later tests
+webkit.org/b/94458 http/tests/security/MessagePort/event-listener-context.html [ Skip ]
+
 ########################################
 ### START OF IndexedDB failures
 

Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (199182 => 199183)


--- trunk/LayoutTests/platform/ios-simulator/TestExpectations	2016-04-07 21:25:21 UTC (rev 199182)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations	2016-04-07 21:26:16 UTC (rev 199183)
@@ -3011,9 +3011,6 @@
 webkit.org/b/155339 [ Debug ] imported/blink/fast/multicol/dynamic/multicol-with-abspos-svg-with-foreignobject-with-multicol-crash.html [ Pass Crash ]
 webkit.org/b/155339 [ Debug ] imported/blink/fast/multicol/dynamic/relayout-abspos-in-relpos-spanner.html [ Pass Crash ]
 
-webkit.org/b/94458 [ Debug ] http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-allow.html [ Pass Crash ]
-webkit.org/b/94458 [ Debug ] http/tests/security/aboutBlank/window-open-self-about-blank.html [ Pass Crash ]
-
 webkit.org/b/155565 [ Debug ] mathml/very-large-stretchy-operators.html [ Skip ]
 
 # RTL Scrollbars are not implemented on iOS.

Modified: trunk/LayoutTests/platform/mac/TestExpectations (199182 => 199183)


--- trunk/LayoutTests/platform/mac/TestExpectations	2016-04-07 21:25:21 UTC (rev 199182)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2016-04-07 21:26:16 UTC (rev 199183)
@@ -426,10 +426,6 @@
 editing/mac/pasteboard/dataTransfer-set-data-file-url.html [ Skip ]
 webkit.org/b/147674 editing/mac/pasteboard/5583362.html [ Skip ]
 
-# https://bugs.webkit.org/show_bug.cgi?id=94458
-# Assertion failure in MessagePort::contextDestroyed, usually attributed to later tests
-http/tests/security/MessagePort/event-listener-context.html [ Skip ]
-
 webkit.org/b/112620 [ Debug ] svg/custom/image-with-attr-change-after-delete-crash.html [ Crash Pass ]
 
 # Assorted failures that need investigation
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to