<!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>[174184] 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/174184">174184</a></dd>
<dt>Author</dt> <dd>roger_fong@apple.com</dd>
<dt>Date</dt> <dd>2014-10-01 16:00:29 -0700 (Wed, 01 Oct 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[ Windows ] More Windows test gardening to get bots green Part 3.
* platform/win/TestExpectations: More indiscriminate mass skipping.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformwinTestExpectations">trunk/LayoutTests/platform/win/TestExpectations</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (174183 => 174184)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-10-01 22:59:02 UTC (rev 174183)
+++ trunk/LayoutTests/ChangeLog        2014-10-01 23:00:29 UTC (rev 174184)
</span><span class="lines">@@ -1,3 +1,9 @@
</span><ins>+2014-10-01  Roger Fong  &lt;roger_fong@apple.com&gt;
+
+        [ Windows ] More Windows test gardening to get bots green Part 3.
+
+        * platform/win/TestExpectations: More indiscriminate mass skipping.
+
</ins><span class="cx"> 2014-10-01  Beth Dakin  &lt;bdakin@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         This expectation should be MoutainLion-only until we find evidence otherwise.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (174183 => 174184)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2014-10-01 22:59:02 UTC (rev 174183)
+++ trunk/LayoutTests/platform/win/TestExpectations        2014-10-01 23:00:29 UTC (rev 174184)
</span><span class="lines">@@ -1328,118 +1328,13 @@
</span><span class="cx"> # Unskip after implementing LayoutTestController::setDefersLoading and ::goBack.
</span><span class="cx"> loader/navigation-while-deferring-loads.html
</span><span class="cx"> 
</span><del>-# crashing webgl tests
-fast/canvas/webgl/draw-arrays-out-of-bounds.html
-fast/canvas/webgl/draw-elements-out-of-bounds.html
-fast/canvas/webgl/gl-vertexattribpointer.html
-fast/canvas/webgl/index-validation.html
-webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-video.html
-webgl/1.0.1/conformance/attribs/gl-vertexattribpointer.html
-webgl/1.0.1/conformance/more/functions/bufferData.html
-webgl/1.0.1/conformance/more/functions/bufferDataBadArgs.html
-webgl/1.0.1/conformance/more/functions/drawArraysOutOfBounds.html
-webgl/1.0.1/conformance/rendering/draw-arrays-out-of-bounds.html
-webgl/1.0.1/conformance/rendering/draw-elements-out-of-bounds.html
-webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html
-webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video.html
-webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html
-webgl/1.0.2/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html
-webgl/1.0.2/conformance/more/functions/uniformiBadArgs.html
-webgl/1.0.2/conformance/attribs/gl-vertexattribpointer.html
-webgl/1.0.2/conformance/more/functions/bufferData.html
-webgl/1.0.2/conformance/more/functions/bufferDataBadArgs.html
-webgl/1.0.2/conformance/more/functions/drawArraysOutOfBounds.html
-webgl/1.0.2/conformance/rendering/draw-arrays-out-of-bounds.html
-webgl/1.0.2/conformance/rendering/draw-elements-out-of-bounds.html
-webgl/conformance/attribs/gl-vertexattribpointer.html
-webgl/conformance/more/functions/bufferData.html
-webgl/conformance/more/functions/bufferDataBadArgs.html
-webgl/conformance/more/functions/drawArraysOutOfBounds.html
-webgl/conformance/rendering/draw-arrays-out-of-bounds.html
-webgl/conformance/rendering/draw-elements-out-of-bounds.html
</del><ins>+# Skip all webgl tests on Windows for now since they don't seem to work consistently
+webgl [ Skip ]
+fast/canvas/webgl [ Skip ]
+http/tests/security/webgl-remote-read-remote-image-allowed.html [ Skip ]
+http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html [ Skip ]
+http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html [ Skip ]
</ins><span class="cx"> 
</span><del>-# failing webgl tests
-webgl/1.0.1/conformance/canvas/buffer-offscreen-test.html
-webgl/1.0.1/conformance/canvas/buffer-preserve-test.html
-webgl/1.0.1/conformance/context/context-lost-restored.html
-webgl/1.0.1/conformance/glsl/misc/shader-with-conditional-scoping.html
-webgl/1.0.1/conformance/glsl/misc/shader-with-do-scoping.html
-webgl/1.0.1/conformance/glsl/misc/shader-with-for-scoping.html
-webgl/1.0.1/conformance/glsl/misc/shader-with-functional-scoping.html
-webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2dlod.html
-webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2dproj.html
-webgl/1.0.1/conformance/more/functions/readPixelsBadArgs.html
-webgl/1.0.1/conformance/more/functions/texImage2DHTML.html
-webgl/1.0.1/conformance/more/functions/texSubImage2DHTML.html
-webgl/1.0.1/conformance/reading/read-pixels-pack-alignment.html
-webgl/1.0.1/conformance/reading/read-pixels-test.html
-webgl/1.0.1/conformance/textures/origin-clean-conformance.html
-webgl/1.0.1/conformance/textures/texture-npot-video.html
-webgl/1.0.1/conformance/uniforms/uniform-location.html
-webgl/1.0.2/conformance/canvas/buffer-offscreen-test.html
-webgl/1.0.2/conformance/canvas/buffer-preserve-test.html
-webgl/1.0.2/conformance/context/context-attributes-alpha-depth-stencil-antialias.html
-webgl/1.0.2/conformance/context/context-attribute-preserve-drawing-buffer.html
-webgl/1.0.2/conformance/context/context-creation-and-destruction.html
-webgl/1.0.2/conformance/glsl/misc/large-loop-compile.html
-webgl/1.0.2/conformance/more/functions/uniformfArrayLen1.html
-webgl/1.0.2/conformance/ogles/GL/build/build_009_to_016.html
-webgl/1.0.2/conformance/reading/read-pixels-pack-alignment.html
-webgl/1.0.2/conformance/reading/read-pixels-test.html
-webgl/1.0.2/conformance/rendering/multisample-corruption.html
-webgl/1.0.2/conformance/textures/texture-npot-video.html
-webgl/1.0.2/conformance/uniforms/uniform-location.html
-webgl/1.0.2/conformance/rendering/more-than-65536-indices.html
-webgl/1.0.2/conformance/ogles/GL/log2/log2_001_to_008.html
-webgl/1.0.2/conformance/context/context-lost-restored.html
-webgl/1.0.2/conformance/extensions/oes-texture-float-with-video.html
-webgl/conformance/canvas/buffer-offscreen-test.html
-webgl/conformance/canvas/buffer-preserve-test.html
-webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html
-webgl/conformance/context/context-attribute-preserve-drawing-buffer.html
-webgl/conformance/context/context-creation-and-destruction.html
-webgl/conformance/context/context-lost-restored.html
-webgl/conformance/extensions/oes-texture-float-with-video.html
-webgl/conformance/more/functions/readPixelsBadArgs.html
-webgl/conformance/more/functions/texImage2DHTML.html
-webgl/conformance/more/functions/texSubImage2DHTML.html
-webgl/conformance/more/functions/uniformfArrayLen1.html
-webgl/conformance/reading/read-pixels-pack-alignment.html
-webgl/conformance/reading/read-pixels-test.html
-webgl/conformance/rendering/more-than-65536-indices.html
-webgl/conformance/rendering/multisample-corruption.html
-webgl/conformance/rendering/point-size.html
-webgl/conformance/textures/origin-clean-conformance.html
-webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html
-webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html
-webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html
-webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html
-webgl/conformance/textures/texture-npot-video.html
-webgl/conformance/typedarrays/data-view-test.html
-webgl/conformance/uniforms/uniform-location.html
-fast/canvas/webgl/canvas-supports-context.html
-fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html
-fast/canvas/webgl/drawingbuffer-test.html
-fast/canvas/webgl/framebuffer-object-attachment.html
-fast/canvas/webgl/gl-get-calls.html
-fast/canvas/webgl/glsl-conformance.html
-fast/canvas/webgl/oes-element-index-uint.html
-fast/canvas/webgl/oes-texture-half-float-with-video.html
-fast/canvas/webgl/oes-vertex-array-object.html
-fast/canvas/webgl/read-pixels-pack-alignment.html
-fast/canvas/webgl/read-pixels-test.html
-fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgb565.html
-fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba4444.html
-fast/canvas/webgl/tex-image-and-sub-image-2d-with-video-rgba5551.html
-fast/canvas/webgl/tex-image-and-sub-image-2d-with-video.html
-fast/canvas/webgl/uniform-location.html
-fast/canvas/webgl/webgl-compressed-texture-size-limit.html
-fast/canvas/webgl/webgl-depth-texture.html
-fast/canvas/webgl/webgl-draw-buffers.html
-http/tests/security/webgl-remote-read-remote-image-allowed.html
-http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html
-http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html
-
</del><span class="cx"> # CSS Grid Layout is not yet enabled.
</span><span class="cx"> webkit.org/b/60731 fast/css-grid-layout
</span><span class="cx"> 
</span><span class="lines">@@ -1646,30 +1541,9 @@
</span><span class="cx"> webkit.org/b/88107 plugins/fullscreen-plugins-dont-reload.html [ Skip ]
</span><span class="cx"> webkit.org/b/88107 plugins/netscape-plugin-page-cache-works.html [ Skip ]
</span><span class="cx"> 
</span><del>-# Assert in RenderGeometryMap::absoluteRect
-# https://bugs.webkit.org/show_bug.cgi?id=88128
-webkit.org/b/88128 [ Debug ] compositing/geometry/fixed-position.html [ Crash ]
-webkit.org/b/88128 compositing/geometry/fixed-position-composited-switch.html
-webkit.org/b/88128 [ Debug ] compositing/geometry/limit-layer-bounds-fixed-positioned.html [ Crash ]
-webkit.org/b/88128 [ Debug ] compositing/geometry/video-fixed-scrolling.html [ Crash ]
-webkit.org/b/88128 [ Debug ] compositing/iframes/overlapped-nested-iframes.html [ Crash ]
-webkit.org/b/88128 [ Debug ] compositing/layer-creation/fixed-position-and-transform.html [ Crash ]
-webkit.org/b/88128 [ Debug ] compositing/layer-creation/fixed-position-scroll.html [ Crash ]
-webkit.org/b/88128 [ Debug ] compositing/layer-creation/fixed-position-under-transform.html [ Crash ]
-webkit.org/b/88128 [ Debug ] compositing/overflow/fixed-position-ancestor-clip.html [ Crash ]
-webkit.org/b/88128 [ Debug ] compositing/rtl/rtl-fixed-overflow-scrolled.html [ Crash ]
-webkit.org/b/88128 [ Debug ] compositing/rtl/rtl-fixed-overflow.html [ Crash ]
-webkit.org/b/88128 [ Debug ] compositing/rtl/rtl-fixed.html [ Crash ]
-
</del><span class="cx"> # LAYER_TREE_INCLUDES_VISIBLE_RECTS option to layerTreeAsText is only applicable to Mac.
</span><span class="cx"> compositing/visible-rect
</span><span class="cx"> 
</span><del>-# Asserts in RenderLayerBacking::paintIntoLayer
-webkit.org/b/88149 [ Debug ] compositing/backing/no-backing-foreground-layer.html [ Crash ]
-
-# Asserts in GraphicsContext::platformContext
-webkit.org/b/88150 [ Debug ] compositing/geometry/clipping-foreground.html [ Crash ]
-
</del><span class="cx"> # Need rebaselining / checking - skipped en masse to get the bots green again
</span><span class="cx"> css2.1/t0805-c5518-brdr-t-01-e.html
</span><span class="cx"> css2.1/20110323/c543-txt-decor-000.html
</span><span class="lines">@@ -1987,11 +1861,8 @@
</span><span class="cx"> 
</span><span class="cx"> # Inspector Protocol
</span><span class="cx"> webkit.org/b/100846 [ Release ] inspector-protocol/debugger/pause-dedicated-worker.html [ Failure ]
</span><del>-webkit.org/b/100846 [ Debug ] inspector-protocol/debugger/pause-dedicated-worker.html [ Failure ]
</del><span class="cx"> webkit.org/b/128979 inspector-protocol/debugger/pause-on-assert.html [ Pass Failure ]
</span><span class="cx"> webkit.org/b/100846 inspector-protocol/debugger/terminate-dedicated-worker-while-paused.html [ Failure ]
</span><del>-webkit.org/b/128979 inspector/dom/content-node-region-info.html [ Pass Failure ]
-webkit.org/b/128979 [ Debug ] inspector-protocol/dom/getAccessibilityPropertiesForNode.html [ Crash ]
</del><span class="cx"> webkit.org/b/128979 [ Release ] inspector-protocol/dom/getAccessibilityPropertiesForNode.html [ Pass Failure ]
</span><span class="cx"> 
</span><span class="cx"> # CSS3_TEXT is disabled on Windows
</span><span class="lines">@@ -2736,6 +2607,8 @@
</span><span class="cx"> html5lib/generated/run-entities01-data.html [ Crash ]
</span><span class="cx"> html5lib/generated/run-tests1-data.html [ Crash ]
</span><span class="cx"> html5lib/generated/run-tests19-data.html [ Crash ]
</span><ins>+html5lib/generated/run-domjs-unsafe-data.html [ Crash ]
+html5lib/generated/run-tests16-data.html [ Crash ]
</ins><span class="cx"> ietestcenter/css3/bordersbackgrounds [ Pass Failure Timeout ]
</span><span class="cx"> ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm [ ImageOnlyFailure ]
</span><span class="cx"> ietestcenter/css3/flexbox/flexbox-layout-002.htm [ ImageOnlyFailure ]
</span><span class="lines">@@ -2750,12 +2623,12 @@
</span><span class="cx"> ietestcenter/css3/namespaces/syntax-021.xml [ ImageOnlyFailure ]
</span><span class="cx"> [ Release ] ietestcenter/css3/valuesandunits/units-000.htm [ ImageOnlyFailure ]
</span><span class="cx"> ietestcenter/Javascript [ Pass Failure Timeout ]
</span><del>-inspector-protocol/layers/layers-reflected-content.html [ Pass Timeout ]
-inspector-protocol/debugger/setBreakpoint-actions.html [ Pass Timeout ]
-inspector-protocol/dom/focus.html [ Pass Timeout ]
-inspector-protocol/dom/remove-multiple-nodes.html [ Pass Timeout ]
</del><ins>+[ Release ] inspector-protocol/layers/layers-reflected-content.html [ Pass Timeout ]
+[ Release ] inspector-protocol/debugger/setBreakpoint-actions.html [ Pass Timeout ]
+[ Release ] inspector-protocol/dom/focus.html [ Pass Timeout ]
+[ Release ] inspector-protocol/dom/remove-multiple-nodes.html [ Pass Timeout ]
</ins><span class="cx"> js/dfg-to-string-int.html [ Pass Timeout ]
</span><del>-js/dfg-inline-arguments-use-from-all-the-places.html [ Pass Timeout ]
</del><ins>+js/dfg-inline-arguments-use-from-all-the-places.html [ Pass Timeout Failure ]
</ins><span class="cx"> js/dfg-uint8clampedarray-out-of-bounds-put-by-val-alias.html [ Pass Timeout ]
</span><span class="cx"> js/dom/const.html [ Pass Timeout ]
</span><span class="cx"> js/dom/dfg-patchable-get-by-id-after-watchpoint.html [ Pass Timeout ]
</span><span class="lines">@@ -2861,6 +2734,8 @@
</span><span class="cx"> 
</span><span class="cx"> # Tests that exceed maximum call stack on windows
</span><span class="cx"> fast/dom/Window/window-postmessage-clone-deep-array.html
</span><ins>+js/dom/deep-recursion-test.html
+js/dom/global-recursion-on-full-stack.html
</ins><span class="cx"> 
</span><span class="cx"> # Some inspector tests failing after r173992
</span><span class="cx"> webkit.org/b/137157 inspector/css/matched-style-properties.html [ Failure ]
</span><span class="lines">@@ -2893,7 +2768,7 @@
</span><span class="cx"> css3/viewport-percentage-lengths/viewport-percentage-lengths-resize.html [ Failure ]
</span><span class="cx"> fast/css/direct-adjacent-style-update-optimization.html [ Failure ]
</span><span class="cx"> fast/css/indirect-adjacent-style-update-optimization.html [ Failure ]
</span><del>-fast/css/read-only-read-write-input-basics.html [ Failure ]
</del><ins>+fast/css/read-only-read-write-input-basics.html [ ImageOnlyFailure ]
</ins><span class="cx"> 
</span><span class="cx"> # More random tests to skip on Windows to get the bots green
</span><span class="cx"> fast/replaced/width100percent-button.html [ Skip ]
</span><span class="lines">@@ -2905,7 +2780,6 @@
</span><span class="cx"> inspector-protocol/layers/layers-blending-compositing-reasons.html [ Skip ]
</span><span class="cx"> inspector/test-harness-trivially-works.html [ Skip ]
</span><span class="cx"> js/date-constructor.html [ Skip ]
</span><del>-js/dfg-inline-arguments-use-from-all-the-places.html [ Skip ]
</del><span class="cx"> js/dom/dom-static-property-for-in-iteration.html [ Skip ]
</span><span class="cx"> js/slow-stress/Int32Array-alloc-large-long-lived.html [ Skip ]
</span><span class="cx"> mathml/presentation/stretchy-depth-height.html [ Skip ]
</span><span class="lines">@@ -2932,24 +2806,37 @@
</span><span class="cx"> fast/text/indic.html [ Skip ]
</span><span class="cx"> fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html [ Skip ]
</span><span class="cx"> ietestcenter/Javascript/12.10-2-2.html [ Skip ]
</span><del>-js/dfg-inline-arguments-use-from-all-the-places.html [ Skip ]
</del><span class="cx"> js/dom/non-object-proto.html [ Skip ]
</span><span class="cx"> storage/domstorage/sessionstorage/delete-removal.html [ Skip ]
</span><span class="cx"> tables/mozilla/bugs/bug133756-1.html [ Skip ]
</span><ins>+fast/forms/textarea-linewrap-dynamic.html [ Crash ]
+fast/forms/week/week-input-type.html [ Crash ]
+fast/events/no-blur-on-enter-button.html [ Crash ]
+fast/css/parsing-invalid-block-recovery.html [ Crash ]
+fast/dom/HTMLDocument/title-get.html [ Crash ]
+fast/regions/fullscreen/full-screen-video-from-region.html [ Crash ]
+fast/regions/writing-mode/invalid-first-region-with-writing-mode-2.html [ Crash ]
+fast/inline/inline-child-height-width-calc-crash.html [ Crash ]
+js/string-from-char-code.html [ Crash ]
+js/date-daysfrom1970-overflow.html [ Crash ]
+mathml/roots-addChild.html [ Crash ]
+fast/borders/bidi-002.html [ Failure ]
+fast/borders/bidi-009a.html [ Failure ]
+fast/dom/rtl-scroll-to-leftmost-and-resize.html [ Failure ]
+fast/text/khmer-lao-font.html [ Failure ]
+mathml/opentype/opentype-stretchy-horizontal.html [ Failure ]
+inspector/dom/content-node-region-info.html [ Crash Pass Failure ]
+fast/overflow/overflow-height-float-not-removed-crash2.html [ Crash Pass ]
+fast/overflow/overflow-height-float-not-removed-crash.html [ Crash Pass ]
+fast/dom/SelectorAPI/dumpNodeList-almost-strict.html [ Crash Pass ]
+fast/regions/subtree-with-vert-lr.html [ Crash Pass ]
+fast/regions/writing-mode/changing-writing-mode.html [ Crash Pass ]
+mathml/presentation/style-changed.html [ Crash Pass ]
</ins><span class="cx"> 
</span><span class="cx"> # Skip tests that fail only in Debug mode 
</span><span class="cx"> [ Debug ] compositing [ Skip ]
</span><span class="cx"> [ Debug ] fast/canvas [ Skip ]
</span><span class="cx"> [ Debug ] inspector-protocol [ Skip ]
</span><span class="cx"> [ Debug ] fast/canvas/webgl [ Skip ]
</span><del>-[ Debug ] webgl [ Skip ]
</del><span class="cx"> [ Debug ] transforms/3d/hit-testing [ Skip ]
</span><span class="cx"> [ Debug ] transforms/3d/point-mapping [ Skip ]
</span><del>-[ Debug ] inspector/dom/content-node-region-info.html [ Crash ]
-[ Debug ] fast/overflow/overflow-height-float-not-removed-crash2.html [ Crash ]
-[ Debug ] fast/overflow/overflow-height-float-not-removed-crash.html [ Crash ]
-[ Debug ] fast/dom/SelectorAPI/dumpNodeList-almost-strict.html [ Crash ]
-[ Debug ] fast/regions/subtree-with-vert-lr.html [ Crash ]
-[ Debug ] fast/regions/writing-mode/changing-writing-mode.html [ Crash ]
-[ Debug ] mathml/opentype/opentype-stretchy-horizontal.html [ Crash ]
-[ Debug ] mathml/presentation/style-changed.html [ Crash ]
</del></span></pre>
</div>
</div>

</body>
</html>