<!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>[177577] 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/177577">177577</a></dd>
<dt>Author</dt> <dd>ap@apple.com</dd>
<dt>Date</dt> <dd>2014-12-19 10:43:33 -0800 (Fri, 19 Dec 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Updte WebKit2 test expectations based on what bots see now.

* TestExpectations:
* platform/gtk/TestExpectations:
* platform/mac-wk2/TestExpectations:
* platform/mac/TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsTestExpectations">trunk/LayoutTests/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformmacTestExpectations">trunk/LayoutTests/platform/mac/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformmacwk2TestExpectations">trunk/LayoutTests/platform/mac-wk2/TestExpectations</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (177576 => 177577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-12-19 18:36:27 UTC (rev 177576)
+++ trunk/LayoutTests/ChangeLog        2014-12-19 18:43:33 UTC (rev 177577)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-12-19  Alexey Proskuryakov  &lt;ap@apple.com&gt;
+
+        Updte WebKit2 test expectations based on what bots see now.
+
+        * TestExpectations:
+        * platform/gtk/TestExpectations:
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+
</ins><span class="cx"> 2014-12-19  Said Abou-Hallawa  &lt;sabouhallawa@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Only when the SVG is inline and only when a shape is referenced before it is defined, this shape will not be drawn.
</span></span></pre></div>
<a id="trunkLayoutTestsTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/TestExpectations (177576 => 177577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/TestExpectations        2014-12-19 18:36:27 UTC (rev 177576)
+++ trunk/LayoutTests/TestExpectations        2014-12-19 18:43:33 UTC (rev 177577)
</span><span class="lines">@@ -341,6 +341,8 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/139640 [ Debug ] webgl/1.0.2/conformance/glsl/misc/shader-uniform-packing-restrictions.html [ Slow ]
</span><span class="cx"> 
</span><ins>+[ Debug ] fast/workers/worker-cloneport.html [ Slow ]
+
</ins><span class="cx"> # Imported Mozilla SVG tests
</span><span class="cx"> webkit.org/b/5968 imported/mozilla/svg/linearGradient-basic-03.svg [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/32177 imported/mozilla/svg/as-image/background-image-rect-1png.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -436,5 +438,8 @@
</span><span class="cx"> webkit.org/b/139417 imported/mozilla/svg/filters/filter-marked-line-08.svg [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/139417 imported/mozilla/svg/filters/filter-marked-line-09.svg [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><ins>+[ Debug ] fast/loader/document-with-fragment-url-3.html [ Pass Timeout ]
+[ Debug ] fast/loader/document-with-fragment-url-4.html [ Pass Timeout ]
+
</ins><span class="cx"> webkit.org/b/110546 [ Debug ] fast/parser/document-write-fighting-eof.html [ Skip ]
</span><span class="cx"> webkit.org/b/110546 [ Debug ] fast/parser/document-write-partial-entity-before-load.html [ Skip ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (177576 => 177577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2014-12-19 18:36:27 UTC (rev 177576)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2014-12-19 18:43:33 UTC (rev 177577)
</span><span class="lines">@@ -1060,7 +1060,6 @@
</span><span class="cx"> Bug(GTK) [ Debug ] js/dom/toString-and-valueOf-override.html [ Pass Slow ]
</span><span class="cx"> Bug(GTK) [ Debug ] js/regress/method-on-number.html [ Pass Slow ]
</span><span class="cx"> Bug(GTK) [ Debug ] fast/frames/lots-of-iframes.html [ Pass Slow ]
</span><del>-Bug(GTK) [ Debug ] fast/workers/worker-cloneport.html [ Pass Slow ]
</del><span class="cx"> Bug(GTK) [ Debug ] fast/overflow/lots-of-sibling-inline-boxes.html [ Pass Slow ]
</span><span class="cx"> Bug(GTK) [ Debug ] jquery/core.html [ Pass Slow ]
</span><span class="cx"> Bug(GTK) jquery/event.html [ Pass Slow ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (177576 => 177577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations        2014-12-19 18:36:27 UTC (rev 177576)
+++ trunk/LayoutTests/platform/mac/TestExpectations        2014-12-19 18:43:33 UTC (rev 177577)
</span><span class="lines">@@ -880,7 +880,8 @@
</span><span class="cx"> webkit.org/b/119038 mathml/presentation/mo-stretch.html [ Failure ]
</span><span class="cx"> webkit.org/b/119038 mathml/presentation/roots.xhtml [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/130953 compositing/columns/composited-rl-paginated-repaint.html [ Pass Failure ]
</del><ins>+webkit.org/b/128255 compositing/columns/composited-lr-paginated-repaint.html [ Pass Failure ]
+webkit.org/b/128255 compositing/columns/composited-rl-paginated-repaint.html [ Pass Failure ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/130972 transitions/3d/interrupted-transition.html [ Pass Failure Timeout ]
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (177576 => 177577)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-wk2/TestExpectations        2014-12-19 18:36:27 UTC (rev 177576)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations        2014-12-19 18:43:33 UTC (rev 177577)
</span><span class="lines">@@ -165,19 +165,8 @@
</span><span class="cx"> fast/events/drag-selects-image.html
</span><span class="cx"> fast/events/remove-target-with-shadow-in-drag.html
</span><span class="cx"> 
</span><del>-webkit.org/b/81291 fast/events/pagehide-timeout.html [ Pass Failure ]
-webkit.org/b/81291 fast/events/pageshow-pagehide-on-back-cached-with-frames.html [ Pass Failure ]
-webkit.org/b/81291 fast/events/pageshow-pagehide-on-back-cached.html [ Pass Failure ]
-webkit.org/b/81291 fast/events/pageshow-pagehide.html [ Pass Failure ]
-
</del><span class="cx"> webkit.org/b/81833 fast/events/drag-link.html [ Failure ]
</span><span class="cx"> 
</span><del>-# flaky storage tests
-# https://bugs.webkit.org/show_bug.cgi?id=82679
-storage/websql/statement-success-callback-isolated-world.html
-storage/websql/transaction-callback-isolated-world.html
-storage/websql/transaction-error-callback-isolated-world.html
-
</del><span class="cx"> # Missing functionality of textInputController
</span><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=89401
</span><span class="cx"> platform/mac/editing/input/insert-dictated-text.html
</span><span class="lines">@@ -192,8 +181,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/95043 http/tests/security/local-user-CSS-from-remote.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/58337 fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html [ Pass Failure ]
-
</del><span class="cx"> # All spatial navigation tests fail on Mac WK2
</span><span class="cx"> webkit.org/b/96438 fast/spatial-navigation
</span><span class="cx"> 
</span><span class="lines">@@ -215,13 +202,6 @@
</span><span class="cx"> webkit.org/b/108507 printing/quirks-percentage-height.html [ Skip ]
</span><span class="cx"> webkit.org/b/108507 printing/standards-percentage-heights.html [ Skip ]
</span><span class="cx"> 
</span><del>-webkit.org/b/97124 [ Debug ] fast/loader/stateobjects/document-destroyed-navigate-back.html [ Pass Crash ]
-webkit.org/b/97124 [ Debug ] fast/loader/document-with-fragment-url-3.html [ Pass Crash ]
-webkit.org/b/97124 [ Debug ] fast/loader/document-with-fragment-url-4.html [ Pass Crash ]
-webkit.org/b/97124 [ Debug ] fast/loader/dynamic-iframe-extra-back-forward-item.html [ Pass Crash ]
-webkit.org/b/97124 [ Debug ] fast/events/pageshow-pagehide-on-back-uncached.html [ Pass Crash ]
-webkit.org/b/97124 [ Debug ] svg/animations/mozilla/animateMotion-by-1.svg [ Pass Crash ]
-
</del><span class="cx"> webkit.org/b/104954 http/tests/canvas/canvas-slow-font-loading.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # Flaky everywhere.
</span><span class="lines">@@ -229,10 +209,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/114572 platform/mac-wk2/plugins/mouse-events-scaled.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/116478 storage/websql/open-database-creation-callback-isolated-world.html [ Pass Failure ]
-webkit.org/b/116478 storage/websql/statement-error-callback-isolated-world.html [ Pass Failure ]
-webkit.org/b/116478 storage/websql/transaction-success-callback-isolated-world.html [ Pass Failure ]
-
</del><span class="cx"> # [WK2] Media elements never fail to load
</span><span class="cx"> webkit.org/b/117767 media/W3C/audio/error/error_onerror_called_on_bogus_source.html [ Timeout ]
</span><span class="cx"> webkit.org/b/117767 media/W3C/video/error/error_onerror_called_on_bogus_source.html [ Timeout ]
</span><span class="lines">@@ -259,14 +235,10 @@
</span><span class="cx"> 
</span><span class="cx"> # Color space issues from switching to tiled drawing.
</span><span class="cx"> webkit.org/b/122234 css3/filters/null-effect-check.html [ ImageOnlyFailure ]
</span><del>-webkit.org/b/122234 fast/images/pdf-as-image-with-annotations.html [ Pass ImageOnlyFailure ]
-webkit.org/b/122234 fast/images/pdf-as-image-crop-box.html [ Pass ImageOnlyFailure ]
</del><span class="cx"> 
</span><span class="cx"> # Tiled background images that intersect the tiles are getting weird fringing.
</span><span class="cx"> webkit.org/b/122235 css3/masking/mask-repeat-space-border.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/122237 [ Debug ] fast/table/crash-section-logical-height-changed-needsCellRecalc.html [ Pass Crash ]
-
</del><span class="cx"> webkit.org/b/124476 platform/mac-wk2/plugins/slow/asynchronous-plugin-initialization-multiple.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> # uiElementForSearchPredicate() is not returning an undefined object when the search returns no results
</span><span class="lines">@@ -289,18 +261,18 @@
</span><span class="cx"> ### START OF (2) Classified failures without bug reports (yet)
</span><span class="cx"> 
</span><span class="cx"> # Missing TextChecker::requestCheckingOfString() implementation for Mac.
</span><del>-editing/spelling/grammar-markers.html
-editing/spelling/grammar-paste.html
-editing/spelling/grammar-markers-hidpi.html
-editing/spelling/inline-spelling-markers.html
-editing/spelling/inline-spelling-markers-hidpi.html
-editing/spelling/spellcheck-async-mutation.html
-editing/spelling/spellcheck-async-remove-frame.html
-editing/spelling/spellcheck-async.html
-editing/spelling/spellcheck-queue.html
-editing/spelling/spellcheck-sequencenum.html
-editing/spelling/spelling-insert-html.html
-editing/spelling/spelling-marker-description.html
</del><ins>+editing/spelling/grammar-markers.html [ Skip ]
+editing/spelling/grammar-paste.html [ Skip ]
+editing/spelling/grammar-markers-hidpi.html [ Skip ]
+editing/spelling/inline-spelling-markers.html [ Skip ]
+editing/spelling/inline-spelling-markers-hidpi.html [ Skip ]
+editing/spelling/spellcheck-async-mutation.html [ Skip ]
+editing/spelling/spellcheck-async-remove-frame.html [ Skip ]
+editing/spelling/spellcheck-async.html [ Skip ]
+editing/spelling/spellcheck-queue.html [ Skip ]
+editing/spelling/spellcheck-sequencenum.html [ Skip ]
+editing/spelling/spelling-insert-html.html [ Skip ]
+editing/spelling/spelling-marker-description.html [ Skip ]
</ins><span class="cx"> 
</span><span class="cx"> ### END OF (2) Classified failures without bug reports (yet)
</span><span class="cx"> ########################################
</span><span class="lines">@@ -309,18 +281,9 @@
</span><span class="cx"> ########################################
</span><span class="cx"> ### START OF (3) Unclassified failures
</span><span class="cx"> 
</span><del>-# All tests that failed on the Lion WebKit2 Release bot in r111739
</del><span class="cx"> fast/forms/range/slider-delete-while-dragging-thumb.html [ Failure ]
</span><span class="cx"> svg/W3C-SVG-1.1/fonts-elem-04-b.svg [ Failure ]
</span><span class="cx"> 
</span><del>-# A test that failed more than once on the Lion WebKit2 Debug bot between r111808 and r111849
-fast/workers/worker-cloneport.html [ Pass Failure ]
-
-# Intermittent crashes
-# https://bugs.webkit.org/show_bug.cgi?id=82939
-sputnik/Unicode/Unicode_218/S7.6_A2.4.html
-sputnik/Unicode/Unicode_218/S7.6_A5.2_T1.html
-
</del><span class="cx"> # Unclear yet why this test fails.
</span><span class="cx"> editing/secure-input/password-input-focusing-to-different-frame.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -330,20 +293,12 @@
</span><span class="cx"> # test results in DRT don't match in browser behavior, test seems broken
</span><span class="cx"> fast/dom/Window/mozilla-focus-blur.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/126962 plugins/plugin-document-load-prevented-userscript.html [ Crash Pass Timeout ]
-
-webkit.org/b/127316 svg/dom/SVGPolygonElement-baseVal-list-removal-crash.html [ Pass Timeout ]
-
-webkit.org/b/128255 compositing/columns/composited-lr-paginated-repaint.html [ Pass Failure ]
-webkit.org/b/128255 compositing/columns/composited-rl-paginated-repaint.html [ Pass Failure ]
-
</del><span class="cx"> webkit.org/b/132766 fast/hidpi/filters-blur.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/132766 fast/hidpi/filters-hue-rotate.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/132766 fast/hidpi/filters-invert.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/132766 fast/hidpi/filters-multiple.html [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/132766 fast/hidpi/filters-reference.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/133227 plugins/snapshotting/autoplay-similar-to-dominant-after-delay.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/133227 plugins/snapshotting/set-plugin-size-to-tiny.html [ Failure ]
</span><span class="cx"> webkit.org/b/133227 plugins/snapshotting/quicktime-plugin-snapshotted.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -351,6 +306,8 @@
</span><span class="cx"> 
</span><span class="cx"> fast/dom/frame-loading-via-document-write.html [ Timeout ]
</span><span class="cx"> 
</span><ins>+[ MountainLion ] fast/events/page-visibility-iframe-move-test.html [ Pass Failure ]
+
</ins><span class="cx"> ### END OF (3) Unclassified failures
</span><span class="cx"> ########################################
</span><span class="cx"> 
</span><span class="lines">@@ -582,10 +539,10 @@
</span><span class="cx"> # New WebKit2-only failures in Yosemite
</span><span class="cx"> # ======================================================================
</span><span class="cx"> 
</span><del>-# FIXME: Needs bugzilla (&lt;rdar://problem/16678392&gt;)
-[ Yosemite+ ] fast/events/page-visibility-iframe-delete-test.html [ Failure Timeout ]
-[ Yosemite+ ] fast/events/page-visibility-iframe-move-test.html [ Failure Timeout ]
-[ Yosemite+ ] fast/events/page-visibility-iframe-propagation-test.html [ Failure Timeout ]
-[ Yosemite+ ] fast/events/page-visibility-transition-test.html [ Failure Timeout ]
</del><ins>+# FIXME: Needs bugzilla (&lt;rdar://problem/16678392&gt;). Perhaps skip these tests?
+[ Yosemite+ ] fast/events/page-visibility-iframe-delete-test.html [ Timeout ]
+[ Yosemite+ ] fast/events/page-visibility-iframe-move-test.html [ Timeout ]
+[ Yosemite+ ] fast/events/page-visibility-iframe-propagation-test.html [ Timeout ]
+[ Yosemite+ ] fast/events/page-visibility-transition-test.html [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/138097 [ Yosemite ] inspector-protocol/debugger/setPauseOnExceptions-uncaught.html [ Pass Failure Timeout ]
</span></span></pre>
</div>
</div>

</body>
</html>