Changeset 260698 in webkit


Ignore:
Timestamp:
Apr 25, 2020 2:23:30 AM (4 years ago)
Author:
graouts@webkit.org
Message:

Skip legacy media controls tests on macOS and iOS
https://bugs.webkit.org/show_bug.cgi?id=211015
<rdar://problem/62064255>

Unreviewed test gardening.

  • platform/ios/TestExpectations:
  • platform/mac-wk2/TestExpectations:
  • platform/mac/TestExpectations:
  • platform/wk2/TestExpectations:
Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r260692 r260698  
     12020-04-25  Antoine Quint  <graouts@apple.com>
     2
     3        Skip legacy media controls tests on macOS and iOS
     4        https://bugs.webkit.org/show_bug.cgi?id=211015
     5        <rdar://problem/62064255>
     6
     7        Unreviewed test gardening.
     8
     9        * platform/ios/TestExpectations:
     10        * platform/mac-wk2/TestExpectations:
     11        * platform/mac/TestExpectations:
     12        * platform/wk2/TestExpectations:
     13
    1142020-04-24  Mark Lam  <mark.lam@apple.com>
    215
  • trunk/LayoutTests/platform/ios/TestExpectations

    r260624 r260698  
    24872487media/media-controls-timeline-updates-when-hovered.html [ Failure ]
    24882488media/media-controls-timeline-updates.html [ Failure ]
    2489 media/media-document-audio-repaint.html [ Failure ]
    24902489media/media-higher-prio-audio-stream.html [ Failure ]
    24912490media/media-volume-slider-rendered-below.html [ Failure ]
     
    35243523webkit.org/b/209692 platform/ios/fast/text/text-security-disc-bullet-pua-ios-new.html [ ImageOnlyFailure ]
    35253524webkit.org/b/209692 fast/text/text-security-disc-bullet-pua.html [ ImageOnlyFailure ]
     3525
     3526# These media controls tests are not relevant on macOS and iOS.
     3527media/media-document-audio-repaint.html [ Skip ]
     3528media/controls-styling.html [ Skip ]
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r260649 r260698  
    501501imported/blink/fast/transforms/transform-update-frame-overflow.html [ Pass ImageOnlyFailure ]
    502502
    503 webkit.org/b/155757 media/media-document-audio-repaint.html [ Pass Failure ]
    504 
    505503webkit.org/b/157589 fast/text-autosizing/ios/text-autosizing-after-back.html [ Pass Timeout ]
    506504
  • trunk/LayoutTests/platform/mac/TestExpectations

    r260624 r260698  
    19631963# Certain versions of macOS use different text security characters.
    19641964webkit.org/b/209692 [ Mojave Catalina ] platform/mac/fast/text/text-security-disc-bullet-pua-mac.html [ ImageOnlyFailure ]
     1965
     1966# These media controls tests are not relevant on macOS and iOS.
     1967media/media-document-audio-repaint.html [ Skip ]
     1968media/controls-styling.html [ Skip ]
  • trunk/LayoutTests/platform/wk2/TestExpectations

    r259275 r260698  
    425425fast/frames/sandboxed-iframe-storage.html
    426426fast/overflow/overflow_hidden.html
    427 media/controls-styling.html
    428427platform/mac/fast/loader/non-html-load-event.html
    429428plugins/embed-attributes-style.html
Note: See TracChangeset for help on using the changeset viewer.