<!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>[196523] 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/196523">196523</a></dd>
<dt>Author</dt> <dd>ryanhaddad@apple.com</dd>
<dt>Date</dt> <dd>2016-02-12 16:06:42 -0800 (Fri, 12 Feb 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Re-enable skipped animations tests on ios-simulator.
https://bugs.webkit.org/show_bug.cgi?id=152131

Unreviewed test gardening.

* platform/ios-simulator-wk2/TestExpectations:
* platform/ios-simulator/TestExpectations:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorTestExpectations">trunk/LayoutTests/platform/ios-simulator/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2TestExpectations">trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (196522 => 196523)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-02-12 23:34:58 UTC (rev 196522)
+++ trunk/LayoutTests/ChangeLog        2016-02-13 00:06:42 UTC (rev 196523)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2016-02-11  Ryan Haddad  &lt;ryanhaddad@apple.com&gt;
+
+        Re-enable skipped animations tests on ios-simulator
+        https://bugs.webkit.org/show_bug.cgi?id=152131
+
+        Unreviewed test gardening.
+
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/ios-simulator/TestExpectations:
+
</ins><span class="cx"> 2016-02-12  Jiewen Tan  &lt;jiewen_tan@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         WebKit should expose the DOM 4 Event.isTrusted property
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (196522 => 196523)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations        2016-02-12 23:34:58 UTC (rev 196522)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations        2016-02-13 00:06:42 UTC (rev 196523)
</span><span class="lines">@@ -106,8 +106,6 @@
</span><span class="cx"> 
</span><span class="cx"> # TODO Animation triggers not supported
</span><span class="cx"> animations/trigger-container-scroll-boundaries.html [ Failure ]
</span><del>-animations/trigger-container-scroll-empty.html [ Failure ]
-animations/trigger-container-scroll-simple.html [ Failure ]
</del><span class="cx"> 
</span><span class="cx"> # Quota API is not supported on iOS
</span><span class="cx"> storage/domstorage/quota.html
</span><span class="lines">@@ -247,25 +245,6 @@
</span><span class="cx"> webkit.org/b/137574 svg/dom/SVGAnimatedAngle.html [ Skip ] # Pass, Crash
</span><span class="cx"> webkit.org/b/137574 svg/css/arrow-with-shadow.svg [ Skip ] # Pass, Crash
</span><span class="cx"> 
</span><del>-# Animation tests that fail:
-animations/cross-fade-background-image.html [ ImageOnlyFailure ]
-animations/cross-fade-webkit-mask-box-image.html [ Failure ]
-animations/play-state-suspend.html [ Pass Failure ]
-animations/suspend-resume-animation.html [ Pass Failure ]
-animations/unprefixed-events-mixed-with-prefixed.html [ Pass Failure ]
-animations/unprefixed-events.html [ Pass Failure ]
-
-# Animation tests that are flaky:
-animations/3d/matrix-transform-type-animation.html [ Skip ] # Pass, Timeout, Missing
-animations/3d/replace-filling-transform.html [ Skip ] # ImageOnlyFailure, Timeout, Pass
-animations/3d/state-at-end-event-transform.html [ Skip ] # Pass, Timeout, Missing 
-animations/animation-delay-changed.html [ Skip ] # Failure, Pass
-animations/cross-fade-border-image-source.html [ Skip ] # Failure, ImageOnlyFailure, Pass
-
-# Animation tests that have stderr:
-animations/3d/transform-origin-vs-functions.html [ Skip ]
-animations/added-while-suspended.html [ Skip ]
-
</del><span class="cx"> # Canvas tests that fail:
</span><span class="cx"> webkit.org/b/137530 canvas/philip/tests/2d.composite.operation.clear.html [ Failure ]
</span><span class="cx"> webkit.org/b/137530 canvas/philip/tests/2d.composite.operation.darker.html [ Failure ]
</span><span class="lines">@@ -2787,7 +2766,6 @@
</span><span class="cx"> # More flaky tests (Sept 18, 2015)
</span><span class="cx"> 
</span><span class="cx"> fast/forms/select-element-focus-ring.html [ Failure Pass ]
</span><del>-animations/keyframe-multiple-timing-functions-transform.html [ Failure Pass ]
</del><span class="cx"> compositing/visible-rect/coverage-scrolling.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> # Imported Blink tests.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (196522 => 196523)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2016-02-12 23:34:58 UTC (rev 196522)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2016-02-13 00:06:42 UTC (rev 196523)
</span><span class="lines">@@ -14,51 +14,11 @@
</span><span class="cx"> # End platform-specific directories.
</span><span class="cx"> #//////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> 
</span><del>-# Animation tests that fail:
-webkit.org/b/129562 [ Debug ] animations/animation-direction-reverse-fill-mode.html [ Skip ]
-[ Release ] animations/animation-direction-reverse-fill-mode.html [ Timeout Pass ]
-webkit.org/b/129562 [ Debug ] animations/fill-mode-reverse.html [ Skip ]
-animations/additive-transform-animations.html [ Pass Failure ]
-animations/play-state-paused.html [ Pass Failure ]
</del><ins>+# Animation tests with issues
+animations/animation-direction-normal.html [ Pass Crash ]
+animations/animation-delay-changed.html [ Pass Crash ]
+animations/cross-fade-background-image.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><del>-# Animation tests that time out:
-animations/animation-direction-normal.html
-animations/animation-direction-reverse-hardware-opacity.html
-animations/animation-direction-reverse-hardware.html
-animations/animation-direction-reverse-non-hardware.html
-animations/animation-direction-reverse-timing-functions-hardware.html
-animations/animation-direction-reverse-timing-functions.html
-animations/animation-direction-reverse.html
-animations/animation-direction.html
-animations/animation-end-event-destroy-renderer.html
-animations/animation-end-event-short-iterations.html
-animations/animation-hit-test-transform.html
-animations/animation-hit-test.html
-animations/animation-internals-api-multiple-keyframes.html
-animations/animation-internals-api.html
-animations/animation-iteration-event-destroy-renderer.html
-animations/animation-matrix-negative-scale-unmatrix.html
-animations/animation-offscreen-to-onscreen.html
-animations/animation-start-event-destroy-renderer.html
-animations/animation-welcome-safari.html
-animations/big-rotation.html
-animations/change-keyframes-name.html
-animations/change-keyframes.html
-animations/change-one-anim.html
-animations/combo-transform-rotate+scale.html
-animations/combo-transform-translate+scale.html
-animations/cross-fade-list-style-image.html
-animations/cross-fade-webkit-mask-box-image.html
-animations/cross-fade-webkit-mask-image.html
-animations/duplicated-keyframes-name.html
-animations/fill-mode-forwards.html
-animations/fill-mode-forwards2.html
-animations/fill-mode-iteration-count-non-integer.html
-animations/fill-mode-missing-from-to-keyframes.html
-animations/fill-mode-multiple-keyframes.html
-animations/fill-mode-removed.html
-animations/state-at-end-event.html
-
</del><span class="cx"> # Compositing tests that fail:
</span><span class="cx"> compositing/contents-scale/incremental-change.html [ ImageOnlyFailure ]
</span><span class="cx"> compositing/iframes/layout-on-compositing-change.html [ Failure ]
</span><span class="lines">@@ -1622,11 +1582,6 @@
</span><span class="cx"> transitions/svg-text-shadow-transition.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> # Flaky tests that time out:
</span><del>-animations/animation-direction-alternate-reverse.html
-animations/cross-fade-background-image.html
-animations/fill-mode.html
-animations/generic-from-to.html
-animations/keyframes-dynamic.html
</del><span class="cx"> compositing/transitions/transform-on-large-layer.html
</span><span class="cx"> css3/filters/animation-from-initial-values-with-color-matrix.html
</span><span class="cx"> fast/dom/Geolocation/delayed-permission-denied.html
</span><span class="lines">@@ -1778,7 +1733,6 @@
</span><span class="cx"> fast/loader/iframe-set-location-base-blank.html [ Failure Pass ]
</span><span class="cx"> fast/loader/refresh-iframe-base-blank.html [ Failure Pass ]
</span><span class="cx"> perf/append-text-nodes-without-renderers.html [ Failure Pass ]
</span><del>-animations/unprefixed-events.html [ Failure Timeout Pass ]
</del><span class="cx"> compositing/layer-creation/mismatched-rotated-transform-animation-overlap.html [ Timeout Pass ]
</span><span class="cx"> 
</span><span class="cx"> # Failures as of 06/08/2015
</span><span class="lines">@@ -1868,7 +1822,6 @@
</span><span class="cx"> 
</span><span class="cx"> # Flaky as of 06/09/2015
</span><span class="cx"> fast/images/animated-gif-no-layout.html [ ImageOnlyFailure Pass ]
</span><del>-animations/transition-and-animation-2.html
</del><span class="cx"> css3/filters/backdrop/animation.html
</span><span class="cx"> http/tests/cache/disk-cache/disk-cache-validation.html
</span><span class="cx"> 
</span><span class="lines">@@ -1885,19 +1838,6 @@
</span><span class="cx"> webkit.org/b/145432 media/video-transformed-by-javascript.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Latest iOS failures as of Sept 1, 2015
</span><del>-animations/keyframe-timing-functions-transform.html [ Failure Pass ]
-animations/matrix-anim.html [ Failure Pass ]
-animations/missing-from-to-transforms.html [ Failure Pass ]
-animations/missing-keyframe-properties-repeating.html [ Failure Pass ]
-animations/missing-keyframe-properties-timing-function.html [ Failure Pass ]
-animations/missing-keyframe-properties.html [ Failure Pass ]
-animations/missing-values-first-keyframe.html [ Failure ImageOnlyFailure Pass ]
-animations/missing-values-last-keyframe.html [ Failure ImageOnlyFailure Pass ]
-animations/play-state.html [ Failure Pass ]
-animations/remove-syncing-animation.html [ Failure Pass ]
-animations/simultaneous-start-transform.html [ Failure Pass ]
-animations/transform-non-accelerated.html [ Failure Pass ]
-animations/transition-and-animation-3.html [ Failure Pass ]
</del><span class="cx"> compositing/iframes/overlapped-nested-iframes.html [ Failure Pass ]
</span><span class="cx"> compositing/layer-creation/mismatched-rotated-transform-transition-overlap.html [ Failure Pass ]
</span><span class="cx"> compositing/layer-creation/mismatched-transform-transition-overlap.html [ Failure Pass ]
</span></span></pre>
</div>
</div>

</body>
</html>