<!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>[177120] 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/177120">177120</a></dd>
<dt>Author</dt> <dd>ap@apple.com</dd>
<dt>Date</dt> <dd>2014-12-10 17:51:38 -0800 (Wed, 10 Dec 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Fix lint warnings on Mac TestExpectations.

* platform/mac-wk1/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="#trunkLayoutTestsplatformmacTestExpectations">trunk/LayoutTests/platform/mac/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformmacwk1TestExpectations">trunk/LayoutTests/platform/mac-wk1/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 (177119 => 177120)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-12-11 01:31:52 UTC (rev 177119)
+++ trunk/LayoutTests/ChangeLog        2014-12-11 01:51:38 UTC (rev 177120)
</span><span class="lines">@@ -1,5 +1,13 @@
</span><span class="cx"> 2014-12-10  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Fix lint warnings on Mac TestExpectations.
+
+        * platform/mac-wk1/TestExpectations:
+        * platform/mac-wk2/TestExpectations:
+        * platform/mac/TestExpectations:
+
+2014-12-10  Alexey Proskuryakov  &lt;ap@apple.com&gt;
+
</ins><span class="cx">         Mark more tests that fail on EWS bots with ATI graphics.
</span><span class="cx"> 
</span><span class="cx">         * platform/mac/TestExpectations:
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (177119 => 177120)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations        2014-12-11 01:31:52 UTC (rev 177119)
+++ trunk/LayoutTests/platform/mac/TestExpectations        2014-12-11 01:51:38 UTC (rev 177120)
</span><span class="lines">@@ -485,8 +485,6 @@
</span><span class="cx"> 
</span><span class="cx"> # Unexpected WebGL Conformance tests that need to be fixed
</span><span class="cx"> # These tests pass when run through webgl-conformance-tests.html but not when just opened via a browser (or via run-webkit-tests)
</span><del>-webgl/1.0.2/conformance/context/context-creation-and-destruction.html [ Failure Timeout ]
-webgl/1.0.2/conformance/ogles/GL/operators/operators_009_to_016.html [ Pass Failure ]
</del><span class="cx"> webgl/1.0.2/conformance/rendering/multisample-corruption.html [ Pass Failure Timeout ]
</span><span class="cx"> http/tests/webgl/1.0.2/origin-clean-conformance.html [ Skip ]
</span><span class="cx"> 
</span><span class="lines">@@ -498,7 +496,7 @@
</span><span class="cx"> [ MountainLion ] webgl/1.0.2/conformance/glsl/variables/gl-pointcoord.html [ Failure ]
</span><span class="cx"> [ MountainLion ] webgl/1.0.2/conformance/limits/gl-max-texture-dimensions.html [ Failure ]
</span><span class="cx"> [ MountainLion ] webgl/1.0.2/conformance/ogles/GL/control_flow/control_flow_009_to_010.html [ Crash Pass Failure ]
</span><del>-[ MountainLion ] webgl/1.0.2/conformance/ogles/GL/operators/operators_009_to_016.html [ Failure ]
</del><ins>+[ MountainLion ] webgl/1.0.2/conformance/ogles/GL/operators/operators_009_to_016.html [ Pass Failure ]
</ins><span class="cx"> [ MountainLion ] webgl/1.0.2/conformance/textures/texture-size.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # &lt;rdar://problem/19136723&gt;
</span><span class="lines">@@ -757,9 +755,7 @@
</span><span class="cx"> # Resource Timing is not enable yet, skip it.
</span><span class="cx"> webkit.org/b/61138 http/tests/w3c/webperf/submission/Intel/resource-timing [ Skip ]
</span><span class="cx"> 
</span><del>-# Flacky on Mountain Lion Release, fails everywhere else.
-fast/css/sticky/sticky-top-zoomed.html [ ImageOnlyFailure ]
-webkit.org/b/107356 [ MountainLion Release ] fast/css/sticky/sticky-top-zoomed.html [ Pass ImageOnlyFailure ]
</del><ins>+webkit.org/b/107356 fast/css/sticky/sticky-top-zoomed.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><span class="cx"> # Overflowing LayoutUnits cause RenderGeometryMap assertions
</span><span class="cx"> webkit.org/b/67434 [ Debug ] fast/overflow/overflow-height-float-not-removed-crash.html [ Skip ]
</span><span class="lines">@@ -886,10 +882,8 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/123250 plugins/destroy-during-npp-new-object-with-fallback-content.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/123369 svg/css/parent-shadow-offscreen.svg [ Pass ImageOnlyFailure ]
-webkit.org/b/123369 [ MountainLion ] svg/css/parent-shadow-offscreen.svg [ Pass ]
-webkit.org/b/123369 svg/css/root-shadow-offscreen.svg [ Pass ImageOnlyFailure ]
-webkit.org/b/123369 [ MountainLion ] svg/css/root-shadow-offscreen.svg [ Pass ]
</del><ins>+webkit.org/b/123369 [ Mavericks+ ] svg/css/parent-shadow-offscreen.svg [ Pass ImageOnlyFailure ]
+webkit.org/b/123369 [ Mavericks+ ] svg/css/root-shadow-offscreen.svg [ Pass ImageOnlyFailure ]
</ins><span class="cx"> 
</span><span class="cx"> # webkit.org/b/100846, webkit.org/b/136715
</span><span class="cx"> inspector-protocol/debugger
</span><span class="lines">@@ -1117,7 +1111,6 @@
</span><span class="cx"> 
</span><span class="cx"> # Mountain Lion and earlier do not support Encrypted Media Extensions.
</span><span class="cx"> Bug(jernoble) [ MountainLion ] media/encrypted-media/ [ WontFix ]
</span><del>-Bug(jernoble) [ MountainLion ] fast/events/constructors/media-key-event-constructor.html [ WontFix ]
</del><span class="cx"> ## --- End media tests failing on Mountain Lion and earlier ---
</span><span class="cx"> 
</span><span class="cx"> ## --- Start media tests failing on Mavericks and earlier ---
</span><span class="lines">@@ -1140,7 +1133,6 @@
</span><span class="cx"> webkit.org/b/90725 media/media-blocked-by-beforeload.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/112492 media/track/track-language-preference.html [ Pass Failure Timeout ]
</span><span class="cx"> webkit.org/b/112492 media/track/track-prefer-captions.html [ Pass Failure Timeout ]
</span><del>-webkit.org/b/112533 media/auto-play-in-sandbox-with-allow-scripts.html [ Pass Failure ]
</del><span class="cx"> webkit.org/b/112659 media/video-playing-and-pause.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/114744 media/video-layer-crash.html [ Pass Failure Timeout ]
</span><span class="cx"> webkit.org/b/115048 media/media-element-play-after-eos.html [ Pass Failure ]
</span><span class="lines">@@ -1167,7 +1159,8 @@
</span><span class="cx"> webkit.org/b/133686 media/track/w3c/interfaces/TextTrackCue/pauseOnExit.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/133686 media/track/w3c/interfaces/TextTrackCue/startTime.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/133686 media/track/w3c/interfaces/TextTrackCue/track.html [ Pass Failure ]
</span><del>-webkit.org/b/135160 media/track/track-in-band-subtitles-too-large.html [ Pass Failure ]
</del><ins>+webkit.org/b/135160 [ Mavericks ] media/track/track-in-band-subtitles-too-large.html [ Failure ]
+webkit.org/b/135160 [ Yosemite+ ] media/track/track-in-band-subtitles-too-large.html [ Pass Failure ]
</ins><span class="cx"> webkit.org/b/135160 media/track/track-long-word-container-sizing.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/137311 media/video-fullscreeen-only-playback.html [ Pass Failure Crash Timeout ]
</span><span class="cx"> webkit.org/b/138798 [ MountainLion ] media/track/track-cues-sorted-before-dispatch.html [ Pass Failure Timeout ]
</span><span class="lines">@@ -1248,7 +1241,7 @@
</span><span class="cx"> # REGRESSION(r156546): 7 media tests broken (122021)
</span><span class="cx"> webkit.org/b/122021 media/track/track-cue-mutable-text.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/122021 media/track/track-cue-rendering-mode-changed.html [ Failure ]
</span><del>-webkit.org/b/122021 media/track/track-in-band-mode.html [ Failure ]
</del><ins>+webkit.org/b/122021 [ Mavericks+ ] media/track/track-in-band-mode.html [ Failure ]
</ins><span class="cx"> webkit.org/b/122021 media/video-controls-captions-trackmenu.html [ Failure ]
</span><span class="cx"> webkit.org/b/122021 media/video-controls-fullscreen-volume.html [ Failure ]
</span><span class="cx"> webkit.org/b/122021 media/video-controls-toggling.html [ Failure ]
</span><span class="lines">@@ -1300,7 +1293,6 @@
</span><span class="cx"> [ Yosemite ] transitions/transition-end-event-destroy-iframe.html [ Skip ]
</span><span class="cx"> [ Yosemite ] media/video-controls-in-media-document.html [ Skip ]
</span><span class="cx"> [ Yosemite ] media/video-document-types.html [ Skip ]
</span><del>-[ Yosemite ] media/auto-play-in-sandbox-with-allow-scripts.html [ Skip ]
</del><span class="cx"> [ Yosemite ] fast/events/media-focus-in-standalone-media-document.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # FIXME: Needs bugzilla (&lt;rdar://problem/16663912&gt;)
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (177119 => 177120)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-wk1/TestExpectations        2014-12-11 01:31:52 UTC (rev 177119)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations        2014-12-11 01:51:38 UTC (rev 177120)
</span><span class="lines">@@ -14,8 +14,7 @@
</span><span class="cx"> webkit.org/b/118269 compositing/geometry/fixed-position-flipped-writing-mode.html
</span><span class="cx"> 
</span><span class="cx"> # Before Yosemite, the test did not actually test compositing vs. non-compositing on WebKit1, so it passed accidentally.
</span><del>-webkit.org/b/132421 fast/multicol/fixed-stack.html [ ImageOnlyFailure ]
-[ MountainLion Mavericks ] fast/multicol/fixed-stack.html [ Pass ]
</del><ins>+webkit.org/b/132421 [ Mavericks+ ] fast/multicol/fixed-stack.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/104104 fast/overflow/scrollbar-click-retains-focus.html [ Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -25,6 +24,8 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/138697 fast/events/overflow-scroll-fake-mouse-move.html [ Pass Failure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/112533 media/auto-play-in-sandbox-with-allow-scripts.html [ Pass Timeout ]
+
</ins><span class="cx"> ### END OF (1) Failures with bug reports
</span><span class="cx"> ########################################
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (177119 => 177120)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-wk2/TestExpectations        2014-12-11 01:31:52 UTC (rev 177119)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations        2014-12-11 01:51:38 UTC (rev 177120)
</span><span class="lines">@@ -449,7 +449,6 @@
</span><span class="cx"> 
</span><span class="cx"> # Blink tests that crash the DatabaseProcess under DatabaseProcessIDBConnection::deleteDatabase.
</span><span class="cx"> storage/indexeddb/database-closepending-flag.html [ Skip ]
</span><del>-storage/indexeddb/key-sort-order-across-types.html [ Skip ]
</del><span class="cx"> storage/indexeddb/key-sort-order-date.html [ Skip ]
</span><span class="cx"> storage/indexeddb/key-type-infinity.html [ Skip ]
</span><span class="cx"> storage/indexeddb/keypath-fetch-key.html [ Skip ]
</span></span></pre>
</div>
</div>

</body>
</html>