Changeset 203906 in webkit


Ignore:
Timestamp:
Jul 29, 2016 10:54:56 AM (8 years ago)
Author:
dbates@webkit.org
Message:

Unskip some media tests on iOS when run in WebKitTestRunner

As a step towards running the various media tests on iOS, unskip LayoutTests/media
when run in WebKitTestRunner in the iOS Simulator. Incorporate the reasons we skip some
of the iOS tests from r189372. For now continue to skip LayoutTest/media when run in
DumpRenderTree in the iOS Simulator as many tests crash and are otherwise flaky. Further
investigation is required.

  • platform/ios-simulator-wk1/TestExpectations:
  • platform/ios-simulator/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r203901 r203906  
     12016-07-29  Daniel Bates  <dabates@apple.com>
     2
     3        Unskip some media tests on iOS when run in WebKitTestRunner
     4
     5        As a step towards running the various media tests on iOS, unskip LayoutTests/media
     6        when run in WebKitTestRunner in the iOS Simulator. Incorporate the reasons we skip some
     7        of the iOS tests from r189372. For now continue to skip LayoutTest/media when run in
     8        DumpRenderTree in the iOS Simulator as many tests crash and are otherwise flaky. Further
     9        investigation is required.
     10
     11        * platform/ios-simulator-wk1/TestExpectations:
     12        * platform/ios-simulator/TestExpectations:
     13
    1142016-07-29  George Ruan  <gruan@apple.com>
    215
  • trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations

    r203819 r203906  
    13801380
    13811381webkit.org/b/158237 fast/scrolling/scroll-container-horizontally.html [ Timeout ]
     1382
     1383# FIXME: Many media tests fail
     1384media
  • trunk/LayoutTests/platform/ios-simulator/TestExpectations

    r203819 r203906  
    115115
    116116# FIXME: Media tests not supported on iOS
    117 media
    118117http/tests/media
    119118imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements
     
    127126platform/ios-simulator/ios/fast/text/data-detectors/phone.html [ Skip ]
    128127
     128# WebKitDataCue is supported, not DataCue
     129media/track/track-datacue.html
     130
     131# Codecs not supported
     132media/media-can-play-ogg.html [ WontFix ]
     133media/media-can-play-flac-audio.html  [ WontFix ]
     134media/track/in-band [ WontFix ]
     135media/track/audio [ WontFix ]
     136media/track/video [ WontFix ]
     137
     138media/video-controls-captions.html [ WontFix ]
     139
     140# The logic in this test is no longer correct for Apple ports
     141media/track/track-user-preferences.html [ WontFix ]
     142
     143# This test requires the QuickTime LOOP user data property, which AVFoundation and QTKit64 do not support.
     144media/video-does-not-loop.html [ WontFix ]
     145
     146# This test uses movie matricies, which AVFoundation and QTKit64 do not support.
     147media/video-size-intrinsic-scale.html [ WontFix ]
     148
    129149# MediaSource is not currently supported on iOS.
     150media/media-source
    130151fast/history/page-cache-media-source-closed-2.html [ Skip ]
    131152fast/history/page-cache-media-source-closed.html [ Skip ]
     
    30093030# System font on iOS 9 cannot be bold and italic.
    30103031fast/text/system-font-weight-italic.html [ Failure ]
     3032
     3033media/accessibility-closed-captions-has-aria-owns.html
     3034media/airplay-autoplay.html
     3035media/airplay-target-availability.html
     3036media/audio-delete-while-slider-thumb-clicked.html
     3037media/audio-playback-restriction-play.html
     3038media/audio-playback-restriction-removed-track-enabled.html
     3039
     3040# needs enhanced eventSender.contextMenu() return value
     3041webkit.org/b/116651 media/context-menu-actions.html
     3042
     3043media/crash-closing-page-with-media-as-plugin-fallback.html
     3044
     3045webkit.org/b/122042 media/media-controller-playback.html
     3046
     3047media/media-controls-drag-timeline-set-controls-property.html
     3048media/media-event-listeners.html
     3049media/media-fullscreen-inline.html
     3050
     3051webkit.org/b/136708 media/media-fullscreen-not-in-document.html
     3052
     3053media/media-fullscreen-return-to-inline.html
     3054media/no-autoplay-with-user-gesture-requirement.html
     3055media/video-controls-drag.html
     3056media/video-controls-fullscreen-volume.html
     3057media/video-controls-no-display-with-text-track.html
     3058media/video-controls-show-on-kb-or-ax-event.html
     3059media/video-fullscreen-restriction-removed.html
     3060media/video-play-require-user-gesture.html
     3061media/video-playsinline.html
     3062media/video-remote-control-playpause.html
     3063media/video-volume-slider-drag.html
     3064media/video-webkit-playsinline.html
     3065media/volume-bar-empty-when-muted.html
     3066
     3067webkit.org/b/103926 media/track/opera
     3068
     3069webkit.org/b/35297 media/video-display-aspect-ratio.html [ Pass Failure ]
     3070webkit.org/b/112659 media/video-playing-and-pause.html [ Skip ]
     3071
     3072webkit.org/b/122021 media/track/track-cue-rendering-mode-changed.html
     3073webkit.org/b/112492 media/track/track-prefer-captions.html
     3074
     3075# WebVTT tests don't work because they need more than a 800x600 snapshot.
     3076# They are also flakily failing on WebKit2, as snapshot sometimes has a black rectangle for video element instead of white one.
     3077webkit.org/b/131476 media/track/w3c/track/webvtt
     3078
     3079media/video-object-fit-change.html [ ImageOnlyFailure ]
     3080media/video-object-fit.html [ ImageOnlyFailure ]
     3081
     3082media/W3C/video/canPlayType/canPlayType_codecs_order_2.html [ Failure ]
     3083media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_2.html [ Failure ]
     3084media/W3C/video/canPlayType/canPlayType_two_implies_one_3.html [ Failure ]
     3085media/W3C/video/canPlayType/canPlayType_two_implies_one_4.html [ Failure ]
     3086media/W3C/video/canPlayType/canPlayType_two_implies_one_5.html [ Failure ]
     3087media/W3C/video/canPlayType/canPlayType_two_implies_one_6.html [ Failure ]
     3088media/audio-as-video-fullscreen.html [ Failure ]
     3089media/audio-delete-while-step-button-clicked.html [ Failure ]
     3090media/audio-mpeg-supported.html [ Failure ]
     3091media/audio-playback-restriction-removed-muted.html [ Failure ]
     3092media/click-volume-bar-not-pausing.html [ Failure ]
     3093media/controls-drag-timebar.html [ Failure ]
     3094media/event-attributes.html [ Failure ]
     3095media/media-can-play-wav-audio.html [ Failure ]
     3096media/media-can-play-webm.html [ Failure ]
     3097media/media-captions-no-controls.html [ Failure ]
     3098media/media-controller-drag-crash.html [ Failure ]
     3099media/media-controls-cancel-events.html [ Failure ]
     3100media/media-controls-invalid-url.html [ Failure ]
     3101media/media-controls-play-button-updates.html [ Failure ]
     3102media/media-controls-timeline-updates-after-playing.html [ Failure ]
     3103media/media-controls-timeline-updates-when-hovered.html [ Failure ]
     3104media/media-controls-timeline-updates.html [ Failure ]
     3105media/media-document-audio-repaint.html [ Failure ]
     3106media/media-higher-prio-audio-stream.html [ Failure ]
     3107media/media-volume-slider-rendered-below.html [ Failure ]
     3108media/media-volume-slider-rendered-normal.html [ Failure ]
     3109media/nodesFromRect-shadowContent.html [ Failure ]
     3110media/progress-events-generated-correctly.html [ Failure ]
     3111media/restore-from-page-cache.html [ Failure ]
     3112media/tab-focus-inside-media-elements.html [ Failure ]
     3113media/track/track-cue-rendering-on-resize.html [ Failure ]
     3114media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure ]
     3115media/track/track-cue-rendering.html [ Failure ]
     3116media/track/track-forced-subtitles-in-band.html [ Failure ]
     3117media/track/track-in-band-mode.html [ Failure ]
     3118media/track/track-in-band-subtitles-too-large.html [ Failure ]
     3119media/track/track-long-word-container-sizing.html [ Failure ]
     3120media/track/track-manual-mode.html [ Failure ]
     3121media/track/w3c/interfaces/TextTrackCue/align.html [ Failure ]
     3122media/track/w3c/interfaces/TextTrackCue/endTime.html [ Failure ]
     3123media/track/w3c/interfaces/TextTrackCue/id.html [ Failure ]
     3124media/track/w3c/interfaces/TextTrackCue/pauseOnExit.html [ Failure ]
     3125media/track/w3c/interfaces/TextTrackCue/startTime.html [ Failure ]
     3126media/track/w3c/interfaces/TextTrackCue/track.html [ Failure ]
     3127media/video-autoplay-allowed-but-fullscreen-required.html [ Failure ]
     3128media/video-background-tab-playback.html [ Failure ]
     3129media/video-colorspace-yuv420.html [ Failure ]
     3130media/video-colorspace-yuv422.html [ Failure ]
     3131media/video-controls-audiotracks-trackmenu.html [ Failure ]
     3132media/video-controls-captions-trackmenu-hide-on-click-outside.html [ Failure ]
     3133media/video-controls-captions-trackmenu-includes-enabled-track.html [ Failure ]
     3134media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html [ Failure ]
     3135media/video-controls-drop-and-restore-timeline.html [ Failure ]
     3136media/video-controls-in-media-document.html [ Failure ]
     3137media/video-controls-no-scripting.html [ Failure ]
     3138media/video-controls-toggling.html [ Failure ]
     3139media/video-controls-transformed.html [ Failure ]
     3140media/video-controls-visible-audio-only.html [ Failure ]
     3141media/video-controls-visible-exiting-fullscreen.html [ Failure ]
     3142media/video-controls-zoomed.html [ Failure ]
     3143media/video-frame-accurate-seek.html [ Failure ]
     3144media/video-fullscreeen-only-controls.html [ Failure ]
     3145media/video-fullscreeen-only-playback.html [ Failure ]
     3146media/video-initially-hidden-volume-slider-up.html [ Failure ]
     3147media/video-play-audio-require-user-gesture.html [ Failure ]
     3148media/video-trackmenu-selection.html [ Failure ]
     3149media/video-volume.html [ Failure ]
     3150
     3151media/track/track-in-band-legacy-api.html [ Failure ]
Note: See TracChangeset for help on using the changeset viewer.