Title: [275335] trunk/LayoutTests
Revision
275335
Author
jen...@apple.com
Date
2021-03-31 18:42:37 -0700 (Wed, 31 Mar 2021)

Log Message

ASSERTION FAILED: CustomElementReactionDisallowedScope::isReactionAllowed() ./dom/CustomElementReactionQueue.cpp(175) : static void WebCore::CustomElementReactionQueue::enqueueDisconnectedCallbackIfNeeded(WebCore::Element &)
https://bugs.webkit.org/show_bug.cgi?id=224033

Uneviewed test gardening.

* platform/ios-simulator/TestExpectations: Updated test expectations while test is reviewed.
* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (275334 => 275335)


--- trunk/LayoutTests/ChangeLog	2021-04-01 01:39:36 UTC (rev 275334)
+++ trunk/LayoutTests/ChangeLog	2021-04-01 01:42:37 UTC (rev 275335)
@@ -1,3 +1,13 @@
+2021-03-31  Robert Jenner  <jen...@apple.com>
+
+        ASSERTION FAILED: CustomElementReactionDisallowedScope::isReactionAllowed() ./dom/CustomElementReactionQueue.cpp(175) : static void WebCore::CustomElementReactionQueue::enqueueDisconnectedCallbackIfNeeded(WebCore::Element &)
+        https://bugs.webkit.org/show_bug.cgi?id=224033
+
+        Uneviewed test gardening.
+
+        * platform/ios-simulator/TestExpectations: Updated test expectations while test is reviewed.
+        * platform/mac/TestExpectations:
+
 2021-03-31  Tadeu Zagallo  <tzaga...@apple.com>
 
         Missing scope release in JSDOMBuiltinConstructorBase

Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (275334 => 275335)


--- trunk/LayoutTests/platform/ios-simulator/TestExpectations	2021-04-01 01:39:36 UTC (rev 275334)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations	2021-04-01 01:42:37 UTC (rev 275335)
@@ -118,4 +118,6 @@
 
 # webkit.org/b/223724 These two tests are flakey timeouts on iOS Debug:
 http/tests/security/webaudio-render-remote-audio-allowed-crossorigin.html [ Pass Timeout ]
-http/tests/security/webaudio-render-remote-audio-allowed-crossorigin-redirect.html [ Pass Timeout ]
\ No newline at end of file
+http/tests/security/webaudio-render-remote-audio-allowed-crossorigin-redirect.html [ Pass Timeout ]
+
+webkit.org/b/224033 imported/w3c/web-platform-tests/custom-elements/reactions/HTMLMediaElement.html [ Pass Crash ]
\ No newline at end of file

Modified: trunk/LayoutTests/platform/mac/TestExpectations (275334 => 275335)


--- trunk/LayoutTests/platform/mac/TestExpectations	2021-04-01 01:39:36 UTC (rev 275334)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2021-04-01 01:42:37 UTC (rev 275335)
@@ -2302,3 +2302,5 @@
 webkit.org/b/220754 http/wpt/service-workers/service-worker-spinning-activate.https.html [ Pass Failure ]
 
 webkit.org/b/223976 [ Debug ] imported/w3c/web-platform-tests/cors/redirect-preflight.htm [ Pass Failure ]
+
+webkit.org/b/224033 imported/w3c/web-platform-tests/custom-elements/reactions/HTMLMediaElement.html [ Pass Crash ]
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to