<!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>[177497] 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/177497">177497</a></dd>
<dt>Author</dt> <dd>ossy@webkit.org</dd>
<dt>Date</dt> <dd>2014-12-18 07:30:00 -0800 (Thu, 18 Dec 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[EFL] Fix test expectations after <a href="http://trac.webkit.org/projects/webkit/changeset/177363">r177363</a>
https://bugs.webkit.org/show_bug.cgi?id=139772

Unreviewed gardening after <a href="http://trac.webkit.org/projects/webkit/changeset/177363">r177363</a> - part II

* platform/efl/TestExpectations:</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>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (177496 => 177497)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-12-18 14:57:36 UTC (rev 177496)
+++ trunk/LayoutTests/ChangeLog        2014-12-18 15:30:00 UTC (rev 177497)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-12-18  Csaba Osztrogonác  &lt;ossy@webkit.org&gt;
+
+        [EFL] Fix test expectations after r177363
+        https://bugs.webkit.org/show_bug.cgi?id=139772
+
+        Unreviewed gardening after r177363 - part II
+
+        * platform/efl/TestExpectations:
+
</ins><span class="cx"> 2014-12-18  Radu Stavila  &lt;stavila@adobe.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [SVG Masking] Enable the use of &lt;mask&gt; elements for -webkit-mask-image
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (177496 => 177497)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2014-12-18 14:57:36 UTC (rev 177496)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2014-12-18 15:30:00 UTC (rev 177497)
</span><span class="lines">@@ -267,6 +267,7 @@
</span><span class="cx"> webkit.org/b/87661 http/tests/security/cross-origin-worker-indexeddb.html [ Skip ]
</span><span class="cx"> webkit.org/b/87661 http/tests/security/no-indexeddb-from-sandbox.html [ Skip ]
</span><span class="cx"> webkit.org/b/87661 crypto/subtle/rsa-indexeddb.html [ Skip ]
</span><ins>+inspector-protocol/indexeddb/basics.html
</ins><span class="cx"> 
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # TESTS EXPECTED TO FAIL
</span><span class="lines">@@ -349,7 +350,7 @@
</span><span class="cx"> webkit.org/b/86623 fast/events/moving-text-should-fire-drop-and-dragend-events-2.html [ Failure ]
</span><span class="cx"> webkit.org/b/86623 fast/events/ondragenter.html
</span><span class="cx"> webkit.org/b/86623 fast/events/ondrop-text-html.html
</span><del>-webkit.org/b/86623 fast/events/only-valid-drop-targets-receive-file-drop.html [ Failure ]
</del><ins>+webkit.org/b/86623 fast/events/only-valid-drop-targets-receive-file-drop.html [ Timeout ]
</ins><span class="cx"> webkit.org/b/86623 fast/events/remove-target-with-shadow-in-drag.html [ Failure ]
</span><span class="cx"> webkit.org/b/86623 fast/events/standalone-image-drag-to-editable.html
</span><span class="cx"> webkit.org/b/86623 fast/forms/drag-into-textarea.html
</span><span class="lines">@@ -457,7 +458,7 @@
</span><span class="cx"> webkit.org/b/92726 fast/dom/NavigatorContentUtils/unregister-protocol-handler.html [ Crash ]
</span><span class="cx"> 
</span><span class="cx"> # Crashes on plugin test, also blocked by 108077
</span><del>-webkit.org/b/98747 plugins/document-open.html [ Crash Failure ]
</del><ins>+webkit.org/b/98747 plugins/document-open.html [ Crash Failure Timeout]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/102200 fast/dom/HTMLAnchorElement/anchor-download.html [ Timeout ]
</span><span class="cx"> webkit.org/b/102200 fast/dom/HTMLAnchorElement/anchor-nodownload-set.html [ Timeout ]
</span><span class="lines">@@ -472,7 +473,7 @@
</span><span class="cx"> 
</span><span class="cx"> # Media regressions after updating to gstreamer 1.0.
</span><span class="cx"> webkit.org/b/104809 media/video-src.html [ Crash Pass ]
</span><del>-webkit.org/b/104809 media/video-src-blob.html [ Crash Failure ]
</del><ins>+webkit.org/b/104809 media/video-src-blob.html [ Crash Failure Timeout]
</ins><span class="cx"> webkit.org/b/104809 media/video-src-change.html [ Crash Pass Failure ]
</span><span class="cx"> webkit.org/b/104809 media/remove-from-document.html [ Crash Pass Failure ]
</span><span class="cx"> webkit.org/b/104809 media/video-timeupdate-during-playback.html [ Crash Pass Failure ]
</span><span class="lines">@@ -731,8 +732,8 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/102204 http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html [ Crash Pass ]
</span><span class="cx"> 
</span><del>-webkit.org/b/95428 media/video-controls-captions.html [ Failure ]
-webkit.org/b/113106 media/track/track-prefer-captions.html [ Failure ]
</del><ins>+webkit.org/b/95428 media/video-controls-captions.html [ Timeout ]
+webkit.org/b/113106 media/track/track-prefer-captions.html [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # Failures after r130363.
</span><span class="cx"> webkit.org/b/98573 fast/forms/multiple-form-submission-protection-mouse.html [ Failure Pass ]
</span><span class="lines">@@ -859,7 +860,7 @@
</span><span class="cx"> webkit.org/b/135562 svg/W3C-SVG-1.1/shapes-rect-02-t.svg [ Failure Pass ]
</span><span class="cx"> 
</span><span class="cx"> # Fails on the bots.
</span><del>-webkit.org/b/97968 media/unsupported-rtsp.html [ Failure Pass ]
</del><ins>+webkit.org/b/97968 media/unsupported-rtsp.html [ Failure Pass Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/135610 fast/ruby/ruby-svg-crash.html [ Failure Pass ]
</span><span class="cx"> 
</span><span class="lines">@@ -982,7 +983,7 @@
</span><span class="cx"> webkit.org/b/84333 fast/events/dropzone-004.html [ Failure ]
</span><span class="cx"> webkit.org/b/84333 fast/events/file-input-hidden-in-ondrop.html [ Timeout ]
</span><span class="cx"> webkit.org/b/84333 fast/events/input-element-display-none-in-dragleave-crash.html [ Timeout ]
</span><del>-webkit.org/b/84333 fast/events/prevent-drag-to-navigate.html [ Failure ]
</del><ins>+webkit.org/b/84333 fast/events/prevent-drag-to-navigate.html [ Timeout ]
</ins><span class="cx"> webkit.org/b/84333 fast/files/apply-blob-url-to-img.html [ Timeout ]
</span><span class="cx"> webkit.org/b/84333 fast/files/apply-blob-url-to-xhr.html [ Timeout ]
</span><span class="cx"> webkit.org/b/84333 fast/files/file-list-test.html [ Failure ]
</span><span class="lines">@@ -1012,7 +1013,7 @@
</span><span class="cx"> webkit.org/b/84333 http/tests/local/formdata/send-form-data-with-empty-file-filename.html [ Timeout ]
</span><span class="cx"> webkit.org/b/84333 http/tests/local/formdata/send-form-data-with-filename.html [ Failure ]
</span><span class="cx"> webkit.org/b/84333 http/tests/local/formdata/send-form-data-with-sliced-file.html [ Failure ]
</span><del>-webkit.org/b/84333 http/tests/local/formdata/upload-events.html [ Failure ]
</del><ins>+webkit.org/b/84333 http/tests/local/formdata/upload-events.html [ Timeout ]
</ins><span class="cx"> webkit.org/b/84333 http/tests/security/clipboard/clipboard-file-access.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # EFL port needs Pasteboard implementation.
</span><span class="lines">@@ -1226,7 +1227,7 @@
</span><span class="cx"> webkit.org/b/86142 ietestcenter/css3/namespaces/syntax-021.xml [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="cx"> # Fullscreen API is enabled but not fully implemented.
</span><del>-webkit.org/b/86187 media/media-fullscreen-not-in-document.html [ Failure ]
</del><ins>+webkit.org/b/86187 media/media-fullscreen-not-in-document.html [ Timeout ]
</ins><span class="cx"> webkit.org/b/86187 media/media-fullscreen-inline.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # This test is specific to QuickTime media engine.
</span><span class="lines">@@ -1375,7 +1376,7 @@
</span><span class="cx"> 
</span><span class="cx"> # Media paint regressions
</span><span class="cx"> webkit.org/b/102068 webkit.org/b/102993 media/audio-repaint.html [ Failure ]
</span><del>-webkit.org/b/102068 webkit.org/b/102993 media/media-document-audio-repaint.html [ Failure ]
</del><ins>+webkit.org/b/102068 webkit.org/b/102993 media/media-document-audio-repaint.html [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # It may even be the case that the tests themselves are wrong.
</span><span class="cx"> webkit.org/b/100859 ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box.htm [ Missing ]
</span><span class="lines">@@ -1548,7 +1549,7 @@
</span><span class="cx"> 
</span><span class="cx"> # Unidentified failing media tests
</span><span class="cx"> webkit.org/b/115419 media/media-can-play-ogg.html [ Failure ]
</span><del>-webkit.org/b/115419 media/track/track-automatic-subtitles.html [ Failure ]
</del><ins>+webkit.org/b/115419 media/track/track-automatic-subtitles.html [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/115439 fast/text/complex-initial-advance.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1665,7 +1666,7 @@
</span><span class="cx"> webkit.org/b/93980 http/tests/appcache/load-from-appcache-defer-resume-crash.html [ Skip ]
</span><span class="cx"> 
</span><span class="cx"> # WebKitTestRunner needs an implementation for testRunner.setStorageDatabaseIdleInterval
</span><del>-webkit.org/b/93982 storage/domstorage/storage-close-database-on-idle.html [ Failure ]
</del><ins>+webkit.org/b/93982 storage/domstorage/storage-close-database-on-idle.html [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # The following test makes the fast/parser/document-write-ignores-later-network-bytes.html test crash
</span><span class="cx"> webkit.org/b/98345 fast/parser/document-open-in-unload.html [ Skip ]
</span><span class="lines">@@ -1689,7 +1690,7 @@
</span><span class="cx"> webkit.org/b/99438 editing/selection/mixed-editability-10.html [ Missing Failure ]
</span><span class="cx"> 
</span><span class="cx"> # NPN_ReloadPlugins is not implemented.
</span><del>-webkit.org/b/98744 plugins/reloadplugins-and-pages.html [ Failure ]
</del><ins>+webkit.org/b/98744 plugins/reloadplugins-and-pages.html [ Timeout]
</ins><span class="cx"> 
</span><span class="cx"> # Plugin test timeout.
</span><span class="cx"> webkit.org/b/98743 plugins/evaluate-js-after-removing-plugin-element.html [ Failure ]
</span><span class="lines">@@ -1721,7 +1722,7 @@
</span><span class="cx"> 
</span><span class="cx"> # Http plugin test failures.
</span><span class="cx"> webkit.org/b/99561 http/tests/plugins/plugin-document-has-focus.html [ Timeout ]
</span><del>-webkit.org/b/99562 http/tests/plugins/post-url-file.html [ Failure ]
</del><ins>+webkit.org/b/99562 http/tests/plugins/post-url-file.html [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> # Comparison of two javascript objects in C++ is failing.
</span><span class="cx"> webkit.org/b/98739 plugins/npruntime/embed-property-equality.html [ Failure ]
</span><span class="lines">@@ -1802,7 +1803,7 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/120105 http/tests/navigation/post-frames-goback1-uncached.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/120682 inspector-protocol/page/archive.html [ Failure ]
</del><ins>+webkit.org/b/120682 inspector-protocol/page/archive.html [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/124414 animations/cross-fade-background-image.html [ ImageOnlyFailure ]
</span><span class="cx"> 
</span><span class="lines">@@ -1917,7 +1918,7 @@
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/128901 accessibility/list-detection.html [ Failure ]
</span><span class="cx"> 
</span><del>-webkit.org/b/128902 media/media-event-listeners.html [ Failure ]
</del><ins>+webkit.org/b/128902 media/media-event-listeners.html [ Timeout ]
</ins><span class="cx"> 
</span><span class="cx"> webkit.org/b/128973 fast/multicol/span/span-as-immediate-columns-child-dynamic.html [ Failure ]
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>