<!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>[184029] 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/184029">184029</a></dd>
<dt>Author</dt> <dd>mrobinson@webkit.org</dd>
<dt>Date</dt> <dd>2015-05-08 16:55:36 -0700 (Fri, 08 May 2015)</dd>
</dl>

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

Remove expectations for tests that are also skipped for all WebKit2
ports. This will more easily allow us to handle them when they are
eventually (if at all) unskipped for WebKit2.

* 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 (184028 => 184029)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-05-08 23:18:21 UTC (rev 184028)
+++ trunk/LayoutTests/ChangeLog        2015-05-08 23:55:36 UTC (rev 184029)
</span><span class="lines">@@ -1,5 +1,15 @@
</span><span class="cx"> 2015-05-08  Martin Robinson  &lt;mrobinson@igalia.com&gt;
</span><span class="cx"> 
</span><ins>+        Unreviewed GTK+ gardening
+
+        Remove expectations for tests that are also skipped for all WebKit2
+        ports. This will more easily allow us to handle them when they are
+        eventually (if at all) unskipped for WebKit2.
+
+        * platform/gtk/TestExpectations:
+
+2015-05-08  Martin Robinson  &lt;mrobinson@igalia.com&gt;
+
</ins><span class="cx">         [GTK] Some tests fail because they do not assume the popup menu captures click events
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=40601
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (184028 => 184029)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2015-05-08 23:18:21 UTC (rev 184028)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2015-05-08 23:55:36 UTC (rev 184029)
</span><span class="lines">@@ -48,17 +48,9 @@
</span><span class="cx"> # Color bleeds through; might work with newer cairo (works when running with Fedora 20's system cairo).
</span><span class="cx"> Bug(GTK) fast/backgrounds/background-opaque-images-over-color.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-# Ignored because we do not have OBJC bindings (via Chromium).
-Bug(GTK) editing/pasteboard/paste-RTFD.html [ WontFix Missing ]
-Bug(GTK) editing/pasteboard/paste-TIFF.html [ WontFix Missing ]
-
</del><span class="cx"> # This test assumes we cannot play RTSP, but we can.
</span><span class="cx"> Bug(GTK) media/unsupported-rtsp.html [ WontFix Timeout ]
</span><span class="cx"> 
</span><del>-# We have no need to support Dashboard compatibility mode. (via Chromium).
-Bug(GTK) fast/canvas/canvas-gradient-addStop-error.html [ WontFix Failure ]
-Bug(GTK) http/tests/xmlhttprequest/default-content-type-dashboard.html [ WontFix Failure ]
-
</del><span class="cx"> # ENABLE(DRAGGABLE_REGION) is disabled
</span><span class="cx"> Bug(GTK) fast/css/draggable-region-parser.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -135,9 +127,6 @@
</span><span class="cx"> media/media-fullscreen-inline.html [ WontFix Pass ]
</span><span class="cx"> media/media-fullscreen-not-in-document.html [ WontFix Timeout Crash ]
</span><span class="cx"> 
</span><del>-# Pre-HMTL5 parser quirks only apply to the mac port for now.
-fast/parser/pre-html5-parser-quirks.html [ WontFix Failure ]
-
</del><span class="cx"> # Features that we want eventually:
</span><span class="cx"> # DeviceMotion and DeviceOrientation are not enabled by default.
</span><span class="cx"> webkit.org/b/98927 fast/dom/Window/window-properties-device-orientation.html [ Skip ]
</span><span class="lines">@@ -199,11 +188,6 @@
</span><span class="cx"> # Chromium and Qt, might make sense to remove.
</span><span class="cx"> webkit.org/b/99068 editing/pasteboard/clipboard-customData.html [ Failure ]
</span><span class="cx"> 
</span><del>-# setAutomaticLinkDetectionEnabled is not yet implemented.
-webkit.org/b/99069 editing/inserting/typing-space-to-trigger-smart-link.html [ Failure ]
-webkit.org/b/99069 editing/inserting/smart-link-when-caret-is-moved-before-URL.html [ Failure ]
-webkit.org/b/99069 editing/inserting/smart-quote-with-all-configurations.html [ Failure ]
-
</del><span class="cx"> # Quota API is not supported.
</span><span class="cx"> webkit.org/b/98942 storage/storageinfo-missing-arguments.html [ Failure ]
</span><span class="cx"> webkit.org/b/98942 storage/storageinfo-no-callbacks.html [ Failure ]
</span><span class="lines">@@ -312,9 +296,6 @@
</span><span class="cx"> # Vibration API support not yet.
</span><span class="cx"> webkit.org/b/99029 vibration [ Failure ]
</span><span class="cx"> 
</span><del>-# DumpRenderTree code to enable Java is currently a no-op
-webkit.org/b/99031 java [ Skip ]
-
</del><span class="cx"> # Pointer Lock is not implemented.
</span><span class="cx"> webkit.org/b/99036 pointer-lock [ Skip ]
</span><span class="cx"> # As well as testing fullscreen functionality, these tests also utilize the pointer lock feature.
</span><span class="lines">@@ -726,14 +707,11 @@
</span><span class="cx"> webkit.org/b/122481 svg/animations/svglengthlist-animation-3.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/62204 svg/custom/circular-marker-reference-4.svg [ Failure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/89097 plugins/plugin-initiate-popup-window.html [ Failure Pass ]
-
</del><span class="cx"> webkit.org/b/119735 [ Debug ] plugins/unavailable-plugin-indicator-obscurity.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/71777 fast/lists/inlineBoxWrapperNullCheck.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/71655 fast/frames/flattening/frameset-flattening-simple.html [ Failure Pass ]
</span><del>-webkit.org/b/80129 fast/frames/flattening/frameset-flattening-subframesets.html [ Failure Pass ]
</del><span class="cx"> webkit.org/b/80129 fast/frames/flattening/iframe-flattening-fixed-width.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/80129 fast/frames/flattening/iframe-flattening-offscreen.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/80129 fast/frames/flattening/frameset-flattening-grid.html [ Failure Pass ]
</span><span class="lines">@@ -836,8 +814,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/114735 svg/filters/filter-hidden-content.svg [ Failure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/115630 fast/images/support-broken-image-delegate.html [ Failure Pass ]
-
</del><span class="cx"> webkit.org/b/116960 perf/adding-radio-buttons.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/116961 perf/show-hide-table-rows.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -942,7 +918,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/131934 fast/dom/Window/mozilla-focus-blur.html [ Failure Timeout Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/132181 fast/loader/submit-form-while-parsing-2.html [ Failure Pass ]
</del><span class="cx"> webkit.org/b/132182 css3/calc/transitions-dependent.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132183 fast/dom/adopt-node-crash-2.html [ Failure Pass ]
</span><span class="cx"> webkit.org/b/132184 fast/multicol/span/span-as-immediate-columns-child-dynamic.html [ Failure Pass ]
</span><span class="lines">@@ -1076,7 +1051,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/134994 fast/forms/select/listbox-click-on-scrollbar.html [ Failure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/134996 fast/parser/document-open-in-unload.html [ Crash Pass ]
</del><span class="cx"> webkit.org/b/134981 fast/parser/document-write-during-load.html [ Timeout Pass Crash ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/81604 media/video-loop.html [ Timeout Pass ]
</span><span class="lines">@@ -1480,7 +1454,6 @@
</span><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><del>-Bug(WK2) svg/hixie/cascade/002.xml [ Failure ]
</del><span class="cx"> Bug(GTK) svg/text/select-textLength-spacingAndGlyphs-squeeze-1.svg [ Failure Pass ]
</span><span class="cx"> Bug(GTK) svg/text/select-textLength-spacingAndGlyphs-stretch-1.svg [ Failure Pass ]
</span><span class="cx"> Bug(GTK) svg/text/select-textLength-spacing-squeeze-3.svg [ Failure Pass ]
</span><span class="lines">@@ -1488,9 +1461,6 @@
</span><span class="cx"> Bug(GTK) svg/text/select-x-list-1.svg [ Failure Pass ]
</span><span class="cx"> Bug(GTK) svg/text/select-x-list-with-tspans-1.svg [ Failure Pass ]
</span><span class="cx"> 
</span><del>-# tables/ failures
-Bug(WK2) tables/mozilla_expected_failures/bugs/bug8499.html [ Failure ]
-
</del><span class="cx"> # [Qt][WK2] New http/tests/security/cross-origin-plugin* tests fail
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=95935
</span><span class="cx"> webkit.org/b/95935 http/tests/security/cross-origin-plugin.html [ Failure ]
</span><span class="lines">@@ -1601,14 +1571,11 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/73766 css3/unicode-bidi-isolate-aharon-failing.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/79757 fast/selectors/selection-window-inactive.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # Need platform specific update to test to make it run.
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/98357 accessibility/aria-readonly.html [ Failure ]
</span><span class="cx"> webkit.org/b/98359 accessibility/aria-text-role.html [ Failure ]
</span><span class="cx"> webkit.org/b/98363 accessibility/canvas-fallback-content-2.html [ Failure ]
</span><del>-webkit.org/b/98371 accessibility/loading-iframe-updates-axtree.html [ Failure ]
</del><span class="cx"> webkit.org/b/98372 accessibility/onclick-handlers.html [ Failure ]
</span><span class="cx"> webkit.org/b/98377 accessibility/textarea-insertion-point-line-number.html [ Failure ]
</span><span class="cx"> webkit.org/b/98380 accessibility/th-as-title-ui.html [ Failure ]
</span><span class="lines">@@ -1619,9 +1586,6 @@
</span><span class="cx"> webkit.org/b/116971 accessibility/poorly-formed-aria-table.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Blur and focus events are not received for the following tests.
</span><del>-Bug(GTK) fast/events/blur-focus-window-should-blur-focus-element.html [ Failure ]
-Bug(GTK) fast/dom/HTMLDocument/hasFocus.html [ Failure ]
-Bug(GTK) fast/dom/Window/window-onFocus.html [ Failure ]
</del><span class="cx"> Bug(GTK) fast/events/frame-tab-focus.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> Bug(GTK) fast/history/go-back-to-iframe-with-plugin.html [ Timeout Pass ]
</span><span class="lines">@@ -1629,9 +1593,6 @@
</span><span class="cx"> # Looks like a bug in the testRunner global history support due to missing API.
</span><span class="cx"> Bug(GTK) fast/history/window-open.html [ Failure ]
</span><span class="cx"> 
</span><del>-# All of these IDN encoding tests seem to fail.
-Bug(GTK) fast/encoding/idn-security.html [ Failure ]
-
</del><span class="cx"> # These failures appear to be bugs in the EventSender
</span><span class="cx"> webkit.org/b/53964 fast/forms/listbox-onchange.html [ Failure ]
</span><span class="cx"> webkit.org/b/53964 fast/forms/option-mouseevents.html [ Failure ]
</span><span class="lines">@@ -1646,20 +1607,15 @@
</span><span class="cx"> webkit.org/b/123097 media/track/track-user-preferences.html [ Skip ]
</span><span class="cx"> webkit.org/b/121995 media/video-controls-captions-trackmenu-includes-enabled-track.html [ Failure ]
</span><span class="cx"> 
</span><del>-Bug(GTK) http/tests/loading/bad-scheme-subframe.html [ Failure ]
-
</del><span class="cx"> Bug(GTK) http/tests/media/video-play-stall-seek.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> Bug(GTK) http/tests/misc/acid3.html [ Failure ]
</span><del>-Bug(GTK) http/tests/misc/redirect-to-external-url.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> Bug(GTK) media/video-size-intrinsic-scale.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # eventSender.keyDown call does not get executed from the TestNetscapePlugin
</span><span class="cx"> webkit.org/b/90383 http/tests/plugins/plugin-document-has-focus.html [ Skip ]
</span><span class="cx"> 
</span><del>-webkit.org/b/30577 editing/selection/move-left-right.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/30620 fast/xsl/sort-locale.xml [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/53986 svg/text/caret-in-svg-text.xhtml [ Failure ]
</span><span class="lines">@@ -1732,9 +1688,6 @@
</span><span class="cx"> # Rounding color problems inside pixman
</span><span class="cx"> webkit.org/b/49964 fast/canvas/canvas-fillPath-shadow.html [ Failure ]
</span><span class="cx"> 
</span><del>-# testRunner.overridePreference(&quot;WebKitDefaultFontSize&quot;...) does not take into account screen DPI
-webkit.org/b/57160 fast/harness/override-preferences-2.html [ Failure ]
-
</del><span class="cx"> # Expose title direction in WebKit API
</span><span class="cx"> webkit.org/b/58845 fast/dom/title-directionality.html [ Failure ]
</span><span class="cx"> webkit.org/b/58845 fast/dom/title-directionality-removeChild.html [ Failure ]
</span><span class="lines">@@ -1799,14 +1752,8 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/86971 svg/hittest/svg-shapes-non-scale-stroke.html [ Failure ]
</span><span class="cx"> 
</span><del>-Bug(GTK) http/tests/misc/favicon-loads-with-icon-loading-override.html [ Failure ]
-
-webkit.org/b/88138 http/tests/media/video-buffered.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/51027 [ Release ] plugins/refcount-leaks.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/83800 plugins/get-url-with-blank-target.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/84037 fast/text/international/spaces-combined-in-vertical-text.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Failing after r121121 on both GTK and EFL
</span></span></pre>
</div>
</div>

</body>
</html>