<!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>[208138] 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/208138">208138</a></dd>
<dt>Author</dt> <dd>gyuyoung.kim@webkit.org</dd>
<dt>Date</dt> <dd>2016-10-30 22:22:42 -0700 (Sun, 30 Oct 2016)</dd>
</dl>
<h3>Log Message</h3>
<pre>[EFL] Skip media tests because timeout happens on many media tests.
Unreviewed EFL gardening.
Treat the media folder to *Skip* temporarily.
* platform/efl/TestExpectations:</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformeflTestExpectations">trunk/LayoutTests/platform/efl/TestExpectations</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (208137 => 208138)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-10-31 00:48:18 UTC (rev 208137)
+++ trunk/LayoutTests/ChangeLog        2016-10-31 05:22:42 UTC (rev 208138)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2016-10-30 Gyuyoung Kim <gyuyoung.kim@webkit.org>
+
+ [EFL] Skip media tests because timeout happens on many media tests.
+
+ Unreviewed EFL gardening.
+
+ Treat the media folder to *Skip* temporarily.
+
+ * platform/efl/TestExpectations:
+
</ins><span class="cx"> 2016-10-30 Darin Adler <darin@apple.com>
</span><span class="cx">
</span><span class="cx"> Move Element, NamedNodeMap, and DOMStringMap from ExceptionCode to Exception
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (208137 => 208138)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2016-10-31 00:48:18 UTC (rev 208137)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2016-10-31 05:22:42 UTC (rev 208138)
</span><span class="lines">@@ -46,12 +46,6 @@
</span><span class="cx"> # EFL's LayoutTestController does not implement keepWebHistory
</span><span class="cx"> fast/history/window-open.html
</span><span class="cx">
</span><del>-# EFL's LayoutTestController does not implement shadowPseudoId
-media/video-volume-slider.html
-
-# BUG: Captions support needed in the media engine (via GTK+)
-media/media-captions.html
-
</del><span class="cx"> # The EFL port has no support for detecting slow unload handlers
</span><span class="cx"> fast/dom/Window/slow-unload-handler.html
</span><span class="cx"> fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html
</span><span class="lines">@@ -135,16 +129,6 @@
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=68278
</span><span class="cx"> http/tests/history/back-with-fragment-change.php
</span><span class="cx">
</span><del>-# Failing http tests (via GTK+)
-http/tests/loading/bad-scheme-subframe.html
-http/tests/media/video-play-stall-seek.html
-http/tests/media/video-play-stall.html
-http/tests/media/video-play-waiting.html
-http/tests/security/feed-urls-from-remote.html
-http/tests/media/video-buffered-range-contains-currentTime.html [ Timeout ]
-media/airplay-autoplay.html [ Timeout ]
-media/media-fullscreen-return-to-inline.html [ Timeout ]
-
</del><span class="cx"> # ------------------------------
</span><span class="cx"> # Tests which need investigation
</span><span class="cx"> # ------------------------------
</span><span class="lines">@@ -227,9 +211,6 @@
</span><span class="cx"> fast/text/international/bidi-menulist.html
</span><span class="cx"> fast/text/international/pop-up-button-text-alignment-and-direction.html
</span><span class="cx">
</span><del>-# BUG: video sizes not being set properly
-media/video-size-intrinsic-scale.html
-
</del><span class="cx"> # BUG: the theme probably has a different thumb value
</span><span class="cx"> fast/forms/range/slider-zoomed.html
</span><span class="cx">
</span><span class="lines">@@ -566,11 +547,6 @@
</span><span class="cx"> # ENABLE_GAMEPAD not enabled.
</span><span class="cx"> webkit.org/b/134718 gamepad [ Skip ]
</span><span class="cx">
</span><del>-# These tests are for an obsolete version of the EME spec.
-media/encrypted-media/encrypted-media-events.html [ WontFix ]
-media/encrypted-media/encrypted-media-not-loaded.html [ WontFix ]
-media/encrypted-media/encrypted-media-syntax.html [ WontFix ]
-
</del><span class="cx"> # No support for Filters Level 2 on EFL yet
</span><span class="cx"> Bug(EFL) css3/filters/backdrop [ Skip ]
</span><span class="cx">
</span><span class="lines">@@ -580,9 +556,6 @@
</span><span class="cx"> # EFL port doesn't support attachment feature yet. It was added by r180193, r181056, r181114, r181118 and r181418.
</span><span class="cx"> webkit.org/b/141894 fast/attachment [ Skip ]
</span><span class="cx">
</span><del>-# EFL port doesn't fully support EME yet.
-webkit.org/b/141959 http/tests/media/clearkey/clear-key-hls-aes128.html [ Crash ]
-
</del><span class="cx"> # Need a new baseline for EFL port. It was added by r72173.
</span><span class="cx"> Bug(EFL) fast/css/line-height-determined-by-primary-font.html [ Failure ]
</span><span class="cx">
</span><span class="lines">@@ -614,13 +587,6 @@
</span><span class="cx"> webkit.org/b/105870 webaudio/audionode-channel-rules.html [ Pass Crash ]
</span><span class="cx"> webkit.org/b/105870 webaudio/mediastreamaudiosourcenode.html [ Crash Timeout ]
</span><span class="cx">
</span><del>-# Media regressions after updating to gstreamer 1.0.
-webkit.org/b/104809 media/video-src.html [ Crash Pass ]
-webkit.org/b/104809 media/video-src-blob.html [ Crash Failure Timeout ]
-webkit.org/b/104809 media/video-src-change.html [ Crash Pass Failure ]
-webkit.org/b/104809 media/remove-from-document.html [ Crash Pass Failure ]
-webkit.org/b/104809 media/video-timeupdate-during-playback.html [ Crash Pass Failure ]
-
</del><span class="cx"> # Sometimes crashes in PlatformContextCairo::drawSurfaceToContext().
</span><span class="cx"> webkit.org/b/116025 compositing/video/video-background-color.html [ Crash Pass Failure ]
</span><span class="cx">
</span><span class="lines">@@ -774,8 +740,6 @@
</span><span class="cx"> webkit.org/b/131729 http/tests/misc/acid3.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/131729 http/tests/misc/image-blocked-src-change.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/131729 http/tests/misc/slow-loading-image-in-pattern.html [ Failure ]
</span><del>-webkit.org/b/131729 http/tests/media/video-error-abort.html [ Crash Pass ]
-webkit.org/b/131729 http/tests/media/video-redirect.html [ Crash Pass ]
</del><span class="cx"> webkit.org/b/131729 http/tests/security/cross-origin-plugin-private-browsing-toggled.html [ Failure ]
</span><span class="cx"> webkit.org/b/131729 http/tests/security/drag-drop-local-file.html [ Failure ]
</span><span class="cx"> webkit.org/b/131729 http/tests/security/svg-image-with-cached-remote-image.html [ Failure ImageOnlyFailure Pass ]
</span><span class="lines">@@ -802,7 +766,6 @@
</span><span class="cx"> Bug(EFL) fast/loader/child-frame-add-after-back-forward.html [ Failure Pass ]
</span><span class="cx"> Bug(EFL) fast/events/backspace-navigates-back.html [ Failure Pass ]
</span><span class="cx"> Bug(EFL) http/tests/loading/fire-error-event-empty-404-script.html [ Crash Failure Pass ]
</span><del>-Bug(EFL) media/track/track-element-load-event.html [ Crash Failure Pass ]
</del><span class="cx">
</span><span class="cx"> webkit.org/b/85603 fast/forms/textarea-placeholder-set-attribute.html [ Failure ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/86078 http/tests/misc/favicon-loads-with-icon-loading-override.html [ Failure Pass ]
</span><span class="lines">@@ -829,47 +792,9 @@
</span><span class="cx"> webkit.org/b/93214 http/tests/loading/307-after-303-after-post.html [ Crash Pass Timeout ]
</span><span class="cx"> webkit.org/b/93212 http/tests/incremental/slow-utf8-text.pl [ Pass Timeout ]
</span><span class="cx">
</span><del>-webkit.org/b/85180 media/audio-delete-while-step-button-clicked.html [ Failure Pass ]
-
-# Tests that sometimes fail on the bot (for GTK or Mac ports as well)
-webkit.org/b/127550 media/audio-concurrent-supported.html [ Failure Pass ]
-webkit.org/b/76280 media/W3C/video/networkState/networkState_during_progress.html [ Failure Pass ]
-webkit.org/b/128103 media/media-element-play-after-eos.html [ Pass Failure ]
-webkit.org/b/128252 media/track/track-kind.html [ Pass Failure ]
-webkit.org/b/128528 media/media-ended.html [ Pass Failure ]
-
</del><span class="cx"> # Tests that sometimes fail on the bot
</span><span class="cx"> webkit.org/b/130581 perf/clone-with-focus.html [ Pass Failure ]
</span><span class="cx">
</span><del>-# Opera-submitted tests to W3C for <track>, a lot of failures still.
-webkit.org/b/103926 media/track/opera/idl/media-idl-tests.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLTrackElement/src.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrack/activeCues.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/constructor.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/createEvent.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/line.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onenter.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onexit.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/snapToLines.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/text.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/vertical.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackCueList/getter.html [ Skip ]
-webkit.org/b/103926 media/track/opera/interfaces/TextTrackList/getter.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/track-element/cloneNode.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/track-element/src-clear-cues.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing/001.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html [ Skip ]
-webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html [ Skip ]
-webkit.org/b/103926 media/track/w3c/interfaces/TextTrackList/onremovetrack.html [ Skip ]
-
</del><span class="cx"> webkit.org/b/100636 [ Debug ] jquery/traversing.html [ Failure Crash Pass ]
</span><span class="cx">
</span><span class="cx"> # Issue with timing for suspend/resumeAnimations()?
</span><span class="lines">@@ -884,10 +809,6 @@
</span><span class="cx"> # Sometimes hit !m_isolatedWorld->isNormal() || m_wrapper || !m_jsFunction assertion.
</span><span class="cx"> webkit.org/b/120148 webaudio/javascriptaudionode-upmix2-8channel-input.html [ Failure Pass Crash ]
</span><span class="cx">
</span><del>-webkit.org/b/106551 media/video-src-source.html [ Crash Pass ]
-webkit.org/b/106551 media/video-source-moved.html [ Crash Pass ]
-webkit.org/b/106551 media/video-source.html [ Crash Pass ]
-webkit.org/b/106551 media/video-source-type.html [ Crash Pass ]
</del><span class="cx"> webkit.org/b/106551 fast/dom/beforeload/remove-video-poster-in-beforeload-listener.html [ Crash Pass ]
</span><span class="cx">
</span><span class="cx"> webkit.org/b/107024 compositing/self-painting-layers2.html [ Pass Failure ]
</span><span class="lines">@@ -903,14 +824,8 @@
</span><span class="cx"> # Flaky, probably because the result is sometimes taken before data about visited link have passed through IPC.
</span><span class="cx"> webkit.org/b/81797 fast/history/visited-link-background-color.html [ ImageOnlyFailure Pass ]
</span><span class="cx">
</span><del>-# Also flaky at least on GTK+
-webkit.org/b/72698 media/audio-garbage-collect.html
-
</del><span class="cx"> webkit.org/b/102204 http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html [ Crash Pass ]
</span><span class="cx">
</span><del>-webkit.org/b/95428 media/video-controls-captions.html [ Timeout ]
-webkit.org/b/113106 media/track/track-prefer-captions.html [ Timeout ]
-
</del><span class="cx"> # Failures after r130363.
</span><span class="cx"> webkit.org/b/98573 fast/forms/multiple-form-submission-protection-mouse.html [ Failure Timeout Pass ]
</span><span class="cx">
</span><span class="lines">@@ -942,8 +857,6 @@
</span><span class="cx">
</span><span class="cx"> webkit.org/b/124655 css3/masking/clip-path-animation.html [ Failure Pass ]
</span><span class="cx">
</span><del>-webkit.org/b/124664 media/video-seek-with-negative-playback.html [ Failure Crash Pass ]
-
</del><span class="cx"> webkit.org/b/124925 fast/css/hover-display-block-none.html [ Failure Pass ]
</span><span class="cx">
</span><span class="cx"> webkit.org/b/124926 fast/events/popup-allowed-from-gesture-initiated-event.html [ Failure Pass ]
</span><span class="lines">@@ -954,16 +867,10 @@
</span><span class="cx">
</span><span class="cx"> webkit.org/b/124929 http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html [ Failure Pass ]
</span><span class="cx">
</span><del>-webkit.org/b/124931 media/track/audio/audio-track-mkv-vorbis-enabled.html [ Failure Pass ]
-
</del><span class="cx"> webkit.org/b/124933 svg/animations/getCurrentTime-pause-unpause.html [ Failure Pass ]
</span><span class="cx">
</span><span class="cx"> webkit.org/b/124934 svg/animations/svglengthlist-animation-3.html [ Failure Pass ]
</span><span class="cx">
</span><del>-# Started to crash after r163871
-webkit.org/b/128905 media/video-fast-seek.html [ Crash Pass Failure ]
-webkit.org/b/128905 media/video-extreme-playbackrate-crash.html [ Crash Pass Failure ]
-
</del><span class="cx"> webkit.org/b/125517 compositing/regions/crash-transform-inside-region.html [ Crash Pass ]
</span><span class="cx"> webkit.org/b/125517 compositing/regions/floated-region-with-transformed-child.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/125517 compositing/regions/move-layer-from-one-region-to-another.html [ Crash Pass ]
</span><span class="lines">@@ -987,9 +894,6 @@
</span><span class="cx">
</span><span class="cx"> webkit.org/b/127723 accessibility/menu-list-sends-change-notification.html [ Crash Pass ]
</span><span class="cx">
</span><del>-# Fails on the bots.
-webkit.org/b/97968 media/unsupported-rtsp.html [ Failure Pass Timeout ]
-
</del><span class="cx"> webkit.org/b/135697 fast/dom/Window/open-zero-size-as-default.html [ Failure Pass Crash ]
</span><span class="cx">
</span><span class="cx"> # SVG 1.1 tests are flaky on EFL bots
</span><span class="lines">@@ -1515,10 +1419,6 @@
</span><span class="cx"> # skip these tests until we find solution to fix.
</span><span class="cx"> webkit.org/b/161839 imported/w3c/web-platform-tests [ Skip ]
</span><span class="cx">
</span><del>-# Though MEDIA_SOURCE is enabled, below tests are still failing.
-webkit.org/b/134974 http/tests/media/media-source [ Skip ]
-webkit.org/b/164022 media/media-source [ Skip ]
-
</del><span class="cx"> # Skip imported/w3c/web-platform-tests for a while.
</span><span class="cx"> #webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/URL-createObjectURL-null.html [ Failure ]
</span><span class="cx"> #webkit.org/b/161839 imported/w3c/web-platform-tests/media-source/URL-createObjectURL-revoke.html [ Failure ]
</span><span class="lines">@@ -1620,9 +1520,6 @@
</span><span class="cx"> #webkit.org/b/161839 imported/w3c/web-platform-tests/shadow-dom/Element-interface-attachShadow.html [ Timeout ]
</span><span class="cx"> #webkit.org/b/161839 imported/w3c/web-platform-tests/url/historical.html [ Timeout ]
</span><span class="cx">
</span><del>-# Requires ENCRYPTED_MEDIA support.
-webkit.org/b/95297 media/encrypted-media [ Pass ]
-
</del><span class="cx"> # Requires POINTER_LOCK support.
</span><span class="cx"> webkit.org/b/88080 pointer-lock [ Skip ]
</span><span class="cx"> webkit.org/b/88080 http/tests/pointer-lock [ Skip ]
</span><span class="lines">@@ -1677,23 +1574,11 @@
</span><span class="cx">
</span><span class="cx"> webkit.org/b/82140 fast/dom/Geolocation/page-reload-cancel-permission-requests.html
</span><span class="cx">
</span><del>-# Fullscreen API is enabled but not fully implemented.
-webkit.org/b/86187 media/media-fullscreen-not-in-document.html [ Timeout ]
-
-# This test is specific to QuickTime media engine.
-Bug(EFL) media/video-does-not-loop.html
-
-# This test fails if mixer is not at 100%
-webkit.org/b/83704 media/event-attributes.html [ Failure Crash Pass ]
-
</del><span class="cx"> # EFL's LayoutTestController does not implement setAutomaticLinkDetectionEnabled
</span><span class="cx"> editing/inserting/typing-space-to-trigger-smart-link.html [ Skip ]
</span><span class="cx"> editing/inserting/smart-link-when-caret-is-moved-before-URL.html [ Skip ]
</span><span class="cx"> editing/inserting/smart-quote-with-all-configurations.html [ Skip ]
</span><span class="cx">
</span><del>-# Failing after r119268 on GTK and EFL
-webkit.org/b/88138 http/tests/media/video-buffered.html [ Failure ]
-
</del><span class="cx"> # ENABLE_INPUT_TYPE_* are not enabled on EFL port.
</span><span class="cx"> webkit.org/b/29359 fast/forms/date [ Skip ]
</span><span class="cx"> webkit.org/b/29359 fast/forms/datetime [ Skip ]
</span><span class="lines">@@ -1798,19 +1683,9 @@
</span><span class="cx"> Bug(EFL) svg/animations/reinserting-svg-into-document.html [ Failure Pass ]
</span><span class="cx"> Bug(EFL) transitions/negative-delay.html [ Failure Pass ]
</span><span class="cx">
</span><del>-# Media paint regressions
-webkit.org/b/102068 webkit.org/b/102993 media/audio-repaint.html [ Failure ]
-webkit.org/b/102068 webkit.org/b/102993 media/media-document-audio-repaint.html [ Timeout ]
-
</del><span class="cx"> #webkit.org/b/100846 inspector/debugger/pause-dedicated-worker.html [ Skip ]
</span><span class="cx"> #webkit.org/b/100846 inspector/debugger/terminate-dedicated-worker-while-paused.html [ Skip ]
</span><span class="cx">
</span><del>-# New media test introduced in r133660 fails.
-webkit.org/b/101439 media/progress-events-generated-correctly.html [ Failure Pass ]
-
-# Fails because EventSendingController's contextClick does mouse click on Efl.
-Bug(EFL) media/controls-right-click-on-timebar.html [ Crash ]
-
</del><span class="cx"> # HiDPI tests are failing to render correctly.
</span><span class="cx"> webkit.org/b/102097 fast/hidpi [ Skip ]
</span><span class="cx"> webkit.org/b/102097 svg/as-image/animated-svg-repaints-completely-in-hidpi.html [ Skip ]
</span><span class="lines">@@ -1821,34 +1696,9 @@
</span><span class="cx">
</span><span class="cx"> webkit.org/b/102493 fast/events/mouse-cursor.html [ Failure ]
</span><span class="cx">
</span><del>-# EFL still has the CC toggle button, not the menu of tracks.
-webkit.org/b/101670 media/video-controls-captions-trackmenu.html [ Skip ]
-webkit.org/b/101670 media/video-controls-captions-trackmenu-sorted.html [ Skip ]
-webkit.org/b/101670 media/video-controls-captions-trackmenu-localized.html [ Skip ]
-webkit.org/b/101670 media/video-controls-captions-trackmenu-hide-on-click.html [ Skip ]
-webkit.org/b/101670 media/video-controls-captions-trackmenu-hide-on-click-outside.html [ Skip ]
-webkit.org/b/101670 media/track/track-user-preferences.html [ Skip ]
-webkit.org/b/101670 media/video-controls-captions-trackmenu-includes-enabled-track.html [ Skip ]
-webkit.org/b/101670 media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html [ Skip ]
-webkit.org/b/101670 media/video-trackmenu-selection.html [ Skip ]
-
</del><span class="cx"> # Fails until we enable the Resource Timing API.
</span><span class="cx"> webkit.org/b/61138 http/tests/w3c/webperf/submission/Google/resource-timing [ Skip ]
</span><span class="cx">
</span><del>-# In-band tracks only work on GStreamer >= 1.1.2
-Bug(EFL) media/track/track-in-band.html [ Skip ]
-Bug(EFL) media/track/track-in-band-cues-added-once.html [ Skip ]
-Bug(EFL) media/track/track-in-band-style.html [ Skip ]
-Bug(EFL) media/track/track-in-band-legacy-api.html [ Skip ]
-Bug(EFL) media/track/track-in-band-duplicate-tracks-when-source-changes.html [ Skip ]
-Bug(EFL) media/track/track-forced-subtitles-in-band.html [ Skip ]
-Bug(EFL) media/track/track-in-band-mode.html [ Skip ]
-Bug(EFL) media/track/in-band [ Skip ]
-
-# DataCue.value not enabled
-Bug(EFL) http/tests/media/track-in-band-hls-metadata.html [ Skip ]
-Bug(EFL) media/track/track-datacue-value.html [ Skip ]
-
</del><span class="cx"> # Rendering issues.
</span><span class="cx"> webkit.org/b/133979 svg/wicd/rightsizing-grid.xhtml [ Failure ]
</span><span class="cx">
</span><span class="lines">@@ -1878,13 +1728,6 @@
</span><span class="cx">
</span><span class="cx"> webkit.org/b/67921 [ Release ] perf/show-hide-table-rows.html [ Failure Pass Slow ]
</span><span class="cx">
</span><del>-# Failing after r142947.
-webkit.org/b/83869 fast/layers/video-layer.html [ Failure ]
-webkit.org/b/83869 media/media-controls-clone.html [ Failure ]
-webkit.org/b/83869 media/track/track-cue-rendering-horizontal.html [ Failure Crash ]
-webkit.org/b/83869 media/video-empty-source.html [ Failure ]
-webkit.org/b/83869 media/video-no-audio.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/109950 fast/dom/Window/webkitConvertPoint.html [ Failure ]
</span><span class="cx">
</span><span class="cx"> # New test
</span><span class="lines">@@ -1927,9 +1770,6 @@
</span><span class="cx"> # Compositing reftests added in r148172 fail on EFL
</span><span class="cx"> webkit.org/b/114739 compositing/patterns/direct-pattern-compositing-contain-no-repeat.html [ Pass Crash ]
</span><span class="cx">
</span><del>-# Unidentified failing media tests
-webkit.org/b/115419 media/media-can-play-ogg.html [ Failure ]
-
</del><span class="cx"> # Synthesized italics not supported
</span><span class="cx"> fast/text/international/synthesized-italic-vertical-latin.html [ Skip ]
</span><span class="cx">
</span><span class="lines">@@ -2112,8 +1952,6 @@
</span><span class="cx"> webkit.org/b/125496 animations/cross-fade-webkit-mask-box-image.html [ Failure ]
</span><span class="cx"> webkit.org/b/125496 animations/cross-fade-webkit-mask-image.html [ Failure ]
</span><span class="cx">
</span><del>-webkit.org/b/127106 media/video-canvas-drawing-output.html [ Crash ]
-
</del><span class="cx"> # Failing after r159674
</span><span class="cx"> webkit.org/b/127475 fast/dom/inline-event-attributes-release.html [ Failure ]
</span><span class="cx">
</span><span class="lines">@@ -2168,10 +2006,6 @@
</span><span class="cx">
</span><span class="cx"> webkit.org/b/131496 accessibility/help-text.html [ Failure ]
</span><span class="cx">
</span><del>-# ENABLE(WEBVTT_REGIONS) is disabled
-webkit.org/b/109570 media/track/regions-webvtt [ Skip ]
-webkit.org/b/109570 media/track/w3c [ Skip ]
-
</del><span class="cx"> # No HLS support
</span><span class="cx"> http/tests/media/hls [ Skip ]
</span><span class="cx">
</span><span class="lines">@@ -2332,17 +2166,6 @@
</span><span class="cx"> # [EFL] r182307 broke 87 layouttests
</span><span class="cx"> webkit.org/b/143364 fast/fixed-layout [ Skip ]
</span><span class="cx">
</span><del>-webkit.org/b/131044 media/audio-controls-rendering.html [ Failure ]
-webkit.org/b/131044 media/track/video/video-track-mkv-theora-language.html [ Failure ]
-webkit.org/b/131044 media/video-controls-no-scripting.html [ Failure ]
-webkit.org/b/131044 media/video-fullscreeen-only-controls.html [ Failure ]
-webkit.org/b/131044 media/track/track-datacue.html [ Timeout ]
-webkit.org/b/131044 media/track/track-in-band-subtitles-too-large.html [ Timeout Crash Failure ]
-webkit.org/b/131044 media/track/track-remove-track.html [ Timeout ]
-webkit.org/b/131044 media/track/media-element-enqueue-event-crash.html [ Failure ]
-webkit.org/b/131044 media/track/track-remove-by-setting-innerHTML.html [ Failure ]
-webkit.org/b/131044 media/video-controls-drag.html [ Timeout ]
-
</del><span class="cx"> webkit.org/b/143663 accessibility/plugin.html [ Failure ]
</span><span class="cx">
</span><span class="cx"> webkit.org/b/143877 fast/forms/range/slider-padding.html [ Failure ]
</span><span class="lines">@@ -2383,8 +2206,6 @@
</span><span class="cx"> http/tests/local/link-stylesheet-load-order-preload.html [ Failure ]
</span><span class="cx"> http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html [ Failure ]
</span><span class="cx"> js/dom/global-constructors-attributes.html [ Failure ]
</span><del>-media/media-volume-slider-rendered-below.html [ Failure ]
-media/video-transformed-by-javascript.html [ Failure ]
</del><span class="cx"> svg/animations/animate-text-nested-transforms.html [ Failure ]
</span><span class="cx">
</span><span class="cx"> # Image-only failures after disabling USE_NATIVE_XDISPLAY on efl buildbot.
</span><span class="lines">@@ -2436,9 +2257,6 @@
</span><span class="cx"> fast/text/fallback-language-han.html [ Skip ]
</span><span class="cx"> fast/text/fallback-language-han-2.html [ Skip ]
</span><span class="cx">
</span><del>-# This test uses an MPEG-4 video
-media/video-seek-to-current-time.html [ Skip ]
-
</del><span class="cx"> # [EFL] REGRESSION: fullscreen tests fail with timeout
</span><span class="cx"> webkit.org/b/148518 fullscreen [ Skip ]
</span><span class="cx">
</span><span class="lines">@@ -2509,9 +2327,6 @@
</span><span class="cx"> webkit.org/b/149202 fast/forms/input-appearance-spinbutton.html [ Failure ]
</span><span class="cx"> webkit.org/b/149202 fast/forms/listbox-scrollbar-hit-test.html [ Failure ]
</span><span class="cx">
</span><del>-# Expected result is missing.
-webkit.org/b/149113 media/media-controls-play-button-updates.html [ Skip ]
-
</del><span class="cx"> # Below tests need to have own expectataion files after r190893 and r191119.
</span><span class="cx"> css2.1/tables/table-anonymous-objects-015.xht [ Missing ]
</span><span class="cx"> css2.1/tables/table-anonymous-objects-016.xht [ Missing ]
</span><span class="lines">@@ -2662,38 +2477,6 @@
</span><span class="cx"> webkit.org/b/156024 svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml [ Failure ]
</span><span class="cx"> webkit.org/b/156024 svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml [ Failure ]
</span><span class="cx">
</span><del>-# Media tests have been failing since we bumped gstreamer ver.
-webkit.org/b/156969 media/track/track-automatic-subtitles.html [ Timeout ]
-webkit.org/b/156969 media/track/track-cues-pause-on-exit.html [ Timeout ]
-webkit.org/b/156969 media/video-controls-toggling.html [ Timeout ]
-webkit.org/b/156969 media/accessiblity-describes-video.html [ Failure ]
-webkit.org/b/156969 media/controls-strict.html [ Failure ]
-webkit.org/b/156969 media/controls-without-preload.html [ Failure ]
-webkit.org/b/156969 media/media-controls-drag-timeline-set-controls-property.html [ Failure ]
-webkit.org/b/156969 media/media-controls-invalid-url.html [ Failure ]
-webkit.org/b/156969 media/nodesFromRect-shadowContent.html [ Failure ]
-webkit.org/b/156969 media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure ]
-webkit.org/b/156969 media/track/track-cue-rendering-vertical.html [ Failure ]
-webkit.org/b/156969 media/track/track-cue-rendering.html [ Failure ]
-webkit.org/b/156969 media/track/track-delete-during-setup.html [ Failure ]
-webkit.org/b/156969 media/track/track-insert-after-load-crash.html [ Failure ]
-webkit.org/b/156969 media/track/track-long-word-container-sizing.html [ Failure ]
-webkit.org/b/156969 media/track/track-manual-mode.html [ Failure ]
-webkit.org/b/156969 media/track/track-mode-not-changed-by-new-track.html [ Failure ]
-webkit.org/b/156969 media/track/track-mode-triggers-loading.html [ Failure ]
-webkit.org/b/156969 media/track/video-track-alternate-groups.html [ Failure ]
-webkit.org/b/156969 media/video-autoplay-allowed-but-fullscreen-required.html [ Failure ]
-webkit.org/b/156969 media/video-background-tab-playback.html [ Failure ]
-webkit.org/b/156969 media/video-controls-audiotracks-trackmenu.html [ Failure ]
-webkit.org/b/156969 media/video-controls-fullscreen-volume.html [ Failure ]
-webkit.org/b/156969 media/video-controls-no-display-with-text-track.html [ Failure ]
-webkit.org/b/156969 media/video-controls-rendering.html [ Failure ]
-webkit.org/b/156969 media/video-controls-visible-exiting-fullscreen.html [ Failure ]
-webkit.org/b/156969 media/video-display-toggle.html [ Failure ]
-webkit.org/b/156969 media/video-initially-hidden-volume-slider-up.html [ Failure ]
-webkit.org/b/156969 media/video-playing-and-pause.html [ Failure ]
-webkit.org/b/156969 media/video-zoom-controls.html [ Failure ]
-
</del><span class="cx"> #webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/document-metadata/styling/LinkStyle.html [ Failure ]
</span><span class="cx"> #webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_canplaythrough.html [ Failure ]
</span><span class="cx"> #webkit.org/b/158412 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html [ Failure ]
</span><span class="lines">@@ -2709,16 +2492,6 @@
</span><span class="cx"> webkit.org/b/161374 storage/indexeddb/pending-version-change-stuck-works-with-terminate-private.html [ Failure ]
</span><span class="cx"> webkit.org/b/161374 storage/indexeddb/transaction-complete-workers-private.html [ Failure ]
</span><span class="cx">
</span><del>-webkit.org/b/161376 media/media-controls-accessibility.html [ Failure ]
-webkit.org/b/161376 media/tab-focus-inside-media-elements.html [ Failure ]
-webkit.org/b/161376 media/track/audio/audio-track-mkv-vorbis-language.html [ Failure ]
-webkit.org/b/161376 media/video-controls-drop-and-restore-timeline.html [ Failure ]
-webkit.org/b/161376 media/video-controls-show-on-kb-or-ax-event.html [ Failure ]
-webkit.org/b/161376 media/video-controls-to-not-scroll-page-on-load.html [ Failure ]
-webkit.org/b/161376 media/video-playback-restriction-play-before-load.html [ Failure ]
-webkit.org/b/161376 media/video-restricted-no-preload-auto.html [ Failure ]
-webkit.org/b/161376 media/volume-bar-empty-when-muted.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/161519 http/tests/navigation/ping-attribute/anchor-cookie.html [ Timeout ]
</span><span class="cx"> webkit.org/b/161519 http/tests/navigation/ping-attribute/anchor-cross-origin-from-https.html [ Timeout ]
</span><span class="cx"> webkit.org/b/161519 http/tests/navigation/ping-attribute/anchor-cross-origin.html [ Timeout ]
</span><span class="lines">@@ -2812,11 +2585,244 @@
</span><span class="cx"> http/tests/xmlhttprequest/on-network-timeout-error-during-preflight.html [ Timeout ]
</span><span class="cx"> http/tests/xmlhttprequest/resetting-timeout-to-zero.html [ Timeout ]
</span><span class="cx"> imported/mozilla/svg/text/textLength-6.svg [ Timeout ]
</span><del>-media/encrypted-media/encrypted-media-session-lifetime.html [ Timeout ]
-media/encrypted-media/encrypted-media-v2-events.html [ Timeout ]
-media/encrypted-media/encrypted-media-v2-syntax.html [ Timeout ]
-media/media-controls-drag-timeline-set-controls-property.html [ Timeout ]
-media/modern-media-controls/scrubber-support/scrubber-support-click.html [ Timeout ]
-media/modern-media-controls/scrubber-support/scrubber-support-drag.html [ Timeout ]
-media/muted-video-is-playing-audio.html [ Timeout ]
-svg/animations/animate-linear-discrete-additive.svg [ Timeout ]
</del><ins>+
+# --------------------------------------------------------------------
+# Skip media tests because timeout happens on media tests
+# --------------------------------------------------------------------
+
+Bug(EFL) media [ Skip ]
+
+# Media tests have been failing since we bumped gstreamer ver.
+# webkit.org/b/156969 media/track/track-automatic-subtitles.html [ Timeout ]
+# webkit.org/b/156969 media/track/track-cues-pause-on-exit.html [ Timeout ]
+# webkit.org/b/156969 media/video-controls-toggling.html [ Timeout ]
+# webkit.org/b/156969 media/accessiblity-describes-video.html [ Failure ]
+# webkit.org/b/156969 media/controls-strict.html [ Failure ]
+# webkit.org/b/156969 media/controls-without-preload.html [ Failure ]
+# webkit.org/b/156969 media/media-controls-drag-timeline-set-controls-property.html [ Failure ]
+# webkit.org/b/156969 media/media-controls-invalid-url.html [ Failure ]
+# webkit.org/b/156969 media/nodesFromRect-shadowContent.html [ Failure ]
+# webkit.org/b/156969 media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure ]
+# webkit.org/b/156969 media/track/track-cue-rendering-vertical.html [ Failure ]
+# webkit.org/b/156969 media/track/track-cue-rendering.html [ Failure ]
+# webkit.org/b/156969 media/track/track-delete-during-setup.html [ Failure ]
+# webkit.org/b/156969 media/track/track-insert-after-load-crash.html [ Failure ]
+# webkit.org/b/156969 media/track/track-long-word-container-sizing.html [ Failure ]
+# webkit.org/b/156969 media/track/track-manual-mode.html [ Failure ]
+# webkit.org/b/156969 media/track/track-mode-not-changed-by-new-track.html [ Failure ]
+# webkit.org/b/156969 media/track/track-mode-triggers-loading.html [ Failure ]
+# webkit.org/b/156969 media/track/video-track-alternate-groups.html [ Failure ]
+
+# webkit.org/b/161376 media/media-controls-accessibility.html [ Failure ]
+# webkit.org/b/161376 media/tab-focus-inside-media-elements.html [ Failure ]
+# webkit.org/b/161376 media/track/audio/audio-track-mkv-vorbis-language.html [ Failure ]
+# webkit.org/b/161376 media/video-controls-drop-and-restore-timeline.html [ Failure ]
+# webkit.org/b/161376 media/video-controls-show-on-kb-or-ax-event.html [ Failure ]
+# webkit.org/b/161376 media/video-controls-to-not-scroll-page-on-load.html [ Failure ]
+# webkit.org/b/161376 media/video-playback-restriction-play-before-load.html [ Failure ]
+# webkit.org/b/161376 media/video-restricted-no-preload-auto.html [ Failure ]
+# webkit.org/b/161376 media/volume-bar-empty-when-muted.html [ Failure ]
+
+# webkit.org/b/131729 http/tests/media/video-error-abort.html [ Crash Pass ]
+# webkit.org/b/131729 http/tests/media/video-redirect.html [ Crash Pass ]
+
+# BUG: video sizes not being set properly
+# media/video-size-intrinsic-scale.html
+
+# webkit.org/b/104809 media/video-src.html [ Crash Pass ]
+# webkit.org/b/104809 media/video-src-blob.html [ Crash Failure Timeout ]
+# webkit.org/b/104809 media/video-src-change.html [ Crash Pass Failure ]
+# webkit.org/b/104809 media/video-timeupdate-during-playback.html [ Crash Pass Failure ]
+# webkit.org/b/106551 media/video-src-source.html [ Crash Pass ]
+# webkit.org/b/106551 media/video-source-moved.html [ Crash Pass ]
+# webkit.org/b/106551 media/video-source.html [ Crash Pass ]
+# webkit.org/b/106551 media/video-source-type.html [ Crash Pass ]
+# webkit.org/b/95428 media/video-controls-captions.html [ Timeout ]
+# webkit.org/b/113106 media/track/track-prefer-captions.html [ Timeout ]
+# webkit.org/b/124664 media/video-seek-with-negative-playback.html [ Failure Crash Pass ]
+
+# Started to crash after r163871
+# webkit.org/b/128905 media/video-fast-seek.html [ Crash Pass Failure ]
+# webkit.org/b/128905 media/video-extreme-playbackrate-crash.html [ Crash Pass Failure ]
+
+# This test is specific to QuickTime media engine.
+# # Bug(EFL) media/video-does-not-loop.html
+
+# EFL still has the CC toggle button, not the menu of tracks.
+# webkit.org/b/101670 media/video-controls-captions-trackmenu.html [ Skip ]
+# webkit.org/b/101670 media/video-controls-captions-trackmenu-sorted.html [ Skip ]
+# webkit.org/b/101670 media/video-controls-captions-trackmenu-localized.html [ Skip ]
+# webkit.org/b/101670 media/video-controls-captions-trackmenu-hide-on-click.html [ Skip ]
+# webkit.org/b/101670 media/video-controls-captions-trackmenu-hide-on-click-outside.html [ Skip ]
+# webkit.org/b/101670 media/track/track-user-preferences.html [ Skip ]
+# webkit.org/b/101670 media/video-controls-captions-trackmenu-includes-enabled-track.html [ Skip ]
+# webkit.org/b/101670 media/video-controls-captions-trackmenu-only-captions-descriptions-and-subtitles.html [ Skip ]
+# webkit.org/b/101670 media/video-trackmenu-selection.html [ Skip ]
+# webkit.org/b/83869 media/video-empty-source.html [ Failure ]
+# webkit.org/b/83869 media/video-no-audio.html [ Failure ]
+
+# Failing http tests (via GTK+)
+# http/tests/loading/bad-scheme-subframe.html
+# http/tests/media/video-play-stall-seek.html
+# http/tests/media/video-play-stall.html
+# http/tests/media/video-play-waiting.html
+# http/tests/security/feed-urls-from-remote.html
+# http/tests/media/video-buffered-range-contains-currentTime.html [ Timeout ]
+# media/airplay-autoplay.html [ Timeout ]
+# media/media-fullscreen-return-to-inline.html [ Timeout ]
+
+# Failing after r119268 on GTK and EFL
+# webkit.org/b/88138 http/tests/media/video-buffered.html [ Failure ]
+# webkit.org/b/127106 media/video-canvas-drawing-output.html [ Crash ]
+
+# webkit.org/b/131044 media/audio-controls-rendering.html [ Failure ]
+# webkit.org/b/131044 media/track/video/video-track-mkv-theora-language.html [ Failure ]
+# webkit.org/b/131044 media/video-controls-no-scripting.html [ Failure ]
+# webkit.org/b/131044 media/video-fullscreeen-only-controls.html [ Failure ]
+# webkit.org/b/131044 media/track/track-datacue.html [ Timeout ]
+# webkit.org/b/131044 media/track/track-in-band-subtitles-too-large.html [ Timeout Crash Failure ]
+# webkit.org/b/131044 media/track/track-remove-track.html [ Timeout ]
+# webkit.org/b/131044 media/track/media-element-enqueue-event-crash.html [ Failure ]
+# webkit.org/b/131044 media/track/track-remove-by-setting-innerHTML.html [ Failure ]
+# webkit.org/b/131044 media/video-controls-drag.html [ Timeout ]
+# media/video-transformed-by-javascript.html [ Failure ]
+
+# webkit.org/b/156969 media/video-autoplay-allowed-but-fullscreen-required.html [ Failure ]
+# webkit.org/b/156969 media/video-background-tab-playback.html [ Failure ]
+# webkit.org/b/156969 media/video-controls-audiotracks-trackmenu.html [ Failure ]
+# webkit.org/b/156969 media/video-controls-fullscreen-volume.html [ Failure ]
+# webkit.org/b/156969 media/video-controls-no-display-with-text-track.html [ Failure ]
+# webkit.org/b/156969 media/video-controls-rendering.html [ Failure ]
+# webkit.org/b/156969 media/video-controls-visible-exiting-fullscreen.html [ Failure ]
+# webkit.org/b/156969 media/video-display-toggle.html [ Failure ]
+# webkit.org/b/156969 media/video-initially-hidden-volume-slider-up.html [ Failure ]
+# webkit.org/b/156969 media/video-playing-and-pause.html [ Failure ]
+# webkit.org/b/156969 media/video-zoom-controls.html [ Failure ]
+
+# media/encrypted-media/encrypted-media-session-lifetime.html [ Timeout ]
+# media/encrypted-media/encrypted-media-v2-events.html [ Timeout ]
+# media/encrypted-media/encrypted-media-v2-syntax.html [ Timeout ]
+# media/media-controls-drag-timeline-set-controls-property.html [ Timeout ]
+# media/modern-media-controls/scrubber-support/scrubber-support-click.html [ Timeout ]
+# media/modern-media-controls/scrubber-support/scrubber-support-drag.html [ Timeout ]
+# media/muted-video-is-playing-audio.html [ Timeout ]
+# svg/animations/animate-linear-discrete-additive.svg [ Timeout ]
+
+# BUG: Captions support needed in the media engine (via GTK+)
+# media/media-captions.html
+
+# Media regressions after updating to gstreamer 1.0.
+# webkit.org/b/104809 media/remove-from-document.html [ Crash Pass Failure ]
+
+# Tests that sometimes fail on the bot (for GTK or Mac ports as well)
+# webkit.org/b/127550 media/audio-concurrent-supported.html [ Failure Pass ]
+# webkit.org/b/76280 media/W3C/video/networkState/networkState_during_progress.html [ Failure Pass ]
+# webkit.org/b/128103 media/media-element-play-after-eos.html [ Pass Failure ]
+# webkit.org/b/128252 media/track/track-kind.html [ Pass Failure ]
+# webkit.org/b/128528 media/media-ended.html [ Pass Failure ]
+
+# These tests are for an obsolete version of the EME spec.
+# media/encrypted-media/encrypted-media-events.html [ WontFix ]
+# media/encrypted-media/encrypted-media-not-loaded.html [ WontFix ]
+# media/encrypted-media/encrypted-media-syntax.html [ WontFix ]
+
+# webkit.org/b/85180 media/audio-delete-while-step-button-clicked.html [ Failure Pass ]
+
+# Opera-submitted tests to W3C for <track>, a lot of failures still.
+# webkit.org/b/103926 media/track/opera/idl/media-idl-tests.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLMediaElement/crossOrigin.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLTrackElement/kind.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/HTMLElement/HTMLTrackElement/src.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/TextTrack/activeCues.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/constructor.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/TrackEvent/createEvent.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/getCueAsHTML.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/line.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onenter.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/onexit.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/snapToLines.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/text.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCue/vertical.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/TextTrackCueList/getter.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/interfaces/TextTrackList/getter.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/track/track-element/cloneNode.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/track/track-element/src-clear-cues.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/track/webvtt/parsing/001.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/entities.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tags.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/12345_timestamps.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/timestamps.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/track/webvtt/parsing-cue-data/tests/tree-building.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/cue_font_size_transition.html [ Skip ]
+# webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html [ Skip ]
+# webkit.org/b/103926 media/track/w3c/interfaces/TextTrackList/onremovetrack.html [ Skip ]
+
+# Also flaky at least on GTK+
+# webkit.org/b/72698 media/audio-garbage-collect.html
+
+# EFL port doesn't fully support EME yet.
+# webkit.org/b/141959 http/tests/media/clearkey/clear-key-hls-aes128.html [ Crash ]
+
+# Fails on the bots.
+# webkit.org/b/97968 media/unsupported-rtsp.html [ Failure Pass Timeout ]
+
+# # Bug(EFL) media/track/track-element-load-event.html [ Crash Failure Pass ]
+
+# webkit.org/b/124931 media/track/audio/audio-track-mkv-vorbis-enabled.html [ Failure Pass ]
+
+# Fullscreen API is enabled but not fully implemented.
+# webkit.org/b/86187 media/media-fullscreen-not-in-document.html [ Timeout ]
+
+# This test fails if mixer is not at 100%
+# webkit.org/b/83704 media/event-attributes.html [ Failure Crash Pass ]
+
+# Though MEDIA_SOURCE is enabled, below tests are still failing.
+# webkit.org/b/134974 http/tests/media/media-source [ Skip ]
+# webkit.org/b/164022 media/media-source [ Skip ]
+
+# Media paint regressions
+# webkit.org/b/102068 # webkit.org/b/102993 media/audio-repaint.html [ Failure ]
+# webkit.org/b/102068 # webkit.org/b/102993 media/media-document-audio-repaint.html [ Timeout ]
+
+# New media test introduced in r133660 fails.
+# webkit.org/b/101439 media/progress-events-generated-correctly.html [ Failure Pass ]
+
+# Fails because EventSendingController's contextClick does mouse click on Efl.
+# Bug(EFL) media/controls-right-click-on-timebar.html [ Crash ]
+
+# In-band tracks only work on GStreamer >= 1.1.2
+# Bug(EFL) media/track/track-in-band.html [ Skip ]
+# Bug(EFL) media/track/track-in-band-cues-added-once.html [ Skip ]
+# Bug(EFL) media/track/track-in-band-style.html [ Skip ]
+# Bug(EFL) media/track/track-in-band-legacy-api.html [ Skip ]
+# Bug(EFL) media/track/track-in-band-duplicate-tracks-when-source-changes.html [ Skip ]
+# Bug(EFL) media/track/track-forced-subtitles-in-band.html [ Skip ]
+# Bug(EFL) media/track/track-in-band-mode.html [ Skip ]
+# Bug(EFL) media/track/in-band [ Skip ]
+
+# DataCue.value not enabled
+# Bug(EFL) http/tests/media/track-in-band-hls-metadata.html [ Skip ]
+# Bug(EFL) media/track/track-datacue-value.html [ Skip ]
+
+# This test uses an MPEG-4 video
+# media/video-seek-to-current-time.html [ Skip ]
+
+# Failing after r142947.
+# webkit.org/b/83869 fast/layers/video-layer.html [ Failure ]
+# webkit.org/b/83869 media/media-controls-clone.html [ Failure ]
+# webkit.org/b/83869 media/track/track-cue-rendering-horizontal.html [ Failure Crash ]
+
+# ENABLE(WEBVTT_REGIONS) is disabled
+# webkit.org/b/109570 media/track/regions-webvtt [ Skip ]
+# webkit.org/b/109570 media/track/w3c [ Skip ]
+
+# Expected result is missing.
+# webkit.org/b/149113 media/media-controls-play-button-updates.html [ Skip ]
+
+# media/media-volume-slider-rendered-below.html [ Failure ]
+
+# Unidentified failing media tests
+# webkit.org/b/115419 media/media-can-play-ogg.html [ Failure ]
+
+# Requires ENCRYPTED_MEDIA support.
+# webkit.org/b/95297 media/encrypted-media [ Pass ]
</ins></span></pre>
</div>
</div>
</body>
</html>