Changeset 269637 in webkit


Ignore:
Timestamp:
Nov 10, 2020 11:34:00 AM (3 years ago)
Author:
eric.carlson@apple.com
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.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r269635 r269637  
     12020-11-10  Eric Carlson  <eric.carlson@apple.com>
     2
     3        REGRESSION (r269407): ASSERTION FAILED: willBeComposited == needsToBeComposited(layer, queryData) in WebCore::RenderLayerCompositor::computeCompositingRequirements
     4        https://bugs.webkit.org/show_bug.cgi?id=218723
     5        <rdar://problem/71208603>
     6
     7        Unreviewed test gardening.
     8
     9        * platform/mac/TestExpectations: Skip plugins/quicktime-plugin-replacement.html, the plug-in
     10        replacement is an iOS-only feature.
     11
    1122020-11-10  Andres Gonzalez  <andresg_22@apple.com>
    213
  • trunk/LayoutTests/platform/mac/TestExpectations

    r269471 r269637  
    655655webkit.org/b/187408 [ Debug ] imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-PSS.https.any.worker.html [ Slow ]
    656656
    657 webkit.org/b/135015 plugins/quicktime-plugin-replacement.html [ Pass Failure ]
     657# This tests an iOS-only feature and the test sometimes asserts in debug macOS builds, so
     658# don't run the test on macOS.
     659plugins/quicktime-plugin-replacement.html [ Skip ]
    658660
    659661webkit.org/b/131477 fast/repaint/obscured-background-no-repaint.html [ Pass Failure ]
Note: See TracChangeset for help on using the changeset viewer.