Title: [269637] trunk/LayoutTests
Revision
269637
Author
[email protected]
Date
2020-11-10 11:34:00 -0800 (Tue, 10 Nov 2020)

Log Message

REGRESSION (r269407): ASSERTION FAILED: willBeComposited == needsToBeComposited(layer, queryData) in WebCore::RenderLayerCompositor::computeCompositingRequirements
https://bugs.webkit.org/show_bug.cgi?id=218723
<rdar://problem/71208603>

Unreviewed test gardening.


* platform/mac/TestExpectations: Skip plugins/quicktime-plugin-replacement.html, the plug-in
replacement is an iOS-only feature.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (269636 => 269637)


--- trunk/LayoutTests/ChangeLog	2020-11-10 19:30:45 UTC (rev 269636)
+++ trunk/LayoutTests/ChangeLog	2020-11-10 19:34:00 UTC (rev 269637)
@@ -1,3 +1,14 @@
+2020-11-10  Eric Carlson  <[email protected]>
+
+        REGRESSION (r269407): ASSERTION FAILED: willBeComposited == needsToBeComposited(layer, queryData) in WebCore::RenderLayerCompositor::computeCompositingRequirements
+        https://bugs.webkit.org/show_bug.cgi?id=218723
+        <rdar://problem/71208603>
+
+        Unreviewed test gardening.
+
+        * platform/mac/TestExpectations: Skip plugins/quicktime-plugin-replacement.html, the plug-in
+        replacement is an iOS-only feature.
+
 2020-11-10  Andres Gonzalez  <[email protected]>
 
         Fix for LayoutTests/accessibility/mac/search-predicate.html in isolated tree mode.

Modified: trunk/LayoutTests/platform/mac/TestExpectations (269636 => 269637)


--- trunk/LayoutTests/platform/mac/TestExpectations	2020-11-10 19:30:45 UTC (rev 269636)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2020-11-10 19:34:00 UTC (rev 269637)
@@ -654,7 +654,9 @@
 
 webkit.org/b/187408 [ Debug ] imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.worker.html [ Slow ]
 
-webkit.org/b/135015 plugins/quicktime-plugin-replacement.html [ Pass Failure ]
+# This tests an iOS-only feature and the test sometimes asserts in debug macOS builds, so
+# don't run the test on macOS.
+plugins/quicktime-plugin-replacement.html [ Skip ]
 
 webkit.org/b/131477 fast/repaint/obscured-background-no-repaint.html [ Pass Failure ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to