<!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>[185330] trunk</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/185330">185330</a></dd>
<dt>Author</dt> <dd>dbates@webkit.org</dd>
<dt>Date</dt> <dd>2015-06-08 15:29:26 -0700 (Mon, 08 Jun 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Many LayoutTests/http tests time out in DumpRenderTree
https://bugs.webkit.org/show_bug.cgi?id=145770
&lt;rdar://problem/19593910&gt;

Reviewed by Alexey Proskuryakov.

Tools:

* DumpRenderTree/ios/Info.plist: Add ATS key.
* LayoutTestRelay/LayoutTestRelay/LTRelayController.m:
(-[LTRelayController _environmentVariables]): Copy environment variables LOCAL_RESOURCE_ROOT
and DUMPRENDERTREE_TEMP to the simulator environment to avoid assertion failures in tests
that make use of testRunner.pathToLocalResource().

LayoutTests:

Unskip LayoutTests/http tests in WebKit1 and explicitly skip the HTTP disk-cache tests
in WebKit1 as the network disk cache code is specific to WebKit2. Move common expectations
from the WebKit{1, 2}-specific TestExpectations file to platform/ios-simulator/TestExpectations.

* platform/ios-simulator-wk1/TestExpectations:
* 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="#trunkLayoutTestsplatformiossimulatorwk1TestExpectations">trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformiossimulatorwk2TestExpectations">trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsDumpRenderTreeiosInfoplist">trunk/Tools/DumpRenderTree/ios/Info.plist</a></li>
<li><a href="#trunkToolsLayoutTestRelayLayoutTestRelayLTRelayControllerm">trunk/Tools/LayoutTestRelay/LayoutTestRelay/LTRelayController.m</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (185329 => 185330)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-06-08 21:25:55 UTC (rev 185329)
+++ trunk/LayoutTests/ChangeLog        2015-06-08 22:29:26 UTC (rev 185330)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2015-06-08  Daniel Bates  &lt;dabates@apple.com&gt;
+
+        Many LayoutTests/http tests time out in DumpRenderTree
+        https://bugs.webkit.org/show_bug.cgi?id=145770
+        &lt;rdar://problem/19593910&gt;
+
+        Reviewed by Alexey Proskuryakov.
+
+        Unskip LayoutTests/http tests in WebKit1 and explicitly skip the HTTP disk-cache tests
+        in WebKit1 as the network disk cache code is specific to WebKit2. Move common expectations
+        from the WebKit{1, 2}-specific TestExpectations file to platform/ios-simulator/TestExpectations.
+
+        * platform/ios-simulator-wk1/TestExpectations:
+        * platform/ios-simulator-wk2/TestExpectations:
+        * platform/ios-simulator/TestExpectations:
+
</ins><span class="cx"> 2015-06-08  Javier Fernandez  &lt;jfernandez@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [CSS Grid Layout] Setting height on a grid item doesn't have any effect
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/TestExpectations (185329 => 185330)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/TestExpectations        2015-06-08 21:25:55 UTC (rev 185329)
+++ trunk/LayoutTests/platform/ios-simulator/TestExpectations        2015-06-08 22:29:26 UTC (rev 185330)
</span><span class="lines">@@ -188,8 +188,13 @@
</span><span class="cx"> editing/pasteboard/drop-link.html
</span><span class="cx"> editing/pasteboard/drop-text-events.html
</span><span class="cx"> editing/pasteboard/dataTransfer-setData-getData.html
</span><ins>+http/tests/local/drag-over-remote-content.html
</ins><span class="cx"> http/tests/local/fileapi/send-dragged-file.html
</span><span class="cx"> http/tests/local/fileapi/send-sliced-dragged-file.html
</span><ins>+http/tests/misc/bubble-drag-events.html
+http/tests/security/drag-drop-local-file.html [ Failure ]
+http/tests/security/drag-drop-same-unique-origin.html [ Failure ]
+http/tests/security/drag-over-remote-content-iframe.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # No support for force events
</span><span class="cx"> fast/events/mouse-force-changed.html [ Skip ]
</span><span class="lines">@@ -313,7 +318,70 @@
</span><span class="cx"> 
</span><span class="cx"> # HTTP tests that time out:
</span><span class="cx"> http/tests/security/XFrameOptions/x-frame-options-deny-delete-frame-in-load-event.html
</span><ins>+http/tests/download/default-encoding.html
+http/tests/local/blob/send-hybrid-blob.html
+http/tests/local/fileapi/upload-zip-bundle-as-blob.html
+http/tests/local/formdata/send-form-data-constructed-from-form.html
+http/tests/local/formdata/send-form-data-with-empty-file-filename.html
+http/tests/local/formdata/upload-events.html
+http/tests/misc/link-rel-prefetch-and-subresource.html
+http/tests/misc/prefetch-purpose.html
+http/tests/navigation/scrollstate-after-http-equiv-refresh-fragment-identifier-2.html
+http/tests/navigation/scrollstate-after-http-equiv-refresh-fragment-identifier.html
+http/tests/navigation/scrollstate-after-http-equiv-refresh.html
+http/tests/navigation/scrollstate-after-location-reload.html
+http/tests/security/contentSecurityPolicy/media-src-allowed.html
+http/tests/security/dataTransfer-set-data-file-url.html
+http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html
+http/tests/canvas/webgl/origin-clean-conformance.html
</ins><span class="cx"> 
</span><ins>+# HTTP tests that fail:
+http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html [ Failure ]
+http/tests/download/inherited-encoding.html [ Failure ]
+http/tests/loading/post-in-iframe-with-back-navigation.html [ Failure ]
+http/tests/loading/promote-img-preload-priority.html [ Failure ]
+http/tests/loading/sizes/preload-image-sizes.html [ Failure ]
+http/tests/local/fileapi/file-last-modified-after-delete.html [ Failure ]
+http/tests/local/fileapi/file-last-modified.html [ Failure ]
+http/tests/local/formdata/form-data-with-unknown-file-extension.html [ Failure ]
+http/tests/local/formdata/send-form-data-with-filename.html [ Failure ]
+http/tests/local/formdata/send-form-data-with-sliced-file.html [ Failure ]
+http/tests/local/formdata/send-form-data.html [ Failure ]
+http/tests/local/link-stylesheet-load-order-preload.html [ Failure ]
+http/tests/local/link-stylesheet-load-order.html [ Failure ]
+http/tests/misc/copy-resolves-urls.html [ Failure ]
+http/tests/misc/favicon-loads-with-icon-loading-override.html [ Failure ]
+http/tests/misc/link-rel-icon-beforeload.html [ Failure ]
+http/tests/misc/object-embedding-svg-delayed-size-negotiation.xhtml [ Failure ]
+http/tests/misc/submit-post-keygen.html [ Failure ]
+http/tests/misc/willCacheResponse-delegate-callback.html [ Failure ]
+http/tests/multipart/multipart-replace-non-html-content.php [ Failure ]
+http/tests/multipart/policy-ignore-crash.php [ Failure ]
+http/tests/navigation/response204.html [ Failure ]
+http/tests/security/clipboard/clipboard-file-access.html [ Failure ]
+http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html [ Failure ]
+http/tests/security/contentSecurityPolicy/object-src-none-allowed.html [ Failure ]
+http/tests/security/contentSecurityPolicy/object-src-none-blocked.html [ Failure ]
+http/tests/security/cross-frame-access-put.html [ Failure ]
+http/tests/security/cross-origin-plugin-allowed.html [ Failure ]
+http/tests/security/cross-origin-plugin-private-browsing-toggled-allowed.html [ Failure ]
+http/tests/security/cross-origin-plugin-private-browsing-toggled.html [ Failure ]
+http/tests/security/cross-origin-plugin.html [ Failure ]
+http/tests/security/cross-origin-worker-indexeddb-allowed.html [ Failure ]
+http/tests/security/cross-origin-worker-indexeddb.html [ Failure ]
+http/tests/security/local-user-CSS-from-remote.html [ Failure ]
+http/tests/security/storage-blocking-loosened-plugin.html [ Failure ]
+http/tests/security/storage-blocking-loosened-private-browsing-plugin.html [ Failure ]
+http/tests/security/storage-blocking-strengthened-plugin.html [ Failure ]
+http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html [ Failure ]
+http/tests/security/svg-image-with-css-cross-domain.html [ ImageOnlyFailure ]
+
+# HTTP tests that are flaky:
+http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html [ Failure Pass ]
+
+# HTTP test that assert:
+http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash.html
+
</ins><span class="cx"> # Compositing tests that fail:
</span><span class="cx"> compositing/regions/abs-transformed-dynamic-update.html [ ImageOnlyFailure ]
</span><span class="cx"> compositing/regions/fixed-in-diff-named-flows-zIndex.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -2373,13 +2441,6 @@
</span><span class="cx"> fast/box-decoration-break/box-decoration-break-rendering.html
</span><span class="cx"> fast/box-shadow/border-radius-big.html
</span><span class="cx"> 
</span><del>-# FIXME: ASSERT(absolutePathToLocalResource[0] == '/') in TestRunner::pathToLocalResource:
-fast/loader/local-image-from-local.html
-fast/loader/local-JavaScript-from-local.html
-fast/loader/local-CSS-from-local.html
-fast/loader/local-iFrame-source-from-local.html
-fast/dom/frame-loading-via-document-write.html
-
</del><span class="cx"> # &lt;rdar://problem/19226186&gt; ASSERT(m_mainThreadLoader) fails in WorkerThreadableLoader::MainThreadBridge::MainThreadBridge()
</span><span class="cx"> fast/workers/stress-js-execution.html
</span><span class="cx"> fast/workers/termination-early.html
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk1TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations (185329 => 185330)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2015-06-08 21:25:55 UTC (rev 185329)
+++ trunk/LayoutTests/platform/ios-simulator-wk1/TestExpectations        2015-06-08 22:29:26 UTC (rev 185330)
</span><span class="lines">@@ -2,9 +2,6 @@
</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><del>-# &lt;rdar://problem/19593910&gt; Many LayoutTests/http tests time out in DumpRenderTree
-http
-
</del><span class="cx"> # &lt;rdar://problem/6501130&gt; LayoutTests: Enable editing tests after we support editing
</span><span class="cx"> editing/deleting/4922367.html
</span><span class="cx"> editing/deleting/5126166.html
</span><span class="lines">@@ -1446,6 +1443,127 @@
</span><span class="cx"> crypto/subtle/rsa-indexeddb.html
</span><span class="cx"> fast/history/page-cache-indexed-closed-db.html
</span><span class="cx"> fast/history/page-cache-indexed-opened-db.html
</span><ins>+http/tests/security/no-indexeddb-from-sandbox.html [ Failure ]
</ins><span class="cx"> 
</span><span class="cx"> # ShouldOpenExternalURLs not yet supported in WK1
</span><span class="cx"> loader/navigation-policy [ Skip ]
</span><ins>+
+# HTTP tests that time out:
+http/tests/cookies/double-quoted-value-with-semi-colon.html
+http/tests/cookies/http-get-cookie-set-in-js.html
+http/tests/cookies/js-get-and-set-http-only-cookie.html
+http/tests/css/border-image-loading.html
+http/tests/css/cross-fade-reload.html
+http/tests/css/css-image-loading.html
+http/tests/dom/document-contentType-meta.html
+http/tests/dom/document-contentType-xhr.html
+http/tests/dom/document-contentType.html
+http/tests/download/basic-ascii.html
+http/tests/download/inherited-encoding-form-submission-result.html
+http/tests/eventsource/eventsource-bad-mime-type.html
+http/tests/eventsource/eventsource-content-type-charset.html
+http/tests/eventsource/eventsource-cors-basic.html
+http/tests/eventsource/workers/eventsource-simple.html
+http/tests/fileapi/blob-url-in-subframe.html
+http/tests/fileapi/create-blob-url-from-data-url.html
+http/tests/fileapi/xhr-send-form-data-filename-escaping.html
+http/tests/fileapi/xhr-send-form-data-mimetype-normalization.html
+http/tests/globalhistory/history-delegate-basic-302-redirect.html
+http/tests/globalhistory/history-delegate-basic-refresh-redirect.html
+http/tests/globalhistory/history-delegate-basic-title.html
+http/tests/globalhistory/history-delegate-basic-visited-links.html
+http/tests/history/back-during-onload-triggered-by-back.html
+http/tests/history/back-to-post.php
+http/tests/history/back-with-fragment-change.php
+http/tests/history/cross-origin-replace-history-object-child.html
+http/tests/local/blob/send-sliced-data-blob.html
+http/tests/local/formdata/send-form-data-with-empty-blob-filename.html
+http/tests/local/formdata/send-form-data-with-string-containing-null.html
+http/tests/navigation/anchor-basic.html
+http/tests/navigation/anchor-frames-cross-origin.html
+http/tests/navigation/anchor-frames-gbk.html
+http/tests/security/contentSecurityPolicy/media-src-blocked.html
+http/tests/security/contentSecurityPolicy/media-src-track-block.html
+http/tests/security/inactive-document-with-empty-security-origin.html
+http/tests/security/isolatedWorld/all-window-properties.html
+http/tests/security/isolatedWorld/cross-origin-xhr.html
+http/tests/canvas/webgl/origin-clean-conformance.html
+http/tests/cookies/multiple-cookies.html
+http/tests/cookies/set-cookie-on-redirect.html
+http/tests/eventsource/eventsource-cors-no-server.html
+http/tests/eventsource/eventsource-cors-non-http.html
+http/tests/globalhistory/history-delegate-pushstate.html
+http/tests/globalhistory/history-delegate-replacestate.html
+http/tests/history/cross-origin-replace-history-object.html
+http/tests/history/history-navigations-set-referrer.html
+http/tests/images/jpeg-partial-load.html
+http/tests/images/png-partial-load-no-alpha.html
+http/tests/incremental/frame-focus-before-load.html
+http/tests/incremental/pause-in-script-element.pl
+http/tests/inspector-protocol/access-inspected-object.html
+http/tests/inspector-protocol/loading-iframe-document-node.html
+http/tests/navigation/metaredirect-frames.html
+http/tests/security/frameNavigation/context-for-location-assign.html
+http/tests/cache/cached-main-resource.html [ Timeout ]
+http/tests/canvas/philip/tests/security.drawImage.canvas.html [ Timeout ]
+http/tests/canvas/philip/tests/security.drawImage.image.html [ Timeout ]
+http/tests/contentfiltering/allow-after-redirect.html [ Timeout ]
+http/tests/contentfiltering/block-after-redirect.html [ Timeout ]
+http/tests/cookies/simple-cookies-expired.html [ Timeout ]
+http/tests/cookies/simple-cookies-max-age.html [ Timeout ]
+http/tests/eventsource/eventsource-cors-with-credentials.html [ Timeout ]
+http/tests/eventsource/eventsource-eof.html [ Timeout ]
+http/tests/history/popstate-fires-with-pending-requests.html [ Timeout ]
+http/tests/history/redirect-200-refresh-0-seconds.pl [ Timeout ]
+http/tests/images/png-partial-load.html [ Timeout ]
+http/tests/images/png-progressive-load.html [ Timeout ]
+http/tests/loading/authentication-after-redirect-stores-wrong-credentials/authentication-after-redirect-stores-wrong-credentials.html [ Timeout ]
+http/tests/loading/sizes/preload-image-sizes-2x.html [ Timeout ]
+http/tests/loading/sizes/preload-image-sizes.html [ Timeout ]
+http/tests/local/absolute-url-strip-whitespace.html [ Timeout ]
+http/tests/local/file-url-sent-as-referer.html [ Timeout ]
+http/tests/security/appcache-in-private-browsing.html [ Timeout ]
+
+# HTTP tests that fail:
+http/tests/loading/preload-img-srcset-sizes.html [ Failure ]
+http/tests/loading/progress-finished-callback.html [ Failure ]
+http/tests/misc/acid3.html [ Failure ]
+http/tests/navigation/javascriptlink-frames.html [ Failure ]
+http/tests/navigation/postredirect-basic.html [ Failure ]
+http/tests/navigation/postredirect-goback1.html [ Failure ]
+http/tests/navigation/relativeanchor-basic.html [ Failure ]
+http/tests/navigation/relativeanchor-goback.html [ Failure ]
+http/tests/navigation/target-blank-opener-post.html [ Failure ]
+http/tests/navigation/target-blank-opener.html [ Failure ]
+http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write.html [ Failure ]
+http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url.html [ Failure ]
+http/tests/security/aboutBlank/xss-DENIED-set-opener.html [ Failure ]
+http/tests/security/contentSecurityPolicy/object-src-url-allowed.html [ Failure ]
+http/tests/security/contentSecurityPolicy/object-src-url-blocked.html [ Failure ]
+http/tests/security/cross-origin-indexeddb-allowed.html [ Failure ]
+http/tests/security/cross-origin-indexeddb.html [ Failure ]
+http/tests/security/cross-origin-local-storage-wk1.html [ Failure ]
+http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html [ Failure ]
+http/tests/security/dataURL/xss-DENIED-to-data-url-window-open.html [ Failure ]
+http/tests/security/frameNavigation/not-opener.html [ Failure ]
+http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html [ Failure ]
+http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ Failure ]
+http/tests/security/mixedContent/insecure-css-in-main-frame.html [ Failure ]
+http/tests/security/mixedContent/insecure-iframe-in-main-frame.html [ Failure ]
+http/tests/security/mixedContent/insecure-image-in-main-frame.html [ Failure ]
+http/tests/security/mixedContent/insecure-plugin-in-iframe.html [ Failure ]
+http/tests/security/mixedContent/insecure-xhr-in-main-frame.html [ Failure ]
+http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html [ Failure ]
+http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html [ Failure ]
+http/tests/security/popup-allowed-by-sandbox-is-sandboxed.html [ Failure ]
+http/tests/security/redirect-BLOCKED-to-localURL.html [ Failure ]
+http/tests/security/video-cross-origin-accessfailure.html [ Failure ]
+http/tests/security/video-cross-origin-readback.html [ Failure ]
+http/tests/security/xssAuditor/link-opens-new-window.html [ Failure ]
+
+# HTTP tests that assert:
+http/tests/navigation/metaredirect-basic.html
+http/tests/navigation/metaredirect-goback.html
+
+# Disk cache is WK2 only
+http/tests/cache/disk-cache
</ins></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations (185329 => 185330)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2015-06-08 21:25:55 UTC (rev 185329)
+++ trunk/LayoutTests/platform/ios-simulator-wk2/TestExpectations        2015-06-08 22:29:26 UTC (rev 185330)
</span><span class="lines">@@ -523,7 +523,6 @@
</span><span class="cx"> # HTTP tests that fail:
</span><span class="cx"> http/tests/appcache/interrupted-update.html [ Failure ]
</span><span class="cx"> http/tests/appcache/load-from-appcache-defer-resume-crash.html [ Failure ]
</span><del>-http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html [ Failure ]
</del><span class="cx"> http/tests/cookies/js-get-and-set-http-only-cookie.html [ Failure ]
</span><span class="cx"> http/tests/cookies/third-party-cookie-relaxing.html [ Failure ]
</span><span class="cx"> http/tests/css/vertical-align-baseline-after-image-load-2.html [ ImageOnlyFailure ]
</span><span class="lines">@@ -537,40 +536,17 @@
</span><span class="cx"> http/tests/loading/bad-scheme-subframe.html [ Failure ]
</span><span class="cx"> http/tests/loading/basic-auth-resend-wrong-credentials.html [ Failure ]
</span><span class="cx"> http/tests/loading/basic-credentials-sent-automatically.html [ Failure ]
</span><del>-http/tests/loading/post-in-iframe-with-back-navigation.html [ Failure ]
-http/tests/loading/promote-img-preload-priority.html [ Failure ]
-http/tests/loading/sizes/preload-image-sizes.html [ Failure ]
-http/tests/local/drag-over-remote-content.html [ Failure ]
-http/tests/local/fileapi/file-last-modified-after-delete.html [ Failure ]
-http/tests/local/fileapi/file-last-modified.html [ Failure ]
-http/tests/local/fileapi/send-dragged-file.html [ Failure ]
-http/tests/local/fileapi/send-sliced-dragged-file.html [ Failure ]
-http/tests/local/formdata/form-data-with-unknown-file-extension.html [ Failure ]
-http/tests/local/formdata/send-form-data-with-filename.html [ Failure ]
-http/tests/local/formdata/send-form-data-with-sliced-file.html [ Failure ]
-http/tests/local/formdata/send-form-data.html [ Failure ]
-http/tests/local/link-stylesheet-load-order-preload.html [ Failure ]
-http/tests/local/link-stylesheet-load-order.html [ Failure ]
</del><span class="cx"> http/tests/misc/401-alternative-content.php [ Failure ]
</span><span class="cx"> http/tests/misc/authentication-redirect-1/authentication-sent-to-redirect-cross-origin.html [ Failure ]
</span><span class="cx"> http/tests/misc/authentication-redirect-2/authentication-sent-to-redirect-same-origin.html [ Failure ]
</span><span class="cx"> http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html [ Failure ]
</span><span class="cx"> http/tests/misc/authentication-redirect-4/authentication-sent-to-redirect-same-origin-url.html [ Failure ]
</span><del>-http/tests/misc/bubble-drag-events.html [ Failure ]
-http/tests/misc/copy-resolves-urls.html [ Failure ]
</del><span class="cx"> http/tests/misc/empty-urls.html [ Failure ]
</span><span class="cx"> http/tests/misc/favicon-as-image.html [ Failure ]
</span><del>-http/tests/misc/favicon-loads-with-icon-loading-override.html [ Failure ]
</del><span class="cx"> http/tests/misc/favicon-loads-with-images-disabled.html [ Failure ]
</span><span class="cx"> http/tests/misc/iframe404.html [ Failure ]
</span><del>-http/tests/misc/link-rel-icon-beforeload.html [ Failure ]
-http/tests/misc/object-embedding-svg-delayed-size-negotiation.xhtml [ Failure ]
</del><span class="cx"> http/tests/misc/redirect-to-external-url.html [ Failure ]
</span><span class="cx"> http/tests/misc/slow-loading-image-in-pattern.html [ Failure ]
</span><del>-http/tests/misc/submit-post-keygen.html [ Failure ]
-http/tests/misc/willCacheResponse-delegate-callback.html [ Failure ]
-http/tests/multipart/multipart-replace-non-html-content.php [ Failure ]
-http/tests/multipart/policy-ignore-crash.php [ Failure ]
</del><span class="cx"> http/tests/navigation/anchor-frames-gbk.html [ Failure ]
</span><span class="cx"> http/tests/navigation/anchor-frames-same-origin.html [ Failure ]
</span><span class="cx"> http/tests/navigation/anchor-frames.html [ Failure ]
</span><span class="lines">@@ -581,40 +557,22 @@
</span><span class="cx"> http/tests/navigation/redirect302-subframeload.html [ Failure ]
</span><span class="cx"> http/tests/navigation/relativeanchor-frames.html [ Failure ]
</span><span class="cx"> http/tests/navigation/reload-subframe-object.html [ Failure ]
</span><del>-http/tests/navigation/response204.html [ Failure ]
</del><span class="cx"> http/tests/navigation/success200-subframeload.html [ Failure ]
</span><span class="cx"> http/tests/navigation/timerredirect-subframeload.html [ Failure ]
</span><span class="cx"> http/tests/security/401-logout/401-logout.php [ Failure ]
</span><span class="cx"> http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients.html [ Failure ]
</span><del>-http/tests/security/clipboard/clipboard-file-access.html [ Failure ]
-http/tests/security/contentSecurityPolicy/object-src-no-url-blocked.html [ Failure ]
-http/tests/security/contentSecurityPolicy/object-src-none-allowed.html [ Failure ]
-http/tests/security/contentSecurityPolicy/object-src-none-blocked.html [ Failure ]
</del><span class="cx"> http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html [ Failure ]
</span><del>-http/tests/security/cross-frame-access-put.html [ Failure ]
-http/tests/security/cross-origin-plugin-allowed.html [ Failure ]
-http/tests/security/cross-origin-plugin-private-browsing-toggled-allowed.html [ Failure ]
-http/tests/security/cross-origin-plugin-private-browsing-toggled.html [ Failure ]
-http/tests/security/cross-origin-plugin.html [ Failure ]
-http/tests/security/cross-origin-worker-indexeddb-allowed.html [ Failure ]
-http/tests/security/cross-origin-worker-indexeddb.html [ Failure ]
</del><span class="cx"> http/tests/security/drag-drop-local-file.html [ Failure ]
</span><span class="cx"> http/tests/security/drag-drop-same-unique-origin.html [ Failure ]
</span><span class="cx"> http/tests/security/drag-over-remote-content-iframe.html [ Failure ]
</span><span class="cx"> http/tests/security/isolatedWorld/events.html [ Failure ]
</span><span class="cx"> http/tests/security/listener/xss-window-onclick-addEventListener.html [ Failure ]
</span><span class="cx"> http/tests/security/listener/xss-window-onclick-shortcut.html [ Failure ]
</span><del>-http/tests/security/local-user-CSS-from-remote.html [ Failure ]
</del><span class="cx"> http/tests/security/local-video-source-from-remote.html [ Failure ]
</span><span class="cx"> http/tests/security/mixedContent/insecure-plugin-in-iframe.html [ Failure ]
</span><span class="cx"> http/tests/security/no-referrer.html [ Failure ]
</span><span class="cx"> http/tests/security/redirect-BLOCKED-to-localURL.html [ Failure ]
</span><span class="cx"> http/tests/security/setDomainRelaxationForbiddenForURLScheme.html [ Failure ]
</span><del>-http/tests/security/storage-blocking-loosened-plugin.html [ Failure ]
-http/tests/security/storage-blocking-loosened-private-browsing-plugin.html [ Failure ]
-http/tests/security/storage-blocking-strengthened-plugin.html [ Failure ]
-http/tests/security/storage-blocking-strengthened-private-browsing-plugin.html [ Failure ]
-http/tests/security/svg-image-with-css-cross-domain.html [ ImageOnlyFailure ]
</del><span class="cx"> http/tests/uri/css-href.php [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # HTTP tests that assert:
</span><span class="lines">@@ -662,7 +620,6 @@
</span><span class="cx"> http/tests/security/xss-DENIED-synchronous-frame-load-in-javascript-url.html
</span><span class="cx"> http/tests/security/xss-DENIED-xsl-document-securityOrigin.xml
</span><span class="cx"> http/tests/security/xssAuditor/link-opens-new-window.html
</span><del>-http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash.html
</del><span class="cx"> http/tests/xmlhttprequest/close-window.html
</span><span class="cx"> http/tests/xmlhttprequest/cross-origin-authorization.html
</span><span class="cx"> http/tests/xmlhttprequest/cross-origin-no-authorization.html
</span><span class="lines">@@ -672,21 +629,12 @@
</span><span class="cx"> http/tests/cache/history-only-cached-subresource-loads-max-age-https.html
</span><span class="cx"> http/tests/cache/subresource-expiration-1.html
</span><span class="cx"> http/tests/cache/subresource-expiration-2.html
</span><del>-http/tests/canvas/webgl/origin-clean-conformance.html
-http/tests/download/default-encoding.html
</del><span class="cx"> http/tests/download/inherited-encoding.html
</span><span class="cx"> http/tests/loading/cross-origin-XHR-willLoadRequest.html
</span><span class="cx"> http/tests/loading/unfinished-load-back-to-cached-page-callbacks.html
</span><span class="cx"> http/tests/loading/unfinished-main-resource-back-to-cached-page-callbacks.html
</span><del>-http/tests/local/blob/send-hybrid-blob.html
-http/tests/local/fileapi/upload-zip-bundle-as-blob.html
-http/tests/local/formdata/send-form-data-constructed-from-form.html
-http/tests/local/formdata/send-form-data-with-empty-file-filename.html
-http/tests/local/formdata/upload-events.html
</del><span class="cx"> http/tests/misc/acid3.html
</span><span class="cx"> http/tests/misc/isindex-with-no-form.html
</span><del>-http/tests/misc/link-rel-prefetch-and-subresource.html
-http/tests/misc/prefetch-purpose.html
</del><span class="cx"> http/tests/navigation/document-location-click-timeout.html
</span><span class="cx"> http/tests/navigation/document-location-click.html
</span><span class="cx"> http/tests/navigation/document-location-mouseover.html
</span><span class="lines">@@ -704,17 +652,10 @@
</span><span class="cx"> http/tests/navigation/ping-same-origin.html
</span><span class="cx"> http/tests/navigation/redirect-preserves-referrer.html
</span><span class="cx"> http/tests/navigation/redirect-to-random-url-versus-memory-cache.html
</span><del>-http/tests/navigation/scrollstate-after-http-equiv-refresh-fragment-identifier-2.html
-http/tests/navigation/scrollstate-after-http-equiv-refresh-fragment-identifier.html
-http/tests/navigation/scrollstate-after-http-equiv-refresh.html
-http/tests/navigation/scrollstate-after-location-reload.html
</del><span class="cx"> http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write.html
</span><span class="cx"> http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url.html
</span><span class="cx"> http/tests/security/aboutBlank/xss-DENIED-set-opener.html
</span><del>-http/tests/security/contentSecurityPolicy/media-src-allowed.html
</del><span class="cx"> http/tests/security/cookies/third-party-cookie-blocking-user-action.html
</span><del>-http/tests/security/dataTransfer-set-data-file-url.html
-http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html
</del><span class="cx"> http/tests/security/isolatedWorld/cross-origin-xhr.html
</span><span class="cx"> http/tests/security/isolatedWorld/userGestureEvents.html
</span><span class="cx"> http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-window-open.html
</span><span class="lines">@@ -731,7 +672,6 @@
</span><span class="cx"> 
</span><span class="cx"> # HTTP tests that are flaky:
</span><span class="cx"> http/tests/cache/iframe-304-crash.html [ Failure Pass ]
</span><del>-http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html [ Failure Pass ]
</del><span class="cx"> http/tests/navigation/forward-and-cancel.html [ Failure Pass ]
</span><span class="cx"> http/tests/security/xss-DENIED-xsl-external-entity-redirect.xml [ Failure Pass ]
</span><span class="cx"> http/tests/webarchive/cross-origin-stylesheet-crash.html [ Failure Pass ]
</span><span class="lines">@@ -1227,6 +1167,12 @@
</span><span class="cx"> fast/text/word-space-nbsp.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> fast/workers/worker-crash-with-invalid-location.html [ Failure Pass ]
</span><span class="cx"> 
</span><ins>+# LayoutTest/fast/loader tests that fail or time out:
+fast/loader/local-CSS-from-local.html [ Failure ]
+fast/loader/local-JavaScript-from-local.html [ Failure ]
+fast/loader/local-image-from-local.html [ Failure ]
+fast/dom/frame-loading-via-document-write.html # Timeout
+
</ins><span class="cx"> # HTML table tests that fail:
</span><span class="cx"> tables/mozilla/bugs/bug149275-1.html [ Failure ]
</span><span class="cx"> tables/mozilla/bugs/bug30559.html [ Failure ]
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (185329 => 185330)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2015-06-08 21:25:55 UTC (rev 185329)
+++ trunk/Tools/ChangeLog        2015-06-08 22:29:26 UTC (rev 185330)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2015-06-08  Daniel Bates  &lt;dabates@apple.com&gt;
+
+        Many LayoutTests/http tests time out in DumpRenderTree
+        https://bugs.webkit.org/show_bug.cgi?id=145770
+        &lt;rdar://problem/19593910&gt;
+
+        Reviewed by Alexey Proskuryakov.
+
+        * DumpRenderTree/ios/Info.plist: Add ATS key.
+        * LayoutTestRelay/LayoutTestRelay/LTRelayController.m:
+        (-[LTRelayController _environmentVariables]): Copy environment variables LOCAL_RESOURCE_ROOT
+        and DUMPRENDERTREE_TEMP to the simulator environment to avoid assertion failures in tests
+        that make use of testRunner.pathToLocalResource().
+
</ins><span class="cx"> 2015-06-08  Csaba Osztrogonác  &lt;ossy@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         [GTK] Fix parentheses warning in TestWebKitWebView.cpp
</span></span></pre></div>
<a id="trunkToolsDumpRenderTreeiosInfoplist"></a>
<div class="modfile"><h4>Modified: trunk/Tools/DumpRenderTree/ios/Info.plist (185329 => 185330)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/DumpRenderTree/ios/Info.plist        2015-06-08 21:25:55 UTC (rev 185329)
+++ trunk/Tools/DumpRenderTree/ios/Info.plist        2015-06-08 22:29:26 UTC (rev 185330)
</span><span class="lines">@@ -22,5 +22,10 @@
</span><span class="cx">         &lt;string&gt;1.0&lt;/string&gt;
</span><span class="cx">         &lt;key&gt;LSRequiresIPhoneOS&lt;/key&gt;
</span><span class="cx">         &lt;true/&gt;
</span><ins>+        &lt;key&gt;NSAppTransportSecurity&lt;/key&gt;
+        &lt;dict&gt;
+                &lt;key&gt;NSAllowsArbitraryLoads&lt;/key&gt;
+                &lt;true/&gt;
+        &lt;/dict&gt;
</ins><span class="cx"> &lt;/dict&gt;
</span><span class="cx"> &lt;/plist&gt;
</span></span></pre></div>
<a id="trunkToolsLayoutTestRelayLayoutTestRelayLTRelayControllerm"></a>
<div class="modfile"><h4>Modified: trunk/Tools/LayoutTestRelay/LayoutTestRelay/LTRelayController.m (185329 => 185330)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/LayoutTestRelay/LayoutTestRelay/LTRelayController.m        2015-06-08 21:25:55 UTC (rev 185329)
+++ trunk/Tools/LayoutTestRelay/LayoutTestRelay/LTRelayController.m        2015-06-08 22:29:26 UTC (rev 185330)
</span><span class="lines">@@ -213,7 +213,7 @@
</span><span class="cx">             @&quot;__XPC_DYLD_LIBRARY_PATH&quot;: productDirectory,
</span><span class="cx">         } mutableCopy];
</span><span class="cx"> 
</span><del>-        for (NSString *keyName in @[@&quot;DYLD_INSERT_LIBRARIES&quot;, @&quot;MallocStackLogging&quot;]) {
</del><ins>+        for (NSString *keyName in @[@&quot;DYLD_INSERT_LIBRARIES&quot;, @&quot;MallocStackLogging&quot;, @&quot;LOCAL_RESOURCE_ROOT&quot;, @&quot;DUMPRENDERTREE_TEMP&quot;]) {
</ins><span class="cx">             const char* value = getenv([keyName UTF8String]);
</span><span class="cx">             if (value &amp;&amp; strlen(value)) {
</span><span class="cx">                 NSString *nsValue = [NSString stringWithUTF8String:value];
</span></span></pre>
</div>
</div>

</body>
</html>