<!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>[176034] 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/176034">176034</a></dd>
<dt>Author</dt> <dd>ap@apple.com</dd>
<dt>Date</dt> <dd>2014-11-12 13:09:36 -0800 (Wed, 12 Nov 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Some platform/mac text expectation cleanup.

* platform/mac-wk1/TestExpectations:
* platform/mac/TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformmacTestExpectations">trunk/LayoutTests/platform/mac/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformmacwk1TestExpectations">trunk/LayoutTests/platform/mac-wk1/TestExpectations</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (176033 => 176034)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-11-12 20:22:48 UTC (rev 176033)
+++ trunk/LayoutTests/ChangeLog        2014-11-12 21:09:36 UTC (rev 176034)
</span><span class="lines">@@ -1,5 +1,12 @@
</span><span class="cx"> 2014-11-12  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Some platform/mac text expectation cleanup.
+
+        * platform/mac-wk1/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2014-11-12  Alexey Proskuryakov  &lt;ap@apple.com&gt;
+
</ins><span class="cx">         Mac-WK2 test expectations cleanup, part 1.
</span><span class="cx"> 
</span><span class="cx">         Put WK1 specific expectations into mac-wk1 (they used to be put in mac, and then
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (176033 => 176034)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations        2014-11-12 20:22:48 UTC (rev 176033)
+++ trunk/LayoutTests/platform/mac/TestExpectations        2014-11-12 21:09:36 UTC (rev 176034)
</span><span class="lines">@@ -60,9 +60,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/33923 platform/mac/accessibility/change-notification-on-scroll.html [ Skip ] # times out
</span><span class="cx"> 
</span><del>-# Accept header is handled by the browser
-http/tests/misc/image-checks-for-accept.html
-
</del><span class="cx"> # eventSender needs to propagate the event to the calling window, not the main frame always.
</span><span class="cx"> http/tests/plugins/plugin-document-has-focus.html
</span><span class="cx"> 
</span><span class="lines">@@ -175,8 +172,6 @@
</span><span class="cx"> # Still working out flakiness issues with the perf tests.
</span><span class="cx"> perf
</span><span class="cx"> 
</span><del>-# This test appears to be flakey on all platforms, especially
-# Mac-Leopard after r63862.  Skipping for now.
</del><span class="cx"> webkit.org/b/42821 animations/play-state.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/113598 animations/animation-delay-changed.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/113599 svg/animations/reinserting-svg-into-document.html [ Pass Failure ]
</span><span class="lines">@@ -257,8 +252,7 @@
</span><span class="cx"> fast/dom/HTMLAnchorElement/anchor-download-unset.html
</span><span class="cx"> 
</span><span class="cx"> # HTTP 204 (No Content) should be ignored
</span><del>-# https://bugs.webkit.org/show_bug.cgi?id=60206
-http/tests/navigation/response204.html
</del><ins>+webkit.org/b/60206 http/tests/navigation/response204.html
</ins><span class="cx"> 
</span><span class="cx"> # Styled scope element is not yet enabled.
</span><span class="cx"> webkit.org/b/49142 fast/css/style-scoped
</span><span class="lines">@@ -375,12 +369,6 @@
</span><span class="cx"> webkit.org/b/82979 fast/canvas/2d.text.draw.fill.maxWidth.gradient.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/82979 canvas/philip/tests/2d.text.draw.align.center.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/112617 [ Debug ] http/tests/navigation/navigation-redirect-schedule-crash.html [ Crash Pass ]
-
-webkit.org/b/82981 http/tests/misc/favicon-loads-with-icon-loading-override.html [ Pass Failure ]
-
-webkit.org/b/82982 fast/dom/jsDevicePixelRatio.html [ Pass Failure ]
-
</del><span class="cx"> # No CORS support for media elements is implemented yet.
</span><span class="cx"> http/tests/security/video-cross-origin-readback.html
</span><span class="cx"> http/tests/security/video-cross-origin-accessfailure.html
</span><span class="lines">@@ -389,33 +377,25 @@
</span><span class="cx"> fast/forms/file/file-input-capture.html
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/85523 fullscreen/full-screen-iframe-legacy.html [ Pass Failure ]
</span><ins>+webkit.org/b/85523 [ Yosemite ] fullscreen/full-screen-iframe-legacy.html [ Pass Failure Timeout ]
</ins><span class="cx"> 
</span><del>-webkit.org/b/85969 http/tests/loading/post-in-iframe-with-back-navigation.html
</del><ins>+webkit.org/b/85969 http/tests/loading/post-in-iframe-with-back-navigation.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/86480 plugins/npruntime/delete-plugin-within-setProperty.html [ Failure ]
</span><span class="cx"> webkit.org/b/86480 plugins/npruntime/delete-plugin-within-hasProperty-return-true.html [ Failure ]
</span><span class="cx"> webkit.org/b/86480 plugins/npruntime/delete-plugin-within-hasProperty-return-false.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/87347 fast/frames/flattening/iframe-tiny.html [ Pass Failure ]
-
-webkit.org/b/89680 fast/canvas/canvas-imageSmoothingEnabled-repaint.html [ Pass Failure ]
-
</del><span class="cx"> # Implement textInputController.setComposition()
</span><span class="cx"> webkit.org/b/89845 fast/forms/input-set-composition-scroll.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/90724 compositing/iframes/iframe-size-from-zero.html [ Pass Failure ]
-
-compositing/iframes/overlapped-nested-iframes.html [ Pass Failure ]
-
</del><span class="cx"> # &lt;rdar://problem/11224160&gt; Focus not transferring properly in DumpRenderTree in Mountain Lion
</span><span class="cx"> fast/events/show-modal-dialog-onblur-onfocus.html [ Skip ]
</span><span class="cx"> platform/mac/fast/forms/listbox-scrollbar-hit-test.html [ Failure ]
</span><span class="cx"> platform/mac/fast/overflow/overflow-scrollbar-hit-test.html [ Failure ]
</span><span class="cx"> 
</span><del>-platform/mac/accessibility/form-control-value-settable.html [ Pass Failure ]
-platform/mac/fast/forms/input-appearance-spinbutton-up.html [ Pass Failure ]
-platform/mac/fast/forms/input-appearance-spinbutton.html [ Pass Failure ]
-platform/mac/fast/text/systemFont.html [ Pass Failure ]
</del><ins>+[ Mavericks ] platform/mac/accessibility/form-control-value-settable.html [ Failure ]
+platform/mac/fast/forms/input-appearance-spinbutton-up.html [ Failure ]
+platform/mac/fast/forms/input-appearance-spinbutton.html [ Failure ]
</ins><span class="cx"> platform/mac/fast/text/vertical-no-sideways.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> fast/css/resize-corner-tracking.html [ Pass Failure ]
</span><span class="lines">@@ -440,7 +420,8 @@
</span><span class="cx"> fast/writing-mode/japanese-rl-text.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # &lt;rdar://problem/11358748&gt; http/tests/multipart/multipart-wait-before-boundary.html fails on ML as of r115745
</span><del>-http/tests/multipart/multipart-wait-before-boundary.html
</del><ins>+# FIXME: This may not be a problem any more, should check bots once they gather some data for the test.
+http/tests/multipart/multipart-wait-before-boundary.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # &lt;rdar://problem/11059031&gt; Many, many Java tests fail on Mountain Lion
</span><span class="cx"> java/
</span><span class="lines">@@ -463,11 +444,6 @@
</span><span class="cx"> svg/stroke/zero-length-path-linecap-rendering.svg [ Failure ]
</span><span class="cx"> svg/stroke/zero-length-subpaths-linecap-rendering.svg [ Failure ]
</span><span class="cx"> 
</span><del>-# Blend mode result is slightly different than the applied formula.
-webkit.org/b/130582 css3/blending/background-blend-mode-data-uri-svg-image.html [ ImageOnlyFailure Pass ]
-webkit.org/b/130582 css3/blending/background-blend-mode-tiled-layers.html [ ImageOnlyFailure Pass ]
-webkit.org/b/130582 css3/blending/background-blend-mode-crossfade-image.html [ ImageOnlyFailure Pass ]
-
</del><span class="cx"> # https://bugs.webkit.org/show_bug.cgi?id=110871
</span><span class="cx"> compositing/overlap-blending/reflection-opacity-huge.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1404,7 +1380,9 @@
</span><span class="cx"> [ Yosemite ] http/tests/misc/webtiming-ssl.php [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # FIXME: Needs bugzilla (&lt;rdar://problem/17458211&gt;)
</span><del>-[ Yosemite ] platform/mac/fast/text/systemFont.html [ Pass Failure ]
</del><ins>+platform/mac/fast/text/systemFont.html [ Pass Failure ]
+[ Mavericks ] platform/mac/fast/text/systemFont.html [ Failure ]
+[ MountainLion ] platform/mac/fast/text/systemFont.html [ Pass ]
</ins><span class="cx"> 
</span><span class="cx"> # FIXME: Needs bugzilla (&lt;rdar://problem/17476688&gt;)
</span><span class="cx"> [ Yosemite ] media/media-source/media-source-tracks.html [ Skip ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (176033 => 176034)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-wk1/TestExpectations        2014-11-12 20:22:48 UTC (rev 176033)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations        2014-11-12 21:09:36 UTC (rev 176034)
</span><span class="lines">@@ -19,6 +19,10 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/104104 fast/overflow/scrollbar-click-retains-focus.html [ Failure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/82981 http/tests/misc/favicon-loads-with-icon-loading-override.html [ Failure ]
+
+webkit.org/b/90724 compositing/iframes/iframe-size-from-zero.html [ Failure ]
+
</ins><span class="cx"> ### END OF (1) Failures with bug reports
</span><span class="cx"> ########################################
</span><span class="cx"> 
</span><span class="lines">@@ -67,8 +71,9 @@
</span><span class="cx"> scrollbars/scrolling-by-page-ignoring-transparent-fixed-elements-on-keyboard-spacebar.html
</span><span class="cx"> scrollbars/scrolling-by-page-on-keyboard-spacebar.html
</span><span class="cx"> 
</span><del>-# Fails on WK1 only
</del><span class="cx"> compositing/rtl/rtl-fixed-overflow-scrolled.html [ Failure ]
</span><span class="cx"> 
</span><ins>+compositing/iframes/overlapped-nested-iframes.html [ Pass Failure ]
+
</ins><span class="cx"> ### END OF (2) Failures without bug reports
</span><span class="cx"> ########################################
</span></span></pre>
</div>
</div>

</body>
</html>