<!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>[172017] 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/172017">172017</a></dd>
<dt>Author</dt> <dd>clopez@igalia.com</dd>
<dt>Date</dt> <dd>2014-08-04 18:22:03 -0700 (Mon, 04 Aug 2014)</dd>
</dl>

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

* platform/gtk/TestExpectations: Report and mark new failures after 172008 and <a href="http://trac.webkit.org/projects/webkit/changeset/172010">r172010</a>.
Remove expectations for test that now pass after <a href="http://trac.webkit.org/projects/webkit/changeset/171964">r171964</a> (revert of <a href="http://trac.webkit.org/projects/webkit/changeset/171957">r171957</a>).
Update expectations for new flaky tests.</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>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (172016 => 172017)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-08-05 01:04:55 UTC (rev 172016)
+++ trunk/LayoutTests/ChangeLog        2014-08-05 01:22:03 UTC (rev 172017)
</span><span class="lines">@@ -1,3 +1,11 @@
</span><ins>+2014-08-04  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Report and mark new failures after 172008 and r172010.
+        Remove expectations for test that now pass after r171964 (revert of r171957).
+        Update expectations for new flaky tests.
+
</ins><span class="cx"> 2014-08-04  Bem Jones-Bey  &lt;bjonesbe@adobe.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [CSS Shapes] shape-margin not respected when it extends beyond an explicitly set margin
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (172016 => 172017)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-08-05 01:04:55 UTC (rev 172016)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-08-05 01:22:03 UTC (rev 172017)
</span><span class="lines">@@ -414,6 +414,7 @@
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/image-srcset-simple-2x.html [ Failure ]
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/image-srcset-src-selection-2x.html [ Failure ]
</span><span class="cx"> webkit.org/b/131347 fast/inline-block/hidpi-margin-top-with-subpixel-value-and-overflow-hidden.html [ ImageOnlyFailure ]
</span><ins>+webkit.org/b/131347 fast/inline/hidpi-inline-selection-leaves-gap.html [ ImageOnlyFailure ]
</ins><span class="cx"> webkit.org/b/131347 fast/inline/hidpi-inline-text-decoration-with-subpixel-value.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/inline/hidpi-pixel-gap-between-adjacent-selection-inlines.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/inline/hidpi-select-inline-on-subpixel-position.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -430,6 +431,8 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/133806 svg/masking/mask-transformed-text-missing.svg [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/135585 fast/shapes/shape-outside-floats/shape-outside-image-shape-margin.html [ ImageOnlyFailure ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Expected failures
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -515,6 +518,7 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/135051 fast/regions/repaint/region-painting-composited-element.html [ Crash Pass ]
</span><span class="cx"> webkit.org/b/135051 fast/regions/repaint/region-painting-in-composited-view.html [ Crash Pass ]
</span><ins>+webkit.org/b/135051 fast/regions/repaint/region-painting-invalidation.html [ Crash Pass ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/129050 fast/sub-pixel/compositing-layers-on-subpixel-position.html [ ImageOnlyFailure Crash ]
</span><span class="cx"> 
</span><span class="lines">@@ -793,14 +797,14 @@
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0001.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0002.html [ Crash Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0004.html [ Crash Pass ]
</span><del>-webkit.org/b/132248 media/media-fragments/TC0005.html [ Failure Pass ]
</del><ins>+webkit.org/b/132248 media/media-fragments/TC0005.html [ Failure Crash Pass ]
</ins><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0006.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0014.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0015.html [ Failure Crash Pass ]
</span><span class="cx"> webkit.org/b/134574 media/media-fragments/TC0024.html [ Failure Timeout Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0037.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0038.html [ Failure Crash Pass ]
</span><del>-webkit.org/b/132248 media/media-fragments/TC0078.html [ Failure Pass ]
</del><ins>+webkit.org/b/132248 media/media-fragments/TC0078.html [ Failure Crash Pass ]
</ins><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0079.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0085.html [ Failure Crash Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0086.html [ Failure Timeout Pass ]
</span><span class="lines">@@ -848,7 +852,7 @@
</span><span class="cx"> webkit.org/b/132273 fast/regions/simplified-layout-no-regions.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132273 fast/regions/full-screen-video-in-region-crash.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132273 fast/regions/full-screen-video-from-region.html [ Pass Timeout ]
</span><del>-webkit.org/b/132273 fast/regions/assert-hit-test-image.html [ Failure Pass ]
</del><ins>+webkit.org/b/132273 fast/regions/assert-hit-test-image.html [ Failure Pass Crash ]
</ins><span class="cx"> 
</span><span class="cx"> #Image map
</span><span class="cx"> webkit.org/b/132277 fast/images/image-map-multiple-xhtml.xhtml [ Failure Pass ]
</span><span class="lines">@@ -914,17 +918,17 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/135088 media/video-colorspace-yuv420.html [ Crash Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/135089 animations/animation-welcome-safari.html [ Failure Timeout Pass ]
</del><ins>+webkit.org/b/135089 animations/animation-welcome-safari.html [ Failure Timeout Pass Crash ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/135090 fast/regions/repaint/fixed-in-named-flow-cb-changed2.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/135532 fast/canvas/canvas-composite-image.html [ Failure Pass ]
-webkit.org/b/135532 fast/canvas/canvas-strokeRect-gradient-shadow.html [ Failure Pass ]
-webkit.org/b/135532 fast/css/table-border-radius-with-box-shadow.html [ ImageOnlyFailure Pass ]
-
</del><span class="cx"> webkit.org/b/135534 animations/animation-matrix-negative-scale-unmatrix.html [ Failure Timeout Pass ]
</span><span class="cx"> webkit.org/b/135534 animations/fill-mode-forwards.html [ Crash Timeout Pass ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/135583 http/tests/media/video-play-progress.html [ Crash Timeout Pass ]
+
+webkit.org/b/135584 media/track/track-cue-empty-text-crash.html [ Crash Timeout Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Flaky tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -2054,18 +2058,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/135530 accessibility/parent-delete.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/135532 svg/custom/textPath-change-id-pattern.svg [ ImageOnlyFailure ]
-webkit.org/b/135532 svg/custom/textPath-change-id2-pattern.svg [ ImageOnlyFailure ]
-webkit.org/b/135532 svg/custom/textPath-change-reference-pattern.svg [ ImageOnlyFailure ]
-webkit.org/b/135532 svg/custom/textPath-change-reference-using-baseval-pattern.svg [ ImageOnlyFailure ]
-webkit.org/b/135532 svg/custom/textPath-change-reference2-pattern.svg [ ImageOnlyFailure ]
-webkit.org/b/135532 svg/custom/textPath-modify-child-pattern.svg [ ImageOnlyFailure ]
-webkit.org/b/135532 svg/custom/textPath-path-change-pattern.svg [ ImageOnlyFailure ]
-webkit.org/b/135532 svg/custom/textPath-path-change-using-svg-dom-pattern.svg [ ImageOnlyFailure ]
-webkit.org/b/135532 svg/custom/textPath-path-change2-pattern.svg [ ImageOnlyFailure ]
-webkit.org/b/135532 svg/custom/textPath-remove-path-pattern.svg [ ImageOnlyFailure ]
-webkit.org/b/135532 svg/custom/textPath-startoffset-pattern.svg [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/135533 editing/pasteboard/img-srcset-copy-paste-canonicalization.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre>
</div>
</div>

</body>
</html>