<!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>[163981] 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/163981">163981</a></dd>
<dt>Author</dt> <dd>beidson@apple.com</dd>
<dt>Date</dt> <dd>2014-02-12 13:37:58 -0800 (Wed, 12 Feb 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Cleanup mac/mac-wk1/mac-wk2 TestExpectations a little bit
https://bugs.webkit.org/show_bug.cgi?id=128679

Reviewed by Alexey Proskuryakov.

* platform/mac-wk1/TestExpectations: mac-wk1 specific disables should go here.
* platform/mac-wk2/TestExpectations: Remove unnecessary re-enabling, and simplify indexeddb/mozilla.
* platform/mac/TestExpectations: Move some tests from here to mac-wk1.</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 (163980 => 163981)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-02-12 21:37:26 UTC (rev 163980)
+++ trunk/LayoutTests/ChangeLog        2014-02-12 21:37:58 UTC (rev 163981)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2014-02-12  Brady Eidson  &lt;beidson@apple.com&gt;
+
+        Cleanup mac/mac-wk1/mac-wk2 TestExpectations a little bit
+        https://bugs.webkit.org/show_bug.cgi?id=128679
+
+        Reviewed by Alexey Proskuryakov.
+
+        * platform/mac-wk1/TestExpectations: mac-wk1 specific disables should go here.
+        * platform/mac-wk2/TestExpectations: Remove unnecessary re-enabling, and simplify indexeddb/mozilla.
+        * platform/mac/TestExpectations: Move some tests from here to mac-wk1.
+
</ins><span class="cx"> 2014-02-12  Alexey Proskuryakov  &lt;ap@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Wrap WebCrypto keys in SerializedScriptValue
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/TestExpectations (163980 => 163981)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/TestExpectations        2014-02-12 21:37:26 UTC (rev 163980)
+++ trunk/LayoutTests/platform/mac/TestExpectations        2014-02-12 21:37:58 UTC (rev 163981)
</span><span class="lines">@@ -1084,9 +1084,6 @@
</span><span class="cx"> webkit.org/b/113227 transitions/default-timing-function.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/113227 transitions/svg-text-shadow-transition.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-# Color input is not yet enabled on Mac WK1.
-fast/forms/color/input-color-onchange-event.html [ Skip ]
-
</del><span class="cx"> # New test failing, needs investigation.
</span><span class="cx"> webkit.org/b/103857 fast/events/mouse-cursor-change.html
</span><span class="cx"> 
</span><span class="lines">@@ -1123,23 +1120,14 @@
</span><span class="cx"> webkit.org/b/115292 fast/writing-mode/vertical-baseline-alignment.html
</span><span class="cx"> webkit.org/b/115292 fast/writing-mode/vertical-font-fallback.html
</span><span class="cx"> 
</span><del>-# Fails with WebKit1 only.
-editing/secure-input/reset-state-on-navigation.html [ Failure ]
-
</del><span class="cx"> webkit.org/b/116244 fast/events/mouse-cursor-image-set.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/116245 canvas/philip/tests/2d.text.draw.fontface.notinpage.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-# Asserts in WebKit1-debug due to a preexisting issue with overflow rect computation
-webkit.org/b/118269 compositing/geometry/fixed-position-flipped-writing-mode.html
-
</del><span class="cx"> webkit.org/b/118479 fast/repaint/fixed-right-in-page-scale.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/118900 mathml/presentation/mspace-units.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-# Plug-in blocking callback doesn't exist in WebKit1, so skip and re-enable for WebKit2.
-plugins/unavailable-plugin-indicator-obscurity.html
-
</del><span class="cx"> webkit.org/b/82747 fast/events/scroll-div-with-prevent-default-in-subframe.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/90708 fullscreen/exit-full-screen-iframe.html [ Pass Failure ]
</span><span class="lines">@@ -1262,8 +1250,6 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/124311 compositing/regions/transform-transparent-positioned-video-inside-region.html [ Pass ImageOnlyFailure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/124318 fullscreen/anonymous-block-merge-crash.html [ Pass Failure ]
-
</del><span class="cx"> webkit.org/b/124321 [ Mavericks ] animations/resume-after-page-cache.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/124373 [ MountainLion Release ] http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html [ Pass Failure Timeout ]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (163980 => 163981)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-wk1/TestExpectations        2014-02-12 21:37:26 UTC (rev 163980)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations        2014-02-12 21:37:58 UTC (rev 163981)
</span><span class="lines">@@ -1,3 +1,26 @@
</span><ins>+# This file should contain entries for expectations that are specific
+# to the Apple Mac port running WebKit1 (DumpRenderTree)
+
+###### This file has two sections. When adding new tests, make sure to
+###### add to the right section:
+
+### (1) Failures with bug reports
+### (2) Failures without bug reports
+
+########################################
+### START OF (1) Failures with bug reports
+
+# Asserts in WebKit1-debug due to a preexisting issue with overflow rect computation
+webkit.org/b/118269 compositing/geometry/fixed-position-flipped-writing-mode.html
+
+webkit.org/b/124318 fullscreen/anonymous-block-merge-crash.html [ Pass Failure ]
+
+### END OF (1) Failures with bug reports
+########################################
+
+########################################
+### START OF (2) Failures without bug reports
+
</ins><span class="cx"> # IndexedDB is not yet enabled in Mac WK1
</span><span class="cx"> storage/indexeddb
</span><span class="cx"> http/tests/security/cross-origin-indexeddb-allowed.html
</span><span class="lines">@@ -6,3 +29,15 @@
</span><span class="cx"> http/tests/security/cross-origin-worker-indexeddb.html
</span><span class="cx"> http/tests/security/no-indexeddb-from-sandbox.html
</span><span class="cx"> crypto/subtle/rsa-indexeddb.html
</span><ins>+
+# Fails with WebKit1 only.
+editing/secure-input/reset-state-on-navigation.html [ Failure ]
+
+# Plug-in blocking callback doesn't exist in WebKit1.
+plugins/unavailable-plugin-indicator-obscurity.html
+
+# Color input is not yet enabled on Mac WK1.
+fast/forms/color/input-color-onchange-event.html [ Skip ]
+
+### END OF (2) Failures without bug reports
+########################################
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformmacwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-wk2/TestExpectations (163980 => 163981)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-wk2/TestExpectations        2014-02-12 21:37:26 UTC (rev 163980)
+++ trunk/LayoutTests/platform/mac-wk2/TestExpectations        2014-02-12 21:37:58 UTC (rev 163981)
</span><span class="lines">@@ -1,15 +1,15 @@
</span><span class="cx"> # This file should contain entries for expectations that are specific
</span><span class="cx"> # to the Apple Mac port running the WebKit2 variant (--webkit-test-runner)
</span><span class="cx"> 
</span><del>-###### This file has four sections. When adding new tests, make sure to
</del><ins>+###### This file has five sections. When adding new tests, make sure to
</ins><span class="cx"> ###### add to the right section:
</span><span class="cx"> 
</span><span class="cx"> ### (1) Classified failures with bug reports
</span><span class="cx"> ### (2) Classified failures without bug reports (yet)
</span><span class="cx"> ### (3) Unclassified failures
</span><span class="cx"> ### (4) Features that are not supported in WebKit2 and likely never will be
</span><ins>+### (5) Features that are not supported in WebKit2, on Mavericks
</ins><span class="cx"> 
</span><del>-
</del><span class="cx"> ########################################
</span><span class="cx"> ### START OF (1) Classified failures with bug reports
</span><span class="cx"> 
</span><span class="lines">@@ -437,38 +437,9 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/128315 editing/caret/caret-color.html [ Pass Failure ]
</span><span class="cx"> 
</span><del>-### END OF (3) Unclassified failures
-########################################
-
-
-########################################
-### START OF (4) Features that are not supported in WebKit2 and likely never will be
-
-### END OF (4) Features that are not supported in WebKit2 and likely never will be
-########################################
-
-########################################
-### START OF (5) Features that are not supported in WebKit1, so skipped in mac/TestExpectations then re-enabled here
-
-# Snapshotted plugins not enabled on WK1 but are on WK2
</del><span class="cx"> # Temporarily disabled while working out compositing failures
</span><span class="cx"> plugins/snapshotting [ Skip ]
</span><span class="cx"> 
</span><del>-# This test fails with WebKit1 only.
-editing/secure-input/reset-state-on-navigation.html [ Pass ]
-
-# Asserts in WebKit1-debug only, so reenabling.
-compositing/geometry/fixed-position-flipped-writing-mode.html [ Pass ]
-
-# Plug-in blocking callback doesn't exist in WebKit1, so reenabling.
-plugins/unavailable-plugin-indicator-obscurity.html [ Pass ]
-
-# Color input is enabled on Mac WK2 but not on WK1.
-fast/forms/color/input-color-onchange-event.html [ Pass ]
-
-# This test times out in WebKit1 only.
-fullscreen/anonymous-block-merge-crash.html [ Pass ]
-
</del><span class="cx"> # Right now, more IndexedDB tests fail than pass.
</span><span class="cx"> # So we'll disable the entire directory...
</span><span class="cx"> storage/indexeddb
</span><span class="lines">@@ -480,49 +451,22 @@
</span><span class="cx"> 
</span><span class="cx"> # ...and then re-enable known-passing tests.
</span><span class="cx"> # Eventually we can show only failing tests, and hopefully get rid of this section altogether.
</span><del>-storage/indexeddb/mozilla/add-twice-failure.html [ Pass ]
-storage/indexeddb/mozilla/autoincrement-indexes.html [ Pass ]
-storage/indexeddb/mozilla/bad-keypath.html [ Pass ]
-storage/indexeddb/mozilla/clear.html [ Pass ]
-storage/indexeddb/mozilla/create-index-unique.html [ Pass ]
-storage/indexeddb/mozilla/create-index-with-integer-keys.html [ Pass ]
-storage/indexeddb/mozilla/create-objectstore-basics.html [ Pass ]
-storage/indexeddb/mozilla/create-objectstore-null-name.html [ Pass ]
-storage/indexeddb/mozilla/cursor-mutation-objectstore-only.html [ Pass ]
-storage/indexeddb/mozilla/cursor-mutation.html [ Pass ]
-storage/indexeddb/mozilla/cursor-update-updates-indexes.html [ Pass ]
-storage/indexeddb/mozilla/cursors.html [ Pass ]
-storage/indexeddb/mozilla/delete-result.html [ Pass ]
-storage/indexeddb/mozilla/event-source.html [ Pass ]
-storage/indexeddb/mozilla/index-prev-no-duplicate.html [ Pass ]
-storage/indexeddb/mozilla/indexes.html [ Pass ]
-storage/indexeddb/mozilla/key-requirements-delete-null-key.html [ Pass ]
-storage/indexeddb/mozilla/key-requirements-inline-and-passed.html [ Pass ]
-storage/indexeddb/mozilla/key-requirements-put-no-key.html [ Pass ]
-storage/indexeddb/mozilla/key-requirements-put-null-key.html [ Pass ]
-storage/indexeddb/mozilla/key-requirements.html [ Pass ]
-storage/indexeddb/mozilla/object-cursors.html [ Pass ]
-storage/indexeddb/mozilla/object-identity.html [ Pass ]
-storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put.html [ Pass ]
-storage/indexeddb/mozilla/object-store-remove-values.html [ Pass ]
-storage/indexeddb/mozilla/objectstorenames.html [ Pass ]
-storage/indexeddb/mozilla/odd-result-order.html [ Pass ]
-storage/indexeddb/mozilla/open-database-null-name.html [ Pass ]
-storage/indexeddb/mozilla/put-get-values.html [ Pass ]
-storage/indexeddb/mozilla/readonly-transactions.html [ Pass ]
-storage/indexeddb/mozilla/readwrite-transactions.html [ Pass ]
-storage/indexeddb/mozilla/readyState.html [ Pass ]
-storage/indexeddb/mozilla/remove-index.html [ Pass ]
-storage/indexeddb/mozilla/remove-objectstore.html [ Pass ]
-storage/indexeddb/mozilla/versionchange-abort.html [ Pass ]
</del><ins>+# All mozilla tests except for 1 pass.
+storage/indexeddb/mozilla [ Pass ]
+storage/indexeddb/mozilla/global-data.html
</ins><span class="cx"> 
</span><del>-### END OF (5) Features that are not supported in WebKit1, so skipped in mac/TestExpectations then re-enabled here
</del><ins>+### END OF (3) Unclassified failures
</ins><span class="cx"> ########################################
</span><span class="cx"> 
</span><ins>+########################################
+### START OF (4) Features that are not supported in WebKit2 and likely never will be
</ins><span class="cx"> 
</span><ins>+### END OF (4) Features that are not supported in WebKit2 and likely never will be
</ins><span class="cx"> ########################################
</span><del>-### START OF (6) Features that are not supported in WebKit2, on Mavericks
</del><span class="cx"> 
</span><ins>+########################################
+### START OF (5) Features that are not supported in WebKit2, on Mavericks
+
</ins><span class="cx"> # Shared workers disabled with the Network Process
</span><span class="cx"> [ Mavericks ] fast/workers/shared-worker-constructor.html [ Skip ]
</span><span class="cx"> [ Mavericks ] fast/workers/shared-worker-context-gc.html [ Skip ]
</span><span class="lines">@@ -616,5 +560,5 @@
</span><span class="cx"> [ Mavericks ] http/tests/xmlhttprequest/web-apps/012.html [ Failure ]
</span><span class="cx"> [ Mavericks ] http/tests/xmlhttprequest/web-apps/013.html [ Failure ]
</span><span class="cx"> 
</span><del>-### END OF (6) Features that are not supported in WebKit2, on Mavericks
</del><ins>+### END OF (5) Features that are not supported in WebKit2, on Mavericks
</ins><span class="cx"> ########################################
</span></span></pre>
</div>
</div>

</body>
</html>