<!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>[173319] trunk</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/173319">173319</a></dd>
<dt>Author</dt> <dd>clopez@igalia.com</dd>
<dt>Date</dt> <dd>2014-09-05 11:42:34 -0700 (Fri, 05 Sep 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Unreviewed GTK gardening.

Tools:

* Scripts/run-gtk-tests:
(TestRunner): Skip tests failing since <a href="http://trac.webkit.org/projects/webkit/changeset/173272">r173272</a>.

LayoutTests:

* platform/gtk/TestExpectations: Report and mark new failures after <a href="http://trac.webkit.org/projects/webkit/changeset/173049">r173049</a> and <a href="http://trac.webkit.org/projects/webkit/changeset/173272">r173272</a>.
Update some expectations for new cases.
* platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Rebaseline after <a href="http://trac.webkit.org/projects/webkit/changeset/173049">r173049</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkfastcssverticaltextoverflowellipsistextaligncenterexpectedtxt">trunk/LayoutTests/platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsScriptsrungtktests">trunk/Tools/Scripts/run-gtk-tests</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (173318 => 173319)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-09-05 18:38:59 UTC (rev 173318)
+++ trunk/LayoutTests/ChangeLog        2014-09-05 18:42:34 UTC (rev 173319)
</span><span class="lines">@@ -1,3 +1,11 @@
</span><ins>+2014-09-05  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Report and mark new failures after r173049 and r173272.
+        Update some expectations for new cases.
+        * platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt: Rebaseline after r173049.
+
</ins><span class="cx"> 2014-06-10  Jer Noble  &lt;jer.noble@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Refactoring: make MediaTime the primary time type for audiovisual times.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (173318 => 173319)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-09-05 18:38:59 UTC (rev 173318)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-09-05 18:42:34 UTC (rev 173319)
</span><span class="lines">@@ -882,7 +882,7 @@
</span><span class="cx"> webkit.org/b/133001 fast/workers/worker-context-gc.html [ Pass Timeout ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/133865 media/W3C/video/networkState/networkState_during_progress.html [ Failure Pass ]
</span><del>-webkit.org/b/133866 media/media-controls-cancel-events.html [ Failure Pass ]
</del><ins>+webkit.org/b/133866 media/media-controls-cancel-events.html [ Timeout Failure Pass ]
</ins><span class="cx"> webkit.org/b/133867 webaudio/audioprocessingevent.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/133868 js/dom/dom-static-property-for-in-iteration.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/133869 media/video-seek-after-end.html [ Failure Pass ]
</span><span class="lines">@@ -951,6 +951,10 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/136070 fast/forms/label/label-becomes-visible-while-clicking-on-label.html [ Failure Pass ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/136580 media/context-menu-actions.html [ Timeout Pass ]
+
+webkit.org/b/136581 editing/pasteboard/drag-drop-dead-frame.html [ Timeout Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Flaky tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1102,7 +1106,7 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/132266 js/slow-stress/emscripten-memops.html [ Timeout ]
</span><span class="cx"> 
</span><del>-webkit.org/b/133148 accessibility/content-editable-as-textarea.html [ Timeout ]
</del><ins>+webkit.org/b/133148 accessibility/content-editable-as-textarea.html [ Crash Timeout ]
</ins><span class="cx"> webkit.org/b/133148 accessibility/content-editable-set-inner-text-generates-axvalue-notification.html [ Timeout ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/133151 js/cached-window-properties.html [ Timeout Pass ]
</span><span class="lines">@@ -1691,7 +1695,7 @@
</span><span class="cx"> 
</span><span class="cx"> # Fix for https://bugs.webkit.org/show_bug.cgi?id=97192 introduces these regressions
</span><span class="cx"> webkit.org/b/102776 webkit.org/b/102993 media/media-document-audio-repaint.html [ Failure Timeout ]
</span><del>-webkit.org/b/102776 media/track/track-cue-rendering-horizontal.html [ Failure ]
</del><ins>+webkit.org/b/102776 media/track/track-cue-rendering-horizontal.html [ Failure Timeout ]
</ins><span class="cx"> webkit.org/b/102776 media/track/track-cue-rendering-vertical.html [ Failure Timeout ]
</span><span class="cx"> webkit.org/b/102776 media/track/track-cue-rendering-tree-is-removed-properly.html [ Timeout Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -2051,7 +2055,7 @@
</span><span class="cx"> webkit.org/b/134979 media/track/track-cue-mutable-text.html [ Failure ]
</span><span class="cx"> webkit.org/b/134979 media/track/track-cue-nothing-to-render.html [ Failure ]
</span><span class="cx"> webkit.org/b/134979 media/track/track-cue-rendering-mode-changed.html [ Failure ]
</span><del>-webkit.org/b/134979 media/track/track-cue-rendering-rtl.html [ Failure Timeout ]
</del><ins>+webkit.org/b/134979 media/track/track-cue-rendering-rtl.html [ Crash Failure Timeout ]
</ins><span class="cx"> webkit.org/b/134979 media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure Timeout ]
</span><span class="cx"> webkit.org/b/134979 media/track/track-kind.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -2108,6 +2112,12 @@
</span><span class="cx"> webkit.org/b/136159 fast/borders/hidpi-border-painting-groove.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/136159 fast/borders/hidpi-border-painting-ridge.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/136537 css3/flexbox/flex-rounding.html [ Failure ]
+webkit.org/b/136537 fast/sub-pixel/client-width-height-snapping.html [ Failure ]
+
+webkit.org/b/136562 http/tests/download/basic-ascii.html [ Failure ]
+webkit.org/b/136562 http/tests/download/literal-utf-8.html [ Failure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests failing
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkfastcssverticaltextoverflowellipsistextaligncenterexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt (173318 => 173319)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt        2014-09-05 18:38:59 UTC (rev 173318)
+++ trunk/LayoutTests/platform/gtk/fast/css/vertical-text-overflow-ellipsis-text-align-center-expected.txt        2014-09-05 18:42:34 UTC (rev 173319)
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx">       RenderBlock {H3} at (0,2588) size 769x22
</span><span class="cx">         RenderText {#text} at (0,0) size 509x21
</span><span class="cx">           text run at (0,0) width 509: &quot;Right-To-Left containing replaced content blocking the ellipsis&quot;
</span><del>-layer at (8,48) size 19x310 clip at (9,49) size 17x308 scrollHeight 719
</del><ins>+layer at (8,48) size 19x310 clip at (9,49) size 17x308 scrollHeight 720
</ins><span class="cx">   RenderBlock {DIV} at (0,39) size 19x311 [border: (1px solid #000000)]
</span><span class="cx">     RenderText {#text} at (1,1) size 17x720
</span><span class="cx">       text run at (1,1) width 719: &quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus vitae eros non libero faucibus sagittis sed ut eros.&quot;
</span><span class="lines">@@ -52,7 +52,7 @@
</span><span class="cx">     RenderImage {IMG} at (1,182) size 25x26
</span><span class="cx">     RenderText {#text} at (12,207) size 17x543
</span><span class="cx">       text run at (12,207) width 542: &quot; consectetur adipiscing elit. Vivamus vitae eros non libero faucibus sagittis sed ut eros.&quot;
</span><del>-layer at (8,1157) size 30x310 clip at (9,1158) size 28x308 scrollHeight 744
</del><ins>+layer at (8,1157) size 30x310 clip at (9,1158) size 28x308 scrollHeight 745
</ins><span class="cx">   RenderBlock {DIV} at (0,1148) size 30x311 [border: (1px solid #000000)]
</span><span class="cx">     RenderText {#text} at (12,1) size 17x272
</span><span class="cx">       text run at (12,1) width 271: &quot;Lorem ipsum dolor sit amet, consectetur ad&quot;
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (173318 => 173319)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2014-09-05 18:38:59 UTC (rev 173318)
+++ trunk/Tools/ChangeLog        2014-09-05 18:42:34 UTC (rev 173319)
</span><span class="lines">@@ -1,3 +1,10 @@
</span><ins>+2014-09-05  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Unreviewed GTK gardening.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner): Skip tests failing since r173272.
+
</ins><span class="cx"> 2014-09-04  Simon Fraser  &lt;simon.fraser@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Add some logging to help diagnose assertions in dumpWebViewAsPixelsAndCompareWithExpected() on bots
</span></span></pre></div>
<a id="trunkToolsScriptsrungtktests"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/run-gtk-tests (173318 => 173319)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/run-gtk-tests        2014-09-05 18:38:59 UTC (rev 173318)
+++ trunk/Tools/Scripts/run-gtk-tests        2014-09-05 18:42:34 UTC (rev 173319)
</span><span class="lines">@@ -67,6 +67,8 @@
</span><span class="cx">         SkippedTest(&quot;WebKit2Gtk/TestWebKitWebView&quot;, &quot;/webkit2/WebKitWebView/snapshot&quot;, &quot;Test fails&quot;, 120404),
</span><span class="cx">         SkippedTest(&quot;WebKit2Gtk/TestWebKitWebView&quot;, &quot;/webkit2/WebKitWebView/page-visibility&quot;, &quot;Test fails or times out&quot;, 131731),
</span><span class="cx">         SkippedTest(&quot;WebKit2Gtk/TestCookieManager&quot;, &quot;/webkit2/WebKitCookieManager/persistent-storage&quot;, &quot;Test is flaky&quot;, 134580),
</span><ins>+        SkippedTest(&quot;WebKit2Gtk/TestDownloads&quot;, &quot;/webkit2/Downloads/remote-file&quot;, &quot;Test fails since r173272&quot;, 136562),
+        SkippedTest(&quot;WebKit2Gtk/TestResources&quot;, &quot;/webkit2/WebKitWebResource/suggested-filename&quot;, &quot;Test fails since r173272&quot;, 136562),
</ins><span class="cx">         SkippedTest(&quot;WebKit2/TestWebKit2&quot;, &quot;WebKit2.MouseMoveAfterCrash&quot;, &quot;Test is flaky&quot;, 85066),
</span><span class="cx">         SkippedTest(&quot;WebKit2/TestWebKit2&quot;, &quot;WebKit2.NewFirstVisuallyNonEmptyLayoutForImages&quot;, &quot;Test is flaky&quot;, 85066),
</span><span class="cx">         SkippedTest(&quot;WebKit2/TestWebKit2&quot;, &quot;WebKit2.NewFirstVisuallyNonEmptyLayoutFrames&quot;, &quot;Test fails&quot;, 85037),
</span></span></pre>
</div>
</div>

</body>
</html>