<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[203906] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/203906">203906</a></dd>
<dt>Author</dt> <dd>dbates@webkit.org</dd>
<dt>Date</dt> <dd>2016-07-29 10:54:56 -0700 (Fri, 29 Jul 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>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 <a href="http://trac.webkit.org/projects/webkit/changeset/189372">r189372</a>. 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:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorTestExpectations">trunk/LayoutTests/platform/ios-simulator/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk1TestExpectations">trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (203905 => 203906)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-07-29 17:49:03 UTC (rev 203905)
+++ trunk/LayoutTests/ChangeLog        2016-07-29 17:54:56 UTC (rev 203906)
</span><span class="lines">@@ -1,3 +1,16 @@
</span><ins>+2016-07-29  Daniel Bates  &lt;dabates@apple.com&gt;
+
+        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:
+
</ins><span class="cx"> 2016-07-29  George Ruan  &lt;gruan@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         HTMLVideoElement with MediaStream src shows paused image when all video tracks are disabled
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (203905 => 203906)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations        2016-07-29 17:49:03 UTC (rev 203905)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations        2016-07-29 17:54:56 UTC (rev 203906)
</span><span class="lines">@@ -114,7 +114,6 @@
</span><span class="cx"> http/tests/pointer-lock
</span><span class="cx"> 
</span><span class="cx"> # FIXME: Media tests not supported on iOS
</span><del>-media
</del><span class="cx"> http/tests/media
</span><span class="cx"> imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements
</span><span class="cx"> 
</span><span class="lines">@@ -126,7 +125,29 @@
</span><span class="cx"> platform/ios-simulator/ios/fast/text/data-detectors/phone-disabled.html [ Skip ]
</span><span class="cx"> platform/ios-simulator/ios/fast/text/data-detectors/phone.html [ Skip ]
</span><span class="cx"> 
</span><ins>+# WebKitDataCue is supported, not DataCue
+media/track/track-datacue.html
+
+# Codecs not supported
+media/media-can-play-ogg.html [ WontFix ]
+media/media-can-play-flac-audio.html  [ WontFix ]
+media/track/in-band [ WontFix ]
+media/track/audio [ WontFix ]
+media/track/video [ WontFix ]
+
+media/video-controls-captions.html [ WontFix ]
+
+# The logic in this test is no longer correct for Apple ports
+media/track/track-user-preferences.html [ WontFix ]
+
+# This test requires the QuickTime LOOP user data property, which AVFoundation and QTKit64 do not support.
+media/video-does-not-loop.html [ WontFix ]
+
+# This test uses movie matricies, which AVFoundation and QTKit64 do not support.
+media/video-size-intrinsic-scale.html [ WontFix ]
+
</ins><span class="cx"> # MediaSource is not currently supported on iOS.
</span><ins>+media/media-source
</ins><span class="cx"> fast/history/page-cache-media-source-closed-2.html [ Skip ]
</span><span class="cx"> fast/history/page-cache-media-source-closed.html [ Skip ]
</span><span class="cx"> fast/history/page-cache-media-source-opened.html [ Skip ]
</span><span class="lines">@@ -3008,3 +3029,123 @@
</span><span class="cx"> 
</span><span class="cx"> # System font on iOS 9 cannot be bold and italic.
</span><span class="cx"> fast/text/system-font-weight-italic.html [ Failure ]
</span><ins>+
+media/accessibility-closed-captions-has-aria-owns.html
+media/airplay-autoplay.html
+media/airplay-target-availability.html
+media/audio-delete-while-slider-thumb-clicked.html
+media/audio-playback-restriction-play.html
+media/audio-playback-restriction-removed-track-enabled.html
+
+# needs enhanced eventSender.contextMenu() return value
+webkit.org/b/116651 media/context-menu-actions.html
+
+media/crash-closing-page-with-media-as-plugin-fallback.html
+
+webkit.org/b/122042 media/media-controller-playback.html
+
+media/media-controls-drag-timeline-set-controls-property.html
+media/media-event-listeners.html
+media/media-fullscreen-inline.html
+
+webkit.org/b/136708 media/media-fullscreen-not-in-document.html
+
+media/media-fullscreen-return-to-inline.html
+media/no-autoplay-with-user-gesture-requirement.html
+media/video-controls-drag.html
+media/video-controls-fullscreen-volume.html
+media/video-controls-no-display-with-text-track.html
+media/video-controls-show-on-kb-or-ax-event.html
+media/video-fullscreen-restriction-removed.html
+media/video-play-require-user-gesture.html
+media/video-playsinline.html
+media/video-remote-control-playpause.html
+media/video-volume-slider-drag.html
+media/video-webkit-playsinline.html
+media/volume-bar-empty-when-muted.html
+
+webkit.org/b/103926 media/track/opera
+
+webkit.org/b/35297 media/video-display-aspect-ratio.html [ Pass Failure ]
+webkit.org/b/112659 media/video-playing-and-pause.html [ Skip ]
+
+webkit.org/b/122021 media/track/track-cue-rendering-mode-changed.html
+webkit.org/b/112492 media/track/track-prefer-captions.html
+
+# WebVTT tests don't work because they need more than a 800x600 snapshot.
+# They are also flakily failing on WebKit2, as snapshot sometimes has a black rectangle for video element instead of white one.
+webkit.org/b/131476 media/track/w3c/track/webvtt
+
+media/video-object-fit-change.html [ ImageOnlyFailure ]
+media/video-object-fit.html [ ImageOnlyFailure ]
+
+media/W3C/video/canPlayType/canPlayType_codecs_order_2.html [ Failure ]
+media/W3C/video/canPlayType/canPlayType_supported_but_no_codecs_parameter_2.html [ Failure ]
+media/W3C/video/canPlayType/canPlayType_two_implies_one_3.html [ Failure ]
+media/W3C/video/canPlayType/canPlayType_two_implies_one_4.html [ Failure ]
+media/W3C/video/canPlayType/canPlayType_two_implies_one_5.html [ Failure ]
+media/W3C/video/canPlayType/canPlayType_two_implies_one_6.html [ Failure ]
+media/audio-as-video-fullscreen.html [ Failure ]
+media/audio-delete-while-step-button-clicked.html [ Failure ]
+media/audio-mpeg-supported.html [ Failure ]
+media/audio-playback-restriction-removed-muted.html [ Failure ]
+media/click-volume-bar-not-pausing.html [ Failure ]
+media/controls-drag-timebar.html [ Failure ]
+media/event-attributes.html [ Failure ]
+media/media-can-play-wav-audio.html [ Failure ]
+media/media-can-play-webm.html [ Failure ]
+media/media-captions-no-controls.html [ Failure ]
+media/media-controller-drag-crash.html [ Failure ]
+media/media-controls-cancel-events.html [ Failure ]
+media/media-controls-invalid-url.html [ Failure ]
+media/media-controls-play-button-updates.html [ Failure ]
+media/media-controls-timeline-updates-after-playing.html [ Failure ]
+media/media-controls-timeline-updates-when-hovered.html [ Failure ]
+media/media-controls-timeline-updates.html [ Failure ]
+media/media-document-audio-repaint.html [ Failure ]
+media/media-higher-prio-audio-stream.html [ Failure ]
+media/media-volume-slider-rendered-below.html [ Failure ]
+media/media-volume-slider-rendered-normal.html [ Failure ]
+media/nodesFromRect-shadowContent.html [ Failure ]
+media/progress-events-generated-correctly.html [ Failure ]
+media/restore-from-page-cache.html [ Failure ]
+media/tab-focus-inside-media-elements.html [ Failure ]
+media/track/track-cue-rendering-on-resize.html [ Failure ]
+media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure ]
+media/track/track-cue-rendering.html [ Failure ]
+media/track/track-forced-subtitles-in-band.html [ Failure ]
+media/track/track-in-band-mode.html [ Failure ]
+media/track/track-in-band-subtitles-too-large.html [ Failure ]
+media/track/track-long-word-container-sizing.html [ Failure ]
+media/track/track-manual-mode.html [ Failure ]
+media/track/w3c/interfaces/TextTrackCue/align.html [ Failure ]
+media/track/w3c/interfaces/TextTrackCue/endTime.html [ Failure ]
+media/track/w3c/interfaces/TextTrackCue/id.html [ Failure ]
+media/track/w3c/interfaces/TextTrackCue/pauseOnExit.html [ Failure ]
+media/track/w3c/interfaces/TextTrackCue/startTime.html [ Failure ]
+media/track/w3c/interfaces/TextTrackCue/track.html [ Failure ]
+media/video-autoplay-allowed-but-fullscreen-required.html [ Failure ]
+media/video-background-tab-playback.html [ Failure ]
+media/video-colorspace-yuv420.html [ Failure ]
+media/video-colorspace-yuv422.html [ Failure ]
+media/video-controls-audiotracks-trackmenu.html [ Failure ]
+media/video-controls-captions-trackmenu-hide-on-click-outside.html [ Failure ]
+media/video-controls-captions-trackmenu-includes-enabled-track.html [ Failure ]
+media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html [ Failure ]
+media/video-controls-drop-and-restore-timeline.html [ Failure ]
+media/video-controls-in-media-document.html [ Failure ]
+media/video-controls-no-scripting.html [ Failure ]
+media/video-controls-toggling.html [ Failure ]
+media/video-controls-transformed.html [ Failure ]
+media/video-controls-visible-audio-only.html [ Failure ]
+media/video-controls-visible-exiting-fullscreen.html [ Failure ]
+media/video-controls-zoomed.html [ Failure ]
+media/video-frame-accurate-seek.html [ Failure ]
+media/video-fullscreeen-only-controls.html [ Failure ]
+media/video-fullscreeen-only-playback.html [ Failure ]
+media/video-initially-hidden-volume-slider-up.html [ Failure ]
+media/video-play-audio-require-user-gesture.html [ Failure ]
+media/video-trackmenu-selection.html [ Failure ]
+media/video-volume.html [ Failure ]
+
+media/track/track-in-band-legacy-api.html [ Failure ]
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (203905 => 203906)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2016-07-29 17:49:03 UTC (rev 203905)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2016-07-29 17:54:56 UTC (rev 203906)
</span><span class="lines">@@ -1379,3 +1379,6 @@
</span><span class="cx"> webkit.org/b/157589 fast/text-autosizing/ios/text-autosizing-after-back.html [ Pass Timeout ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/158237 fast/scrolling/scroll-container-horizontally.html [ Timeout ]
</span><ins>+
+# FIXME: Many media tests fail
+media
</ins></span></pre>
</div>
</div>

</body>
</html>