<!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>[176405] 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/176405">176405</a></dd>
<dt>Author</dt> <dd>dbates@webkit.org</dd>
<dt>Date</dt> <dd>2014-11-20 11:06:43 -0800 (Thu, 20 Nov 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[iOS] Temporarily skip almost all DRT tests

Towards updating the expected results on iOS, temporarily skip running almost
all DRT tests on iOS. We'll subsequently un-skip tests as we land updated/new
expected results for them.

* 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>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (176404 => 176405)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-11-20 18:50:46 UTC (rev 176404)
+++ trunk/LayoutTests/ChangeLog        2014-11-20 19:06:43 UTC (rev 176405)
</span><span class="lines">@@ -1,3 +1,13 @@
</span><ins>+2014-11-20  Daniel Bates  &lt;dabates@apple.com&gt;
+
+        [iOS] Temporarily skip almost all DRT tests
+
+        Towards updating the expected results on iOS, temporarily skip running almost
+        all DRT tests on iOS. We'll subsequently un-skip tests as we land updated/new
+        expected results for them.
+
+        * platform/ios-simulator/TestExpectations:
+
</ins><span class="cx"> 2014-11-20  Yusuke Suzuki  &lt;utatane.tea@gmail.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Rename String.prototype.contains to String.prototype.includes
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (176404 => 176405)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations        2014-11-20 18:50:46 UTC (rev 176404)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations        2014-11-20 19:06:43 UTC (rev 176405)
</span><span class="lines">@@ -2,104 +2,41 @@
</span><span class="cx"> #
</span><span class="cx"> # See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
</span><span class="cx"> 
</span><ins>+###
+# Unsupported and disabled features
+##
</ins><span class="cx"> # Cannot enable AX tests because there are too many differences between what is available
</span><span class="cx"> # through the iPhone AX API and the OS X AX API.
</span><span class="cx"> accessibility
</span><span class="cx"> 
</span><del>-# batterystatus is not supported on iOS
-batterystatus
-
-# no plug-ins on iOS
-compositing/plugins
-
-# tests that rely on media loading
-compositing/geometry/clipped-video-controller.html [ Skip ]
-compositing/geometry/video-fixed-scrolling.html [ Skip ]
-compositing/geometry/video-opacity-overlay.html [ Skip ]
-compositing/regions/floated-region-with-transformed-child.html [ Skip ]
-compositing/regions/propagate-region-box-shadow-border-padding-for-video.html [ Skip ]
-compositing/regions/transform-transparent-positioned-video-inside-region.html [ Skip ]
-compositing/regions/video-in-overflow-region.html [ Skip ]
-compositing/self-painting-layers2.html [ Skip ]
-compositing/video-page-visibility.html [ Skip ]
-compositing/video/video-background-color.html [ Skip ]
-compositing/video/video-object-fit.html [ Skip ]
-compositing/video/video-poster.html [ Skip ]
-compositing/video/video-reflection.html [ Skip ]
-compositing/visibility/visibility-simple-video-layer.html [ Skip ]
-
-# no fullscreen API on iOS
</del><ins>+# No fullscreen API on iOS
</ins><span class="cx"> fullscreen
</span><span class="cx"> http/tests/fullscreen
</span><span class="cx"> 
</span><del>-# no gamepad on iOS
-gamepad
</del><ins>+# Skip WebGL tests in iOS Simulator
+webgl
+fast/canvas/webgl
</ins><span class="cx"> 
</span><del>-# Java is not available on iOS
-java
</del><ins>+# Encrypted Media Extensions are not enabled
+media/encrypted-media/
+fast/events/constructors/device-proximity-event-constructor.html
</ins><span class="cx"> 
</span><del>-# iOS doesn't support Notifications.
-fast/notifications
-http/tests/notifications
-
-# Pointer Lock is not implemented in iOS.
-pointer-lock/
-http/tests/pointer-lock/
-
-# FIXME: &lt;rdar://problem/6512037&gt; LayoutTests: Enable printing tests once printing is supported on iPhone OS
</del><ins>+# FIXME: &lt;rdar://problem/6512037&gt; LayoutTests: Enable printing tests once printing is supported on iOS
</ins><span class="cx"> printing
</span><span class="cx"> 
</span><del>-# Proximity Events not supported on iOS
</del><ins>+# Not supported on iOS
+batterystatus
+gamepad
+java
</ins><span class="cx"> proximity
</span><del>-fast/events/constructors/device-proximity-event-constructor.html
-
-# Encrypted Media Extensions are not enabled.
-media/encrypted-media/
-fast/events/constructors/media-key-event-constructor.html
-
-# Touch adjustment not supported on iOS
</del><ins>+pointer-lock
</ins><span class="cx"> touchadjustment
</span><del>-
-# ENABLE_VIBRATION - Vibration API is not enabled.
</del><span class="cx"> vibration
</span><ins>+webaudio
</ins><span class="cx"> 
</span><del>-# Skip webgl tests in the simulator
-fast/canvas/webgl
-webgl
-
-# canvas
-webkit.org/b/137530 canvas/philip/tests/2d.composite.operation.clear.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.composite.operation.darker.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.drawImage.animated.poster.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.drawImage.broken.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.drawImage.outsidesource.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.missingargs.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.path.rect.winding.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.pattern.image.incomplete.omitted.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.text-custom-font-load-crash.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.text.draw.baseline.bottom.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.text.draw.baseline.hanging.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.text.draw.baseline.ideographic.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.text.draw.baseline.middle.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.text.draw.baseline.top.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.text.draw.space.collapse.end.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.text.draw.space.collapse.other.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.text.draw.space.collapse.space.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.text.draw.space.collapse.start.html [ Failure ]
-webkit.org/b/137530 canvas/philip/tests/2d.text.measure.width.space.html [ Failure ]
-
-fast/canvas/canvas-bg.html [ Failure ]
-fast/canvas/canvas-blending-global-alpha.html [ Failure ]
-fast/canvas/canvas-gradient-addStop-error.html [ Failure ]
-fast/canvas/canvas-measureText-ideographicSpace.html [ Failure ]
-fast/canvas/canvas-quadratic-same-endpoint.html [ Failure ]
-fast/canvas/canvas-toDataURL-webp.html  [ Skip ] # Webp not supported
-fast/canvas/draw-focus-if-needed-with-path.html [ Failure ]
-fast/canvas/draw-focus-if-needed.html [ Failure ]
-
</del><ins>+###
+# Known failures
+##
</ins><span class="cx"> webkit.org/b/137572 scrollbars/scroll-rtl-or-bt-layer.html [ Failure ]
</span><span class="cx"> webkit.org/b/137572 scrollbars/scrollable-iframe-remove-crash.html [ Failure ]
</span><span class="cx"> webkit.org/b/137572 scrollbars/scrollbar-drag-thumb-with-large-content.html [ Failure ]
</span><span class="lines">@@ -107,43 +44,58 @@
</span><span class="cx"> webkit.org/b/137572 scrollbars/scrollbar-selectors.html [ Failure ]
</span><span class="cx"> webkit.org/b/137572 scrollbars/scrollevent-iframe-no-scrolling.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Quota API is not supported on iOS.
-storage/domstorage/quota.html [ Skip ]
-storage/storageinfo-missing-arguments.html [ Skip ]
-storage/storageinfo-no-callbacks.html [ Skip ]
-storage/storageinfo-query-usage.html [ Skip ]
-storage/storageinfo-request-quota.html [ Skip ]
-storage/storagequota-query-usage.html [ Skip ]
-storage/storagequota-request-quota.html [ Skip ]
-storage/websql/quota-tracking.html [ Skip ]
-
</del><span class="cx"> # SVG
</span><del>-webkit.org/b/137574 svg/as-image/svg-nested.html [ Crash ]
-webkit.org/b/137574 svg/dom/SVGAnimatedAngle.html [ Pass Crash ]
-webkit.org/b/137574 svg/css/arrow-with-shadow.svg [ Pass Crash ]
</del><ins>+webkit.org/b/137574 svg/as-image/svg-nested.html [ Skip ] # Times out
+webkit.org/b/137574 svg/dom/SVGAnimatedAngle.html [ Skip ] # Pass, Crash
+webkit.org/b/137574 svg/css/arrow-with-shadow.svg [ Skip ] # Pass, Crash
</ins><span class="cx"> 
</span><del>-# webaudio
-webaudio/codec-tests/vorbis/vbr-96kbps-44khz.html [ Skip ] # unsupported audio format
-webaudio/mediastreamaudiodestinationnode.html [ Skip ] # don't support context.createMediaStreamDestination
-webaudio/mediastreamaudiosourcenode.html [ Skip ] # don't support getUserMedia
-
-# request-animation-frame broken in the simulator.
</del><ins>+# window.requestAnimationFrame() broken in iOS Simulator
</ins><span class="cx"> webkit.org/b/137588 fast/animation
</span><span class="cx"> 
</span><del>-# enableAutoResizeMode not implementated
-fast/autoresize
-
-# CSS3 Text support is not yet enabled (needs ENABLE_CSS3_TEXT).
-webkit.org/b/76173 fast/css3-text/css3-text-align-last
-webkit.org/b/99945 fast/css3-text/css3-text-justify [ Skip ]
-webkit.org/b/112755 fast/css3-text/css3-text-indent [ Failure ImageOnlyFailure ]
-webkit.org/b/58491 editing/pasteboard/insert-text-decoration.html [ Skip ]
-
-# ENABLE(SHADOW_DOM) is disabled.
-fast/dom/shadow
-fast/dom/HTMLTemplateElement/cycles-in-shadow.html
-editing/shadow
-accessibility/corresponding-control-deleted-crash.html
-editing/text-iterator/basic-iteration-shadowdom.html
-fast/dom/DeviceMotion/no-page-cache.html [ Skip ]
-fast/dom/DeviceOrientation
</del><ins>+###
+# Temporarily skip all others tests
+# We'll un-skip each directory as we land updated/new expected results
+##
+animations
+canvas
+compositing
+crypto
+css1
+css2.1
+css3
+cssom
+dom
+editing
+fast
+fonts
+html5lib
+http
+ietestcenter
+imported
+indieui
+inspector
+inspector-obsolete
+inspector-protocol
+jquery
+js
+loader
+mathml
+media
+mhtml
+pageoverlay
+perf
+platform
+plugins
+resources
+scrollbars
+scrollingcoordinator
+security
+sputnik
+storage
+svg
+tables
+transforms
+transitions
+traversal
+userscripts
+webarchive
</ins></span></pre>
</div>
</div>

</body>
</html>