<!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>[195986] 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/195986">195986</a></dd>
<dt>Author</dt> <dd>clopez@igalia.com</dd>
<dt>Date</dt> <dd>2016-02-01 16:00:16 -0800 (Mon, 01 Feb 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Unreviewed GTK+ Gardening.

* platform/efl/TestExpectations: Add fast/shadow-dom/slot-removal-crash-2.html timeout expectation.
* platform/gtk/TestExpectations: Report and update a bunch of test expectations.
* platform/win/TestExpectations: Add fast/shadow-dom/slot-removal-crash-2.html timeout expectation.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformeflTestExpectations">trunk/LayoutTests/platform/efl/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</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 (195985 => 195986)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-02-01 23:55:07 UTC (rev 195985)
+++ trunk/LayoutTests/ChangeLog        2016-02-02 00:00:16 UTC (rev 195986)
</span><span class="lines">@@ -1,3 +1,11 @@
</span><ins>+2016-02-01  Carlos Alberto Lopez Perez  &lt;clopez@igalia.com&gt;
+
+        [GTK] Unreviewed GTK+ Gardening.
+
+        * platform/efl/TestExpectations: Add fast/shadow-dom/slot-removal-crash-2.html timeout expectation.
+        * platform/gtk/TestExpectations: Report and update a bunch of test expectations.
+        * platform/win/TestExpectations: Add fast/shadow-dom/slot-removal-crash-2.html timeout expectation.
+
</ins><span class="cx"> 2016-02-01  Ryan Haddad  &lt;ryanhaddad@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Marking imported/w3c/web-platform-tests/XMLHttpRequest/open-url-multi-window-4.htm as flaky on ios-simulator
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (195985 => 195986)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2016-02-01 23:55:07 UTC (rev 195985)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2016-02-02 00:00:16 UTC (rev 195986)
</span><span class="lines">@@ -2728,3 +2728,5 @@
</span><span class="cx"> webkit.org/b/152602 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-with-flag.html [ Crash ]
</span><span class="cx"> webkit.org/b/152602 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-without-flag-from-subframe.html [ Crash ]
</span><span class="cx"> webkit.org/b/152602 loader/navigation-policy/should-open-external-urls/user-gesture-window-open-without-flag.html [ Crash ]
</span><ins>+
+webkit.org/b/153772 fast/shadow-dom/slot-removal-crash-2.html [ Timeout ]
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (195985 => 195986)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2016-02-01 23:55:07 UTC (rev 195985)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2016-02-02 00:00:16 UTC (rev 195986)
</span><span class="lines">@@ -746,14 +746,7 @@
</span><span class="cx"> webkit.org/b/144771 editing/selection/selection-invalid-offset.html [ Crash ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/152043 [ Debug ] http/tests/media/clearkey/clear-key-hls-aes128.html [ Crash ]
</span><del>-webkit.org/b/152043 [ Debug ] http/tests/media/hls/hls-accessiblity-describes-video.html [ Crash ]
-webkit.org/b/152043 [ Debug ] http/tests/media/hls/hls-audio-tracks-has-audio.html [ Crash ]
-webkit.org/b/152043 [ Debug ] http/tests/media/hls/hls-audio-tracks-locale-selection.html [ Crash ]
-webkit.org/b/152043 [ Debug ] http/tests/media/hls/hls-audio-tracks.html [ Crash ]
-webkit.org/b/152043 [ Debug ] http/tests/media/hls/hls-progress.html [ Crash ]
-webkit.org/b/152043 [ Debug ] http/tests/media/hls/video-controller-getStartDate.html [ Crash ]
-webkit.org/b/152043 [ Debug ] http/tests/media/hls/video-controls-live-stream.html [ Crash ]
-webkit.org/b/152043 [ Debug ] http/tests/media/hls/video-cookie.html [ Crash ]
</del><ins>+webkit.org/b/152043 [ Debug ] http/tests/media/hls [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/152642 http/tests/misc/detached-frame-console.html [ Crash Pass Timeout Failure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1249,6 +1242,8 @@
</span><span class="cx"> webkit.org/b/132126 media/track/track-cues-enter-exit.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/132126 media/video-poster-background.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/153771 animations/resume-after-page-cache.html [ Timeout Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Flaky tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1308,25 +1303,49 @@
</span><span class="cx"> 
</span><span class="cx"> Bug(GTK) [ Release ] http/tests/media/hls/video-cookie.html [ Pass Slow ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/149916 http/tests/inspector/dom/disconnect-dom-tree-after-main-frame-navigation.html [ Pass Slow ]
+webkit.org/b/149916 inspector/codemirror/prettyprinting-css.html [ Pass Slow ]
</ins><span class="cx"> webkit.org/b/149916 inspector/codemirror/prettyprinting-css-rules.html [ Pass Timeout ]
</span><del>-webkit.org/b/149916 inspector/codemirror/prettyprinting-css.html [ Pass Slow ]
</del><span class="cx"> webkit.org/b/149916 inspector/codemirror/prettyprinting-javascript.html [ Pass Slow ]
</span><span class="cx"> webkit.org/b/149916 inspector/console/addInspectedNode.html [ Pass Slow ]
</span><span class="cx"> webkit.org/b/149916 inspector/console/clearMessages.html [ Pass Slow ]
</span><span class="cx"> webkit.org/b/149916 inspector/console/command-line-api.html [ Pass Slow ]
</span><del>-webkit.org/b/149916 inspector/console/console-api.html [ Pass Slow ]
</del><ins>+webkit.org/b/149916 inspector/console/console-api.html [ Pass Timeout ]
+webkit.org/b/149916 inspector/console/console-table.html [ Pass Slow ]
+webkit.org/b/149916 inspector/console/js-isLikelyStackTrace.html [ Pass Slow ]
</ins><span class="cx"> webkit.org/b/149916 inspector/console/messageRepeatCountUpdated.html [ Pass Slow ]
</span><span class="cx"> webkit.org/b/149916 inspector/console/messagesCleared.html [ Pass Slow ]
</span><ins>+webkit.org/b/149916 inspector/controller/runtime-controller.html [ Pass Slow ]
</ins><span class="cx"> webkit.org/b/149916 inspector/css/createStyleSheet.html [ Pass Slow ]
</span><ins>+webkit.org/b/149916 inspector/css/generate-css-rule-string.html [ Pass Slow ]
+webkit.org/b/149916 inspector/css/getAllStyleSheets.html [ Pass Slow ]
+webkit.org/b/149916 inspector/css/get-system-fonts.html [ Pass Slow ]
+webkit.org/b/149916 inspector/css/manager-preferredInspectorStyleSheetForFrame.html [ Pass Slow ]
</ins><span class="cx"> webkit.org/b/149916 inspector/css/matched-style-properties.html [ Pass Slow ]
</span><span class="cx"> webkit.org/b/149916 inspector/css/pseudo-element-matches-for-pseudo-element-node.html [ Pass Slow ]
</span><span class="cx"> webkit.org/b/149916 inspector/css/stylesheet-events-basic.html [ Pass Slow ]
</span><span class="cx"> webkit.org/b/149916 inspector/css/stylesheet-events-imports.html [ Pass Slow ]
</span><ins>+webkit.org/b/149916 inspector/css/stylesheet-events-inspector-stylesheet.html [ Pass Slow ]
+webkit.org/b/149916 inspector/css/stylesheet-events-multiple-documents.html [ Pass Slow ]
+webkit.org/b/149916 inspector/css/stylesheet-with-mutations.html [ Pass Slow ]
+webkit.org/b/149916 inspector/heap/garbageCollected.html [ Pass Slow ]
+webkit.org/b/149916 inspector/heap/gc.html [ Pass Slow ]
</ins><span class="cx"> webkit.org/b/149916 inspector/indexeddb/requestDatabaseNames.html [ Pass Slow ]
</span><ins>+webkit.org/b/149916 inspector/network/client-blocked-load.html [ Pass Slow ]
+webkit.org/b/149916 inspector/page/filter-cookies-for-domain.html [ Pass Slow ]
+webkit.org/b/149916 inspector/page/main-frame-resource.html [ Pass Slow ]
</ins><span class="cx"> webkit.org/b/149916 inspector/protocol/inspector-backend-invocation-return-value.html [ Pass Slow ]
</span><del>-webkit.org/b/149916 inspector/runtime/parse.html [ Pass Slow ]
-webkit.org/b/149916 http/tests/inspector/dom/disconnect-dom-tree-after-main-frame-navigation.html [ Pass Slow ]
</del><ins>+webkit.org/b/149916 inspector/runtime/parse.html [ Pass Timeout ]
+webkit.org/b/149916 inspector/unit-tests/array-utilities.html [ Pass Slow ]
+webkit.org/b/149916 inspector/unit-tests/event-listener.html [ Pass Slow ]
+webkit.org/b/149916 inspector/unit-tests/event-listener-set.html [ Pass Slow ]
+webkit.org/b/149916 inspector/unit-tests/inspector-test-dispatch-event-to-frontend.html [ Pass Slow ]
+webkit.org/b/149916 inspector/unit-tests/linked-list.html [ Pass Slow ]
+webkit.org/b/149916 inspector/unit-tests/list-multimap.html [ Pass Slow ]
+webkit.org/b/149916 inspector/unit-tests/object.html [ Pass Slow ]
</ins><span class="cx"> 
</span><ins>+Bug(GTK) http/tests/misc/large-js-program.php [ Pass Slow ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of slow tests
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1499,6 +1518,8 @@
</span><span class="cx"> 
</span><span class="cx"> Bug(GTK) fast/history/go-back-to-iframe-with-plugin.html [ Timeout Pass ]
</span><span class="cx"> 
</span><ins>+webkit.org/b/153772 fast/shadow-dom/slot-removal-crash-2.html [ Timeout ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # End of Tests timing out
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1749,7 +1770,7 @@
</span><span class="cx"> webkit.org/b/123431 http/tests/local/link-stylesheet-load-order-preload.html [ Failure ]
</span><span class="cx"> webkit.org/b/123431 http/tests/local/link-stylesheet-load-order.html [ Failure Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/145253 http/tests/appcache/different-https-origin-resource-main.html  [ Failure ]
</del><ins>+webkit.org/b/145253 http/tests/appcache/different-https-origin-resource-main.html  [ Failure Crash ]
</ins><span class="cx"> 
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # Tests failing
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/TestExpectations (195985 => 195986)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/TestExpectations        2016-02-01 23:55:07 UTC (rev 195985)
+++ trunk/LayoutTests/platform/win/TestExpectations        2016-02-02 00:00:16 UTC (rev 195986)
</span><span class="lines">@@ -3332,3 +3332,5 @@
</span><span class="cx"> webkit.org/b/152411 http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-origin.html [ Failure ]
</span><span class="cx"> webkit.org/b/152411 http/tests/contentdispositionattachmentsandbox/referer-header-stripped-with-meta-referer-unsafe-url.html [ Failure ]
</span><span class="cx"> webkit.org/b/152411 http/tests/contentdispositionattachmentsandbox/referer-header-stripped.html [ Failure ]
</span><ins>+
+webkit.org/b/153772 fast/shadow-dom/slot-removal-crash-2.html [ Timeout ]
</ins><span class="cx">\ No newline at end of file
</span></span></pre>
</div>
</div>

</body>
</html>