<!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>[171263] 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/171263">171263</a></dd>
<dt>Author</dt> <dd>clopez@igalia.com</dd>
<dt>Date</dt> <dd>2014-07-19 09:16:39 -0700 (Sat, 19 Jul 2014)</dd>
</dl>

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

* platform/gtk/TestExpectations: Report and mark new failures. Update some expectations.</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 (171262 => 171263)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-07-19 10:10:50 UTC (rev 171262)
+++ trunk/LayoutTests/ChangeLog        2014-07-19 16:16:39 UTC (rev 171263)
</span><span class="lines">@@ -1,3 +1,9 @@
</span><ins>+2014-07-19  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Unreviewed GTK gardening.
+
+        * platform/gtk/TestExpectations: Report and mark new failures. Update some expectations.
+
</ins><span class="cx"> 2014-07-18  Simon Fraser  &lt;simon.fraser@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [iOS WK2] position:fixed in iframes with programmatic scroll could end up in the wrong place
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (171262 => 171263)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-07-19 10:10:50 UTC (rev 171262)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-07-19 16:16:39 UTC (rev 171263)
</span><span class="lines">@@ -424,6 +424,7 @@
</span><span class="cx"> webkit.org/b/131347 fast/inline/hidpi-selection-gap-on-subpixel-position.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/inline/hidpi-selection-gap-overlaps-inline-selection.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/131347 fast/layers/hidpi-box-positioned-off-by-one-when-transform-is-present.html [ ImageOnlyFailure ]
</span><ins>+webkit.org/b/131347 fast/layers/hidpi-transform-on-child-content-is-mispositioned.html [ Crash ImageOnlyFailure Pass ]
</ins><span class="cx"> webkit.org/b/131347 fast/repaint/hidpi-absolute-positioned-element-wrong-cliprect-after-move.html [ Failure ]
</span><span class="cx"> webkit.org/b/131347 fast/repaint/hidpi-device-pixel-based-repaint-rect-tracking.html [ Failure ]
</span><span class="cx"> webkit.org/b/131347 fast/repaint/hidpi-wrong-repaint-rect-when-parent-has-noncompositing-transform.html [ Failure ]
</span><span class="lines">@@ -515,6 +516,13 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/133797 fast/dom/NavigatorContentUtils/register-protocol-handler.html [ Crash ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/135050 animations/animation-end-event-short-iterations.html [ Crash Pass ]
+
+webkit.org/b/135051 fast/regions/repaint/region-painting-composited-element.html [ Crash Pass ]
+webkit.org/b/135051 fast/regions/repaint/region-painting-in-composited-view.html [ Crash Pass ]
+
+webkit.org/b/129050 fast/sub-pixel/compositing-layers-on-subpixel-position.html [ ImageOnlyFailure Crash ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Crashing tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -582,7 +590,7 @@
</span><span class="cx"> webkit.org/b/80158 plugins/netscape-plugin-page-cache-works.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/89811 media/media-blocked-by-beforeload.html [ Failure Pass ]
</span><del>-webkit.org/b/84856 media/media-controller-playback.html [ Failure Timeout Pass ]
</del><ins>+webkit.org/b/84856 media/media-controller-playback.html [ Crash Failure Timeout Pass ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/83878 media/track/track-mode.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -633,17 +641,18 @@
</span><span class="cx"> webkit.org/b/114254 css3/images/cross-fade-background-size.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/114254 css3/calc/background-position-parsing.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/114254 css3/flexbox/align-absolute-child.html [ Timeout Pass ]
</span><del>-webkit.org/b/114254 css1/text_properties/letter_spacing.html [ Timeout Pass ]
</del><ins>+webkit.org/b/114254 css1/text_properties/letter_spacing.html [ Crash Timeout Pass ]
</ins><span class="cx"> webkit.org/b/114254 css1/formatting_model/canvas.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/114254 css1/classification/display.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/114254 css1/box_properties/acid_test.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/114254 css1/pseudo/anchor.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/114254 css1/basic/class_as_selector.html [ Timeout Pass ]
</span><del>-webkit.org/b/114254 css1/units/color_units.html [ Timeout Pass ]
</del><ins>+webkit.org/b/114254 css1/units/color_units.html [ Crash Timeout Pass ]
</ins><span class="cx"> webkit.org/b/114254 css1/conformance/forward_compatible_parsing.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/114254 css1/font_properties/font.html [ Timeout Pass ]
</span><ins>+webkit.org/b/114254 css1/units/length_units.html [ Crash Timeout Pass ]
</ins><span class="cx"> webkit.org/b/114254 css2.1/20110323/absolute-non-replaced-height-001.htm [ Timeout Pass ]
</span><del>-webkit.org/b/114254 css2.1/t09-c5526c-display-00-e.html [ Timeout Pass ]
</del><ins>+webkit.org/b/114254 css2.1/t09-c5526c-display-00-e.html [ Crash Timeout Pass ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/114735 svg/filters/filter-hidden-content.svg [ Failure Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -757,14 +766,14 @@
</span><span class="cx"> Bug(GTK) fast/writing-mode/japanese-ruby-vertical-rl.html [ Failure Pass ]
</span><span class="cx"> Bug(GTK) fast/workers/storage/change-version-handle-reuse-worker.html [ Failure Pass ]
</span><span class="cx"> Bug(GTK) fast/workers/storage/change-version-sync.html [ Failure Pass ]
</span><del>-Bug(GTK) fast/workers/storage/empty-statement-sync.html [ Failure Pass ]
</del><ins>+Bug(GTK) fast/workers/storage/empty-statement-sync.html [ Failure Crash Pass ]
</ins><span class="cx"> Bug(GTK) fast/workers/storage/execute-sql-args-sync.html [ Failure Pass ]
</span><del>-Bug(GTK) fast/workers/storage/execute-sql-args-worker.html [ Failure Pass ]
</del><ins>+Bug(GTK) fast/workers/storage/execute-sql-args-worker.html [ Failure Crash Pass ]
</ins><span class="cx"> Bug(GTK) fast/workers/storage/multiple-transactions.html [ Failure Pass ]
</span><span class="cx"> Bug(GTK) fast/workers/storage/multiple-transactions-on-different-handles.html [ Failure Pass ]
</span><span class="cx"> Bug(GTK) fast/workers/storage/multiple-transactions-on-different-handles-sync.html [ Failure Pass ]
</span><del>-Bug(GTK) fast/workers/storage/open-database-empty-version-sync.html [ Failure Pass ]
-Bug(GTK) fast/workers/storage/open-database-set-empty-version-sync.html [ Failure Pass ]
</del><ins>+Bug(GTK) fast/workers/storage/open-database-empty-version-sync.html [ Failure Timeout Pass ]
+Bug(GTK) fast/workers/storage/open-database-set-empty-version-sync.html [ Failure Crash Pass ]
</ins><span class="cx"> Bug(GTK) fast/workers/storage/open-database-while-transaction-in-progress.html [ Failure Crash Pass ]
</span><span class="cx"> Bug(GTK) fast/workers/storage/open-database-while-transaction-in-progress-sync.html [ Failure Pass ]
</span><span class="cx"> Bug(GTK) fast/workers/storage/read-and-write-transactions-dont-run-together.html [ Failure Pass ]
</span><span class="lines">@@ -798,13 +807,13 @@
</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="cx"> webkit.org/b/132248 media/media-fragments/TC0086.html [ Failure Timeout Pass ]
</span><del>-webkit.org/b/132248 media/media-fragments/TC0087.html [ Failure Timeout Pass ]
</del><ins>+webkit.org/b/132248 media/media-fragments/TC0087.html [ Failure Timeout Crash Pass ]
</ins><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0088.html [ Failure Crash Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0089.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0090.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132248 media/media-fragments/TC0091.html [ Failure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/132249 http/tests/media/video-cookie.html [ Failure Pass ]
</del><ins>+webkit.org/b/132249 http/tests/media/video-cookie.html [ Timeout Failure Pass ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/132250 media/audio-mpeg4-supported.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/132251 media/controls-drag-timebar.html [ Timeout Pass ]
</span><span class="lines">@@ -902,6 +911,17 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/135004 fast/forms/textarea/textarea-state-restore.html [ Timeout Pass ]
</span><span class="cx"> 
</span><ins>+
+webkit.org/b/135087 fast/frames/frame-programmatic-noresize.html [ Failure Pass ]
+webkit.org/b/135087 fast/frames/frame-with-noresize-can-be-resized-after-removal-of-noresize.html [ Failure Pass ]
+webkit.org/b/135087 fast/frames/frame-with-noresize-can-be-resized-after-setting-noResize-to-false.html [ Failure Pass ]
+
+webkit.org/b/135088 media/video-colorspace-yuv420.html [ Crash Pass ]
+
+webkit.org/b/135089 animations/animation-welcome-safari.html [ Failure Timeout Pass ]
+
+webkit.org/b/135090 fast/regions/repaint/fixed-in-named-flow-cb-changed2.html [ ImageOnlyFailure Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Flaky tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1062,6 +1082,22 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/134559 fast/parser/xml-error-adopted.xml [ Timeout Pass ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/135052 fast/workers/worker-multi-startup.html [ Timeout Pass ]
+
+webkit.org/b/135053 html5lib/webkit-resumer.html [ Timeout Pass ]
+
+webkit.org/b/135086 media/video-seek-with-negative-playback.html [ Timeout Pass ]
+
+webkit.org/b/135091 fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ Timeout Pass ]
+
+webkit.org/b/135092 js/cached-window-prototype-properties.html [ Timeout Pass ]
+
+webkit.org/b/135093 media/track/track-cues-missed.html [ Timeout Pass ]
+
+webkit.org/b/135094 fast/workers/worker-exception-during-navigation.html [ Timeout Pass ]
+
+webkit.org/b/135095 fast/loader/child-frame-add-after-back-forward.html [ Timeout Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests timing out
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1129,8 +1165,8 @@
</span><span class="cx"> webkit.org/b/63706 fast/events/drag-link.html [ Failure ]
</span><span class="cx"> webkit.org/b/63706 fast/events/drag-parent-node.html [ Failure ]
</span><span class="cx"> webkit.org/b/63706 fast/events/dropzone-001.html [ Failure Timeout ]
</span><del>-webkit.org/b/63706 fast/events/dropzone-002.html [ Failure ]
-webkit.org/b/63706 fast/events/dropzone-003.html [ Failure ]
</del><ins>+webkit.org/b/63706 fast/events/dropzone-002.html [ Failure Timeout ]
+webkit.org/b/63706 fast/events/dropzone-003.html [ Failure Timeout ]
</ins><span class="cx"> webkit.org/b/63706 fast/events/ondrop-text-html.html [ Failure ]
</span><span class="cx"> webkit.org/b/63706 fast/events/selectstart-by-drag.html [ Failure ]
</span><span class="cx"> webkit.org/b/63706 fast/events/standalone-image-drag-to-editable.html [ Failure Timeout ]
</span><span class="lines">@@ -1414,7 +1450,7 @@
</span><span class="cx"> Bug(GTK) fast/loader/api-test-go-to-current-back-forward-item.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Paged continuousMouseScrollBy() events are not supported in GTK.
</span><del>-Bug(GTK) fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html [ Failure ]
</del><ins>+Bug(GTK) fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html [ Failure Timeout ]
</ins><span class="cx"> Bug(GTK) fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html [ Failure ]
</span><span class="cx"> Bug(GTK) fast/events/platform-wheelevent-paging-x-in-scrolling-div.html [ Failure ]
</span><span class="cx"> Bug(GTK) fast/events/platform-wheelevent-paging-x-in-scrolling-page.html [ Failure ]
</span><span class="lines">@@ -1542,7 +1578,7 @@
</span><span class="cx"> webkit.org/b/54251 http/tests/multipart/invalid-image-data.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Fails because it does not throw a couple of expected exceptions
</span><del>-Bug(GTK) http/tests/local/fileapi/send-sliced-dragged-file.html [ Failure ]
</del><ins>+Bug(GTK) http/tests/local/fileapi/send-sliced-dragged-file.html [ Failure Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/72248 editing/spelling/spelling-unified-emulation.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1896,7 +1932,7 @@
</span><span class="cx"> webkit.org/b/107818 media/controls-styling.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # New chromium based controls
</span><del>-webkit.org/b/107825 media/audio-delete-while-step-button-clicked.html [ Failure ]
</del><ins>+webkit.org/b/107825 media/audio-delete-while-step-button-clicked.html [ Failure Timeout ]
</ins><span class="cx"> webkit.org/b/107825 media/nodesFromRect-shadowContent.html [ Failure ]
</span><span class="cx"> webkit.org/b/107825 media/video-controls-fullscreen-volume.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1945,7 +1981,7 @@
</span><span class="cx"> webkit.org/b/132126 animations/added-while-suspended.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/132126 animations/animation-iteration-event-destroy-renderer.html [ Timeout Pass Crash ]
</span><span class="cx"> webkit.org/b/132126 animations/animation-direction-normal.html [ Failure Pass ]
</span><del>-webkit.org/b/132126 animations/animation-direction-reverse.html [ Failure Pass ]
</del><ins>+webkit.org/b/132126 animations/animation-direction-reverse.html [ Crash Failure Pass ]
</ins><span class="cx"> webkit.org/b/132126 animations/play-state-paused.html [ Failure ]
</span><span class="cx"> webkit.org/b/132126 animations/play-state-suspend.html [ Failure ]
</span><span class="cx"> webkit.org/b/132126 animations/suspend-resume-animation.html [ Failure ]
</span></span></pre>
</div>
</div>

</body>
</html>