<!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>[172750] 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/172750">172750</a></dd>
<dt>Author</dt> <dd>clopez@igalia.com</dd>
<dt>Date</dt> <dd>2014-08-19 05:05:31 -0700 (Tue, 19 Aug 2014)</dd>
</dl>

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

* platform/gtk/TestExpectations: Mark tests failing after <a href="http://trac.webkit.org/projects/webkit/changeset/172733">r172733</a> (W3C CSS Shapes test suite import)
Update list of flaky tests. Report and mark new failures. Remove expectations for new passing 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 (172749 => 172750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-08-19 08:37:09 UTC (rev 172749)
+++ trunk/LayoutTests/ChangeLog        2014-08-19 12:05:31 UTC (rev 172750)
</span><span class="lines">@@ -1,3 +1,10 @@
</span><ins>+2014-08-19  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Mark tests failing after r172733 (W3C CSS Shapes test suite import)
+        Update list of flaky tests. Report and mark new failures. Remove expectations for new passing tests.
+
</ins><span class="cx"> 2014-08-18  Benjamin Poulain  &lt;bpoulain@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Mark shape-image-threshold-001.html as crashing in debug
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (172749 => 172750)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-08-19 08:37:09 UTC (rev 172749)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-08-19 12:05:31 UTC (rev 172750)
</span><span class="lines">@@ -401,7 +401,6 @@
</span><span class="cx"> webkit.org/b/131347 fast/borders/hidpi-double-border-with-border-radius-always-produce-solid-line.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/borders/hidpi-simple-hairline-border-painting.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/box-shadow/hidpi-webkit-box-shadow-subpixel-position.html [ Missing ]
</span><del>-webkit.org/b/131347 fast/forms/hidpi-fieldset-on-subpixel-position-when-legend-is-present.html [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/131347 fast/hidpi/clip-text-in-hidpi.html [ Failure Pass Missing ]
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/image-set-background-dynamic.html [ Failure Pass Missing ]
</span><span class="cx"> webkit.org/b/131347 fast/hidpi/image-set-border-image-dynamic.html [ Failure Pass Missing ]
</span><span class="lines">@@ -417,9 +416,6 @@
</span><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><del>-webkit.org/b/131347 fast/inline/hidpi-selection-gap-and-inline-selection-have-gap-rtl.html [ ImageOnlyFailure ]
-webkit.org/b/131347 fast/inline/hidpi-selection-gap-on-subpixel-position.html [ ImageOnlyFailure ]
-webkit.org/b/131347 fast/inline/hidpi-selection-gap-overlaps-inline-selection.html [ ImageOnlyFailure ]
</del><span class="cx"> webkit.org/b/131347 fast/layers/hidpi-box-positioned-off-by-one-when-transform-is-present.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/layers/hidpi-transform-on-child-content-is-mispositioned.html [ Crash ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/131347 fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ Failure ]
</span><span class="lines">@@ -682,7 +678,7 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/119041 css3/calc/img-size.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/119042 animations/resume-after-page-cache.html [ Failure Pass ]
</del><ins>+webkit.org/b/119042 animations/resume-after-page-cache.html [ Failure Pass Crash ]
</ins><span class="cx"> 
</span><span class="cx"> # These tests started to time out (or time out more often) since the FTL merge
</span><span class="cx"> webkit.org/b/119253 [ Release ] css3/autoclose-braces-and-parentheses.html [ Timeout Pass ]
</span><span class="lines">@@ -797,12 +793,24 @@
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0004.html [ Crash Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0005.html [ Failure Crash Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0006.html [ Failure Pass ]
</span><ins>+webkit.org/b/132248 media/media-fragments/TC0009.html [ Failure Pass ]
+webkit.org/b/132248 media/media-fragments/TC0011.html [ Failure Pass ]
</ins><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><ins>+webkit.org/b/132248 media/media-fragments/TC0035.html [ Failure Pass ]
+webkit.org/b/132248 media/media-fragments/TC0036.html [ Failure Pass ]
</ins><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0037.html [ Failure Pass ]
</span><ins>+webkit.org/b/132248 media/media-fragments/TC0039.html [ Failure Pass ]
</ins><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0038.html [ Failure Crash Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0044.html [ Crash Pass ]
</span><ins>+webkit.org/b/132248 media/media-fragments/TC0051.html [ Failure Pass ]
+webkit.org/b/132248 media/media-fragments/TC0052.html [ Failure Pass ]
+webkit.org/b/132248 media/media-fragments/TC0053.html [ Failure Pass ]
+webkit.org/b/132248 media/media-fragments/TC0054.html [ Failure Pass ]
+webkit.org/b/132248 media/media-fragments/TC0055.html [ Failure Pass ]
+webkit.org/b/132248 media/media-fragments/TC0059.html [ Failure Pass ]
+webkit.org/b/132248 media/media-fragments/TC0072.html [ Failure Pass ]
</ins><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0078.html [ Failure Crash Pass ]
</span><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="lines">@@ -838,9 +846,11 @@
</span><span class="cx"> 
</span><span class="cx"> #Media controls
</span><span class="cx"> webkit.org/b/132271 media/controls-styling-strict.html [ Failure Timeout Pass ]
</span><ins>+webkit.org/b/132271 media/controls-strict.html [ ImageOnlyFailure Timeout Pass ]
</ins><span class="cx"> webkit.org/b/132271 media/media-controller-playbackrate.html [ Timeout Pass Crash ]
</span><span class="cx"> webkit.org/b/132271 media/track/add-and-remove-track.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/132271 media/controls-without-preload.html [ ImageOnlyFailure Timeout Pass ]
</span><ins>+webkit.org/b/132271 media/controls-right-click-on-timebar.html [ Timeout Pass ]
</ins><span class="cx"> 
</span><span class="cx"> #JS slow stress
</span><span class="cx"> webkit.org/b/132266 js/slow-stress/Int32Array-alloc-large-long-lived.html [ Timeout Pass ]
</span><span class="lines">@@ -930,6 +940,17 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/121646 webaudio/delaynode-max-default-delay.html [ Failure Pass ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/136066 animations/big-rotation.html [ Crash Pass ]
+webkit.org/b/136066 animations/missing-from-to.html [ Crash Pass ]
+webkit.org/b/136066 animations/missing-keyframe-properties.html [ Crash Pass ]
+webkit.org/b/136066 animations/missing-values-first-keyframe.html [ Crash Pass ]
+webkit.org/b/136066 animations/state-at-end-event.html [ Crash Pass ]
+
+webkit.org/b/136067 fast/profiler/dead-time.html [ Failure Pass ]
+webkit.org/b/136067 fast/profiler/stop-profiling-after-setTimeout.html [ Failure Pass ]
+
+webkit.org/b/136070 fast/forms/label/label-becomes-visible-while-clicking-on-label.html [ Failure Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Flaky tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1108,6 +1129,8 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/135531 fast/dom/Geolocation/requestQueuingForHiddenPage.html [ Timeout ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/136069 fast/forms/mailto/formenctype-attribute-input-2.html [ Timeout Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests timing out
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1398,7 +1421,7 @@
</span><span class="cx"> webkit.org/b/53964 fast/forms/option-mouseevents.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Probably failing because resizing is asynchronous.
</span><del>-webkit.org/b/53959 fast/dom/Window/window-resize.html [ Failure Timeout ]
</del><ins>+webkit.org/b/53959 fast/dom/Window/window-resize.html [ Failure Timeout Pass ]
</ins><span class="cx"> 
</span><span class="cx"> # keygen element rendering is broken
</span><span class="cx"> webkit.org/b/54136 http/tests/misc/submit-post-keygen.html [ Failure ]
</span><span class="lines">@@ -1437,11 +1460,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/53986 svg/text/caret-in-svg-text.xhtml [ Failure ]
</span><span class="cx"> 
</span><del>-# This port doesn't have a global history delegate yet
-Bug(GTK) http/tests/globalhistory [ Failure ]
-Bug(GTK) http/tests/globalhistory/history-delegate-basic-302-redirect.html [ Pass ]
-Bug(GTK) http/tests/globalhistory/history-delegate-basic-title.html [ Pass ]
-
</del><span class="cx"> # Need to add functionality to DumpRenderTree to handle error pages
</span><span class="cx"> Bug(GTK) fast/history/back-forward-reset-after-error-handling.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1674,7 +1692,8 @@
</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><span class="cx"> webkit.org/b/102776 media/track/track-cue-rendering-horizontal.html [ Failure ]
</span><del>-webkit.org/b/102776 media/track/track-cue-rendering-vertical.html [ Failure ]
</del><ins>+webkit.org/b/102776 media/track/track-cue-rendering-vertical.html [ Failure Timeout ]
+webkit.org/b/102776 media/track/track-cue-rendering-tree-is-removed-properly.html [ Timeout Pass ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/104686 http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1697,9 +1716,6 @@
</span><span class="cx"> webkit.org/b/103927 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_initiator_types.html [ Failure ]
</span><span class="cx"> webkit.org/b/103927 http/tests/w3c/webperf/submission/Google/resource-timing/html/test_resource_redirects.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Test fails on JSC platforms due to GC timing issues
-webkit.org/b/106957 svg/dom/SVGViewSpec-invalid-ref-crash.html [ Failure ]
-
</del><span class="cx"> # Spellchecker behavior tests.
</span><span class="cx"> webkit.org/b/108370 editing/spelling/context-menu-suggestions-multiword-selection.html [ Skip ]
</span><span class="cx"> webkit.org/b/108370 editing/spelling/context-menu-suggestions-subword-selection.html [ Skip ]
</span><span class="lines">@@ -2051,6 +2067,33 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/135533 editing/pasteboard/img-srcset-copy-paste-canonicalization.html [ Failure ]
</span><span class="cx"> 
</span><ins>+# Various failures from the W3C CSS Shapes test suite import
+webkit.org/b/136065 css3/shapes/shape-outside/values/shape-margin-001.html [ Failure ]
+webkit.org/b/136065 css3/shapes/shape-outside/values/shape-outside-circle-004.html [ Failure ]
+webkit.org/b/136065 css3/shapes/shape-outside/values/shape-outside-circle-005.html [ Failure ]
+webkit.org/b/136065 css3/shapes/shape-outside/values/shape-outside-ellipse-004.html [ Failure ]
+webkit.org/b/136065 css3/shapes/shape-outside/values/shape-outside-ellipse-005.html [ Failure ]
+webkit.org/b/136065 css3/shapes/shape-outside/values/shape-outside-inset-003.html [ Failure ]
+webkit.org/b/136065 css3/shapes/shape-outside/values/shape-outside-polygon-004.html [ Failure ]
+webkit.org/b/136065 css3/shapes/shape-outside/values/shape-outside-shape-arguments-000.html [ Failure ]
+webkit.org/b/136065 css3/shapes/shape-outside/shape-box/shape-outside-box-002.html [ ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/shape-box/shape-outside-box-003.html [ ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/shape-box/shape-outside-box-004.html [ ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/shape-box/shape-outside-box-006.html [ ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/shape-box/shape-outside-box-007.html [ ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/shape-box/shape-outside-box-008.html [ ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/circle/shape-outside-circle-017.html [ ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/circle/shape-outside-circle-027.html [ ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/ellipse/shape-outside-ellipse-017.html [ ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/inset/shape-outside-inset-010.html [ ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/inset/shape-outside-inset-011.html [ ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/inset/shape-outside-inset-012.html [ ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/inset/shape-outside-inset-013.html [ ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/inset/shape-outside-inset-014.html [ ImageOnlyFailure ]
+webkit.org/b/136065 css3/shapes/shape-outside/supported-shapes/inset/shape-outside-inset-015.html [ ImageOnlyFailure ]
+
+webkit.org/b/132421 fast/multicol/fixed-stack.html [ Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests failing
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span></span></pre>
</div>
</div>

</body>
</html>