<!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>[162963] 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/162963">162963</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-01-28 14:44:43 -0800 (Tue, 28 Jan 2014)</dd>
</dl>

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

Remove failure/timeout expectations for the following passed tests:
    fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-non-intersecting-underline.html
    fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top.html
    svg/custom/mouse-move-on-svg-container.xhtml
    svg/custom/mouse-move-on-svg-root.xhtml
    fast/css/style-scoped/style-scoped-with-dom-operation.html

http/tests/download failures only affect gtk-wk1 now

Report and mark flaky tests:
    http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html
    fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html
    fast/parser/document-write-basic.html
    http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_dynamic_insertion.html
    media/crash-closing-page-with-media-as-plugin-fallback.html

Add timeout to flaky test media/audio-garbage-collect.html

Report and mark failed tests:
     accessibility/range-alter-by-percent.html
     media/video-restricted-no-preload-auto.html

Patch by Carlos Alberto Lopez Perez &lt;clopez@igalia.com&gt; on 2014-01-28

* platform/gtk/TestExpectations:
* platform/gtk-wk1/TestExpectations:
* platform/gtk-wk2/TestExpectations:</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="#trunkLayoutTestsplatformgtkwk1TestExpectations">trunk/LayoutTests/platform/gtk-wk1/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkwk2TestExpectations">trunk/LayoutTests/platform/gtk-wk2/TestExpectations</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (162962 => 162963)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-01-28 22:32:05 UTC (rev 162962)
+++ trunk/LayoutTests/ChangeLog        2014-01-28 22:44:43 UTC (rev 162963)
</span><span class="lines">@@ -1,3 +1,33 @@
</span><ins>+2014-01-28  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        Unreviewed GTK gardening.
+
+        Remove failure/timeout expectations for the following passed tests:
+            fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-non-intersecting-underline.html
+            fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top.html
+            svg/custom/mouse-move-on-svg-container.xhtml
+            svg/custom/mouse-move-on-svg-root.xhtml
+            fast/css/style-scoped/style-scoped-with-dom-operation.html
+
+        http/tests/download failures only affect gtk-wk1 now
+
+        Report and mark flaky tests:
+            http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html
+            fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html
+            fast/parser/document-write-basic.html
+            http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_dynamic_insertion.html
+            media/crash-closing-page-with-media-as-plugin-fallback.html
+
+        Add timeout to flaky test media/audio-garbage-collect.html
+
+        Report and mark failed tests:
+             accessibility/range-alter-by-percent.html
+             media/video-restricted-no-preload-auto.html
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk-wk1/TestExpectations:
+        * platform/gtk-wk2/TestExpectations:
+
</ins><span class="cx"> 2014-01-28  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         js/dom/post-message-numeric-property.html is flaky
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (162962 => 162963)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-01-28 22:32:05 UTC (rev 162962)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-01-28 22:44:43 UTC (rev 162963)
</span><span class="lines">@@ -500,6 +500,8 @@
</span><span class="cx"> # QuickTime plug-in not relevant to this port
</span><span class="cx"> plugins/quicktime-plugin-replacement.html [ Skip ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/127743 media/video-restricted-no-preload-auto.html [ Failure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Expected failures
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -754,6 +756,16 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/127280 media/audio-concurrent-supported.html [ Failure Pass ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/127682 http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_attributes_order.html [ Failure Pass ]
+
+webkit.org/b/127742 fast/spatial-navigation/snav-unit-overflow-and-scroll-in-direction.html [ Failure Pass ]
+
+webkit.org/b/127745 fast/parser/document-write-basic.html [ Crash Pass ]
+
+webkit.org/b/127733 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_dynamic_insertion.html [ Failure Pass ]
+
+webkit.org/b/127735 media/crash-closing-page-with-media-as-plugin-fallback.html [ Timeout Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Flaky tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1175,9 +1187,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/74282 editing/pasteboard/emacs-ctrl-k-with-move.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Needs custom policy delegate enhancement to log downloads
-Bug(GTK) http/tests/download [ Failure ]
-
</del><span class="cx"> webkit.org/b/81320 editing/pasteboard/copy-two-pasteboard-types-both-work.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # EditorClient::checkTextOfParagraph() is not implemented.
</span><span class="lines">@@ -1482,7 +1491,6 @@
</span><span class="cx"> webkit.org/b/124504 fast/text/break-word-pre-wrap.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/124507 fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink.html [ ImageOnlyFailure ]
</span><del>-webkit.org/b/124507 fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-non-intersecting-underline.html [ ImageOnlyFailure ]
</del><span class="cx"> 
</span><span class="cx"> webkit.org/b/124509 media/video-controls-captions-trackmenu-hide-on-click-outside.html [ Failure ]
</span><span class="cx"> webkit.org/b/124509 media/video-controls-captions-trackmenu-hide-on-click.html [ Failure ]
</span><span class="lines">@@ -1509,8 +1517,6 @@
</span><span class="cx"> webkit.org/b/124834 fast/regions/overflow-in-variable-width-regions-inline-rl.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/124834 fast/regions/overflow-in-variable-width-regions-inline.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/125071 fast/shapes/shape-inside/shape-inside-subpixel-rectangle-top.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/125348 accessibility/document-attributes.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/125406 fast/regions/relative-in-absolute-borders-overflow.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -1528,6 +1534,8 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/126879 fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-tall-underlines.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/127740 accessibility/range-alter-by-percent.html [ Failure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests failing
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk-wk1/TestExpectations (162962 => 162963)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk-wk1/TestExpectations        2014-01-28 22:32:05 UTC (rev 162962)
+++ trunk/LayoutTests/platform/gtk-wk1/TestExpectations        2014-01-28 22:44:43 UTC (rev 162963)
</span><span class="lines">@@ -254,6 +254,9 @@
</span><span class="cx"> # Needs to make sure the redirect-chain scenario in https://bugs.webkit.org/show_bug.cgi?id=31410 works
</span><span class="cx"> webkit.org/b/35300 http/tests/loading/307-after-303-after-post.html [ Failure ]
</span><span class="cx"> 
</span><ins>+# Needs custom policy delegate enhancement to log downloads
+Bug(GTK) http/tests/download [ Failure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests failing
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk-wk2/TestExpectations (162962 => 162963)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk-wk2/TestExpectations        2014-01-28 22:32:05 UTC (rev 162962)
+++ trunk/LayoutTests/platform/gtk-wk2/TestExpectations        2014-01-28 22:44:43 UTC (rev 162963)
</span><span class="lines">@@ -212,7 +212,7 @@
</span><span class="cx"> 
</span><span class="cx"> # media/audio-garbage-collect.html is flaky
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=72698
</span><del>-webkit.org/b/72698 media/audio-garbage-collect.html [ Failure Pass ]
</del><ins>+webkit.org/b/72698 media/audio-garbage-collect.html [ Failure Timeout Pass ]
</ins><span class="cx"> 
</span><span class="cx"> # Tests showing flakiness in the bot
</span><span class="cx"> Bug(GTK) editing/pasteboard/smart-paste-004.html [ Failure Pass ]
</span><span class="lines">@@ -325,8 +325,6 @@
</span><span class="cx"> webkit.org/b/42457 svg/custom/manually-parsed-embedded-svg-allowed-in-dashboard.html [ Failure ]
</span><span class="cx"> webkit.org/b/42457 svg/custom/manually-parsed-svg-allowed-in-dashboard.html [ Failure ]
</span><span class="cx"> webkit.org/b/42457 svg/custom/svg-allowed-in-dashboard-object.html [ Failure ]
</span><del>-webkit.org/b/63706 svg/custom/mouse-move-on-svg-container.xhtml [ Failure ]
-webkit.org/b/63706 svg/custom/mouse-move-on-svg-root.xhtml [ Failure ]
</del><span class="cx"> Bug(GTK) svg/custom/gradient-attr-update.svg [ Failure Pass ]
</span><span class="cx"> Bug(GTK) svg/custom/pointer-events-on-svg-with-pointer.xhtml [ Failure Pass ]
</span><span class="cx"> Bug(GTK) svg/custom/pointer-events-on-svg-without-pointer.xhtml [ Failure Pass ]
</span><span class="lines">@@ -354,6 +352,7 @@
</span><span class="cx"> webkit.org/b/39160 security/block-test-no-port.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/97655 fast/css/style-scoped [ Failure ]
</span><ins>+webkit.org/b/97655 fast/css/style-scoped/style-scoped-with-dom-operation.html [ Pass ]
</ins><span class="cx"> webkit.org/b/97655 fast/regions/style-scoped/style-scoped-in-flow-override-container-style.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/97655 fast/regions/style-scoped/style-scoped-in-flow-override-region-styling.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/97655 fast/regions/style-scoped/style-scoped-in-flow.html [ ImageOnlyFailure ]
</span></span></pre>
</div>
</div>

</body>
</html>