<!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>[212884] 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/212884">212884</a></dd>
<dt>Author</dt> <dd>clopez@igalia.com</dd>
<dt>Date</dt> <dd>2017-02-23 07:54:46 -0800 (Thu, 23 Feb 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] MediaStream and WebRTC layout test gardening

Unreviewed.

* TestExpectations: Clarify some comments.
* platform/gtk/TestExpectations: Unskip most of the MediaStream / WebRTC tests for GTK and mark the expected failures accordingly.
* platform/gtk/fast/mediastream/RTCPeerConnection-more-media-to-negotiate-expected.txt: Removed. The test passes on GTK with the
general test expectation.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsTestExpectations">trunk/LayoutTests/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformgtkfastmediastreamRTCPeerConnectionmoremediatonegotiateexpectedtxt">trunk/LayoutTests/platform/gtk/fast/mediastream/RTCPeerConnection-more-media-to-negotiate-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (212883 => 212884)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2017-02-23 15:13:16 UTC (rev 212883)
+++ trunk/LayoutTests/ChangeLog        2017-02-23 15:54:46 UTC (rev 212884)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2017-02-23  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] MediaStream and WebRTC layout test gardening
+
+        Unreviewed.
+
+        * TestExpectations: Clarify some comments.
+        * platform/gtk/TestExpectations: Unskip most of the MediaStream / WebRTC tests for GTK and mark the expected failures accordingly.
+        * platform/gtk/fast/mediastream/RTCPeerConnection-more-media-to-negotiate-expected.txt: Removed. The test passes on GTK with the
+        general test expectation.
+
</ins><span class="cx"> 2017-02-23  Tomas Popela  &lt;tpopela@redhat.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [GTK] Drag and drop is always moving the content even if copy is requested
</span></span></pre></div>
<a id="trunkLayoutTestsTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/TestExpectations (212883 => 212884)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/TestExpectations        2017-02-23 15:13:16 UTC (rev 212883)
+++ trunk/LayoutTests/TestExpectations        2017-02-23 15:54:46 UTC (rev 212884)
</span><span class="lines">@@ -687,7 +687,8 @@
</span><span class="cx"> # Media Sessions is not yet enabled by default: ENABLE(MEDIA_SESSION)
</span><span class="cx"> media/session [ Skip ]
</span><span class="cx"> 
</span><del>-# WebRTC backend not enabled by default.
</del><ins>+# WebRTC backend not enabled by default on Mac/iOS.
+# GTK enables some of this tests on their TestExpectations file.
</ins><span class="cx"> webrtc [ Skip ]
</span><span class="cx"> fast/mediastream/getUserMedia-webaudio.html [ Skip ]
</span><span class="cx"> fast/mediastream/RTCPeerConnection-AddRemoveStream.html [ Skip ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (212883 => 212884)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2017-02-23 15:13:16 UTC (rev 212883)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2017-02-23 15:54:46 UTC (rev 212884)
</span><span class="lines">@@ -322,7 +322,22 @@
</span><span class="cx"> webkit.org/b/85211 ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/85212 ietestcenter/css3/flexbox/flexbox-layout-002.htm [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-# Mediastream implementation is not complete yet.
</del><ins>+# WebRTC / MediaStream implementation is not complete yet.
+# Some of this tests are skipped on the general TestExpectations,
+# Enable them here and list the individual expectations in order to get
+# notifications of new failures.
+fast/mediastream [ Pass ]
+webrtc [ Pass ]
+# GTK uses OWR instead of libwebrtc
+webrtc/libwebrtc [ Skip ]
+# Some WebRTC features like datachannel are still not implemented
+webrtc/datachannel/basic.html [ Timeout ]
+webrtc/no-port-zero-in-upd-candidates.html [ Timeout ]
+webrtc/video-disabled-black.html [ Failure ]
+webrtc/video.html [ Failure ]
+# The MediaStream implementation is also still not completed
+webkit.org/b/79203 fast/mediastream/mock-media-source-webaudio.html [ Timeout ]
+webkit.org/b/79203 fast/mediastream/getUserMedia-webaudio.html [ Failure ]
</ins><span class="cx"> webkit.org/b/79203 fast/mediastream/MediaStream-video-element.html [ Failure ]
</span><span class="cx"> webkit.org/b/79203 fast/mediastream/mock-media-source.html [ Failure ]
</span><span class="cx"> webkit.org/b/79203 fast/mediastream/MediaStream-video-element-track-stop.html [ Timeout ]
</span><span class="lines">@@ -333,6 +348,7 @@
</span><span class="cx"> webkit.org/b/79203 fast/mediastream/RTCPeerConnection-ice.html [ Timeout ]
</span><span class="cx"> webkit.org/b/79203 fast/mediastream/RTCPeerConnection-stats.html [ Failure ]
</span><span class="cx"> webkit.org/b/79203 fast/mediastream/RTCPeerConnection-statsSelector.html [ Failure ]
</span><ins>+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-remotely-assigned-transceiver-mid.html [ Timeout Pass ]
</ins><span class="cx"> webkit.org/b/79203 webaudio/mediastreamaudiosourcenode.html [ Failure ]
</span><span class="cx"> webkit.org/b/151344 fast/mediastream/MediaStream-add-ended-tracks.html [ Timeout ]
</span><span class="cx"> webkit.org/b/151344 fast/mediastream/MediaStream-add-remove-tracks.html [ Failure ]
</span><span class="lines">@@ -339,14 +355,8 @@
</span><span class="cx"> webkit.org/b/160996 fast/mediastream/MediaStream-video-element-video-tracks-disabled-then-enabled.html [ Timeout ]
</span><span class="cx"> webkit.org/b/160996 fast/mediastream/MediaStream-video-element-video-tracks-disabled.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/161956 fast/mediastream/MediaStream-video-element-displays-buffer.html [ Failure ]
</span><ins>+webkit.org/b/168773 fast/mediastream/MediaStream-MediaElement-setObject-null.html [ Failure ]
</ins><span class="cx"> 
</span><del>-# Test skipped in the main expectation file.
-fast/mediastream/RTCPeerConnection-AddRemoveStream.html [ Pass ]
-fast/mediastream/RTCPeerConnection-closed-state.html [ Pass ]
-fast/mediastream/RTCPeerConnection-iceconnectionstatechange-event.html [ Pass ]
-fast/mediastream/RTCPeerConnection-onnegotiationneeded.html [ Pass ]
-fast/mediastream/RTCPeerConnection-overloaded-operations-params.html [ Pass ]
-fast/mediastream/RTCRtpSender-replaceTrack.html [ Pass ]
</del><span class="cx"> 
</span><span class="cx"> # Proximity Events is not supported.
</span><span class="cx"> webkit.org/b/99060 proximity [ Failure ]
</span><span class="lines">@@ -2852,7 +2862,6 @@
</span><span class="cx"> webkit.org/b/168370 accessibility/hidden-th-still-column-header.html [ Failure ]
</span><span class="cx"> webkit.org/b/168370 accessibility/selected-text-range-aria-elements.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/168373 fast/mediastream/MediaStream-MediaElement-setObject-null.html [ Failure ]
</del><span class="cx"> webkit.org/b/168373 fullscreen/video-controls-rtl.html [ Failure ]
</span><span class="cx"> webkit.org/b/168373 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/readyState_during_canplaythrough.html [ Failure ]
</span><span class="cx"> webkit.org/b/168373 media/media-preload-no-delay-loadevent.html [ Failure ]
</span><span class="lines">@@ -2901,11 +2910,6 @@
</span><span class="cx"> webkit.org/b/168572 intersection-observer/intersection-observer-entry-interface.html [ Failure ]
</span><span class="cx"> webkit.org/b/168572 js/dom/regress-157246.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/168647 fast/mediastream/RTCPeerConnection-more-media-to-negotiate.html [ Failure ]
-webkit.org/b/168647 imported/w3c/web-platform-tests/webrtc/datachannel-emptystring.html [ Failure ]
-webkit.org/b/168647 imported/w3c/web-platform-tests/webrtc/no-media-call.html [ Failure ]
-webkit.org/b/168647 imported/w3c/web-platform-tests/webrtc/promises-call.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/168719 fast/css/paint-order-shadow.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastmediastreamRTCPeerConnectionmoremediatonegotiateexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/platform/gtk/fast/mediastream/RTCPeerConnection-more-media-to-negotiate-expected.txt (212883 => 212884)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/mediastream/RTCPeerConnection-more-media-to-negotiate-expected.txt        2017-02-23 15:13:16 UTC (rev 212883)
+++ trunk/LayoutTests/platform/gtk/fast/mediastream/RTCPeerConnection-more-media-to-negotiate-expected.txt        2017-02-23 15:54:46 UTC (rev 212884)
</span><span class="lines">@@ -1,26 +0,0 @@
</span><del>-Test that a negotiationneeded event is fired when not all local media can be included in an answer
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS pc.signalingState is 'stable'
-Add local audio and video tracks to pc
-pc.addTrack(stream.getAudioTracks()[0], stream)
-pc.addTrack(stream.getVideoTracks()[0], stream)
-PASS pc.getTransceivers().length is 2
-PASS negotiationneededevent fired: There is local media added with addTrack
-
-Register a new handler for the negotiationneededevent
-PASS remotePc.getTransceivers().length is 1
-Create a remote offer with audio only
-Set remote offer as remote description
-PASS Remote offer set
-PASS pc.getTransceivers().length is 2
-Create an answer for the audio only offer
-Set answer as local description
-PASS negotiationneededevent fired: There is local media not negotiated that needs to be negotiated in a follow-up offer
-PASS Answer set
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre>
</div>
</div>

</body>
</html>