<!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>[191101] 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/191101">191101</a></dd>
<dt>Author</dt> <dd>carlosgc@webkit.org</dd>
<dt>Date</dt> <dd>2015-10-15 00:53:16 -0700 (Thu, 15 Oct 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed GTK+ gardening. Unskip several tests that are passing now.

* platform/gtk/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>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (191100 => 191101)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-10-15 07:51:17 UTC (rev 191100)
+++ trunk/LayoutTests/ChangeLog        2015-10-15 07:53:16 UTC (rev 191101)
</span><span class="lines">@@ -1,3 +1,9 @@
</span><ins>+2015-10-15  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
+
+        Unreviewed GTK+ gardening. Unskip several tests that are passing now.
+
+        * platform/gtk/TestExpectations:
+
</ins><span class="cx"> 2015-10-14  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Win] Layout Test http/tests/multipart/multipart-replace-non-html-content.php has extra whitespace
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (191100 => 191101)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2015-10-15 07:51:17 UTC (rev 191100)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2015-10-15 07:53:16 UTC (rev 191101)
</span><span class="lines">@@ -600,8 +600,6 @@
</span><span class="cx"> webkit.org/b/146720 http/tests/media/hls/video-controller-getStartDate.html [ Failure ]
</span><span class="cx"> webkit.org/b/146720 media/accessiblity-describes-video.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/146721 fast/forms/auto-fill-button/input-readonly-auto-fill-button.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/146724 fast/text/word-break-keep-all.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # This tests fail since the upgrade of GTK to 3.16 and Cairo to 1.14 on the JHBuild
</span><span class="lines">@@ -1290,13 +1288,11 @@
</span><span class="cx"> webkit.org/b/122571 inspector/page/frameScheduledNavigation.html [ Timeout Pass Crash ]
</span><span class="cx"> webkit.org/b/122571 inspector/page/setEmulatedMedia.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/122571 inspector/css/getSupportedCSSProperties.html [ Timeout Pass ]
</span><del>-webkit.org/b/122571 inspector/unit-tests/test-harness-trivially-works.html [ Timeout Crash ]
</del><ins>+webkit.org/b/122571 [ Debug ] inspector/unit-tests/test-harness-trivially-works.html [ Timeout Crash ]
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> Bug(GTK) plugins/reloadplugins-and-pages.html [ Timeout ]
</span><span class="cx"> 
</span><del>-Bug(GTK) fast/forms/select/menulist-popup-crash.html [ Timeout ]
-
</del><span class="cx"> Bug(GTK) fast/forms/select/optgroup-clicking.html [ Timeout ]
</span><span class="cx"> 
</span><span class="cx"> Bug(GTK) fast/media/media-query-list-04.html [ Timeout ]
</span><span class="lines">@@ -1381,7 +1377,6 @@
</span><span class="cx"> webkit.org/b/109469 fast/events/mouse-cursor-image-set.html [ Crash Timeout ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/144865 fast/animation/request-animation-frame-throttle-subframe.html [ Timeout ]
</span><del>-webkit.org/b/144865 fast/animation/request-animation-frame-throttle-subframe-display-none.html [ Timeout ]
</del><span class="cx"> webkit.org/b/145053 http/tests/xmlhttprequest/origin-exact-matching.html [ Timeout Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/145168 media/track/track-cue-inline-assertion-crash.html [ Timeout Pass ]
</span><span class="lines">@@ -1889,7 +1884,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/111606 fast/borders/border-fit.html [ Failure ]
</span><span class="cx"> webkit.org/b/111606 fast/borders/border-fit-2.html [ Failure ]
</span><del>-webkit.org/b/111606 fast/repaint/border-fit-lines.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> webkit.org/b/112228 svg/custom/resources-css-scaled.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1934,8 +1928,6 @@
</span><span class="cx"> # May take too long on the bots.
</span><span class="cx"> Bug(GTK) mathml/very-large-stretchy-operators.html [ Pass Timeout ]
</span><span class="cx"> 
</span><del>-webkit.org/b/119841 fast/sub-pixel/sub-pixel-composited-layers.html [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/120105 http/tests/navigation/post-frames-goback1-uncached.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/120596 css3/background/background-repeat-space-border.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -2188,8 +2180,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/117756 media/track/media-element-enqueue-event-crash.html [ Timeout Pass Crash ]
</span><span class="cx"> 
</span><del>-webkit.org/b/132046 svg/css/svg-resource-fragment-identifier-img-src.html  [ ImageOnlyFailure ]
-
</del><span class="cx"> webkit.org/b/132054 js/dom/global-constructors-attributes.html  [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/132056 webaudio/codec-tests/mp3/128kbps-44khz.html  [ Failure ]
</span><span class="lines">@@ -2204,10 +2194,6 @@
</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><span class="cx"> webkit.org/b/132126 animations/animation-direction-reverse.html [ Crash Failure Pass ]
</span><del>-webkit.org/b/132126 animations/play-state-paused.html [ Failure ]
-webkit.org/b/132126 animations/play-state-suspend.html [ Failure ]
-webkit.org/b/132126 animations/suspend-resume-animation.html [ Failure ]
-webkit.org/b/132126 animations/transform-non-accelerated.html [ Failure ]
</del><span class="cx"> webkit.org/b/132126 animations/body-removal-crash.html [ Crash Pass ]
</span><span class="cx"> webkit.org/b/132126 media/track/track-cues-cuechange.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/132126 media/track/track-cues-enter-exit.html [ Timeout Pass ]
</span><span class="lines">@@ -2291,11 +2277,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/136255 fast/block/float/overhanging-tall-block.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/136257 fast/forms/input-placeholder-visibility-1.html [ Failure ]
-webkit.org/b/136257 fast/forms/input-placeholder-visibility-3.html [ Failure ]
-webkit.org/b/136257 fast/forms/textarea-placeholder-visibility-1.html [ Failure ]
-webkit.org/b/136257 fast/forms/textarea-placeholder-visibility-2.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/136159 fast/borders/border-painting-dashed-at-all.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/136159 fast/borders/border-painting-dotted-at-all.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/136159 fast/borders/hidpi-border-painting-groove.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -2319,7 +2300,6 @@
</span><span class="cx"> # Smooth scrolling causes failure of scrolling tests
</span><span class="cx"> webkit.org/b/138078 fast/dom/vertical-scrollbar-in-rtl.html [ Failure ]
</span><span class="cx"> webkit.org/b/138078 fast/repaint/fixed-move-after-keyboard-scroll.html [ Failure ]
</span><del>-webkit.org/b/138078 fast/frames/flattening/scrolling-in-object.html [ ImageOnlyFailure ]
</del><span class="cx"> 
</span><span class="cx"> # Incomplete implementation of eventSender causes this test to fail
</span><span class="cx"> webkit.org/b/42194 fast/scrolling/scroll-select-list.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -2530,7 +2510,6 @@
</span><span class="cx"> webkit.org/b/148935 accessibility/scroll-to-make-visible-with-subfocus.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/148936 imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/mime-types/canPlayType.html [ Failure ]
</span><del>-webkit.org/b/148936 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/sizes/parse-a-sizes-attribute.html [ Failure ]
</del><span class="cx"> webkit.org/b/148936 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/parse-a-srcset-attribute.html [ Failure ]
</span><span class="cx"> webkit.org/b/148936 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/srcset/select-an-image-source.html [ Failure ]
</span><span class="cx"> webkit.org/b/148936 imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/update-the-source-set.html [ Failure ]
</span><span class="lines">@@ -2581,9 +2560,6 @@
</span><span class="cx"> # This test hardcodes the result of a platform-dependent font lookup algorithm.
</span><span class="cx"> fast/text/fallback-language-han.html [ Skip ]
</span><span class="cx"> 
</span><del>-# This test relies on iOS-specific font fallback.
-fast/text/international/system-language/arabic-glyph-cache-fill-combine.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # This test uses an MPEG-4 video
</span><span class="cx"> media/video-seek-to-current-time.html [ Skip ]
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>