<!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>[185584] 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/185584">185584</a></dd>
<dt>Author</dt> <dd>gyuyoung.kim@webkit.org</dd>
<dt>Date</dt> <dd>2015-06-15 23:47:50 -0700 (Mon, 15 Jun 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[EFL] Unreviewed, following gardening of <a href="http://trac.webkit.org/projects/webkit/changeset/185583">r185583</a>.

* platform/efl/TestExpectations: Unskip passing tests, mark new failure tests since disabling USE_NATIVE_XDISPLAY.</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 (185583 => 185584)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-06-16 06:16:28 UTC (rev 185583)
+++ trunk/LayoutTests/ChangeLog        2015-06-16 06:47:50 UTC (rev 185584)
</span><span class="lines">@@ -1,5 +1,11 @@
</span><span class="cx"> 2015-06-15  Gyuyoung Kim  &lt;gyuyoung.kim@webkit.org&gt;
</span><span class="cx"> 
</span><ins>+        [EFL] Unreviewed, following gardening of r185583.
+
+        * platform/efl/TestExpectations: Unskip passing tests, mark new failure tests since disabling USE_NATIVE_XDISPLAY.
+
+2015-06-15  Gyuyoung Kim  &lt;gyuyoung.kim@webkit.org&gt;
+
</ins><span class="cx">         [EFL] Unreviewed, gardening on Jun 16th.
</span><span class="cx"> 
</span><span class="cx">         Too many flaky tests happens on efl bot when enabling USE_NATIVE_XDISPLAY and DISPLAY.
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (185583 => 185584)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2015-06-16 06:16:28 UTC (rev 185583)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2015-06-16 06:47:50 UTC (rev 185584)
</span><span class="lines">@@ -534,9 +534,7 @@
</span><span class="cx"> http/tests/security/webgl-remote-read-remote-image-allowed.html [ Skip ]
</span><span class="cx"> http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html [ Skip ]
</span><span class="cx"> 
</span><del>-# Crash happens after disabling USE_NATIVE_DISPLAY on efl buildbot
-fast/selectors/querySelector-in-range-crash.html [ Crash ]
-perf/accessibility-title-ui-element.html [ Crash ]
</del><ins>+inspector/event-listener.html [ Crash ]
</ins><span class="cx"> 
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # Old WebGL expectations before skipping all of them
</span><span class="lines">@@ -856,7 +854,6 @@
</span><span class="cx"> webkit.org/b/125517 compositing/regions/propagate-region-box-shadow-border-padding-for-video.html [ ImageOnlyFailure Crash Pass ]
</span><span class="cx"> webkit.org/b/125517 compositing/regions/region-as-layer-in-another-flowthread.html [ Crash Pass ]
</span><span class="cx"> webkit.org/b/125517 compositing/regions/transformed-layer-inside-transformed-layer.html [ Crash Pass ]
</span><del>-webkit.org/b/125517 compositing/regions/transform-transparent-positioned-video-inside-region.html [ ImageOnlyFailure Crash ]
</del><span class="cx"> webkit.org/b/125517 compositing/regions/z-index-update.html [ Crash Pass ]
</span><span class="cx"> 
</span><span class="cx"> webkit.org/b/125573 compositing/backgrounds/fixed-backgrounds.html [ Crash Pass ]
</span><span class="lines">@@ -1055,7 +1052,6 @@
</span><span class="cx"> webkit.org/b/145835 fast/writing-mode/vertical-float-margin.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/145835 fast/dom/HTMLAnchorElement/anchor-download-unset.html [ Timeout Pass ]
</span><span class="cx"> webkit.org/b/145835 fast/events/scroll-event-phase.html [ Timeout Pass ]
</span><del>-webkit.org/b/145835 fast/events/scroll-in-scaled-page-with-overflow-hidden.html [ Failure Timeout ]
</del><span class="cx"> webkit.org/b/145835 fast/forms/range/range-change-min-max.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/145835 fast/forms/text/text-height-grow.html [ ImageOnlyFailure Pass ]
</span><span class="cx"> webkit.org/b/145835 fast/forms/textarea/textarea-placeholder-paint-order-2.html [ ImageOnlyFailure Pass ]
</span><span class="lines">@@ -1067,6 +1063,15 @@
</span><span class="cx"> webkit.org/b/145835 js/dom/create-lots-of-workers.html [ Crash Timeout Pass Failure ]
</span><span class="cx"> webkit.org/b/145835 js/dom/cross-frame-bad-time.html [ Timeout Pass ]
</span><span class="cx"> 
</span><ins>+# EFL port shows these tests are flaky though the tests are marked with failure in wk2 TestExpectation.
+css3/device-adapt/opera/cascading-001.xhtml [ Failure Pass ]
+fast/dom/adopt-node-crash-2.html [ Failure Pass ]
+fast/selectors/hover-strict.html [ Failure Pass ]
+webaudio/delaynode-max-default-delay.html [ Failure Pass ]
+http/tests/media/video-redirect.html [ Crash Timeout Pass ]
+http/tests/xmlhttprequest/xmlhttprequest-post-crash.html [ Timeout Pass ]
+media/track/track-cues-pause-on-exit.html [ Failure Timeout Pass ]
+
</ins><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # PASSING TESTS WITH INCORRECT EXPECTATIONS
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="lines">@@ -1228,6 +1233,13 @@
</span><span class="cx"> imported/mozilla/svg/text/textLength-6.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/text/textpath-multiline-2.svg [ Pass ]
</span><span class="cx"> imported/mozilla/svg/text/textpath-multiline.svg [ Pass ]
</span><ins>+css3/conditional/w3c/at-supports-010.html [ Pass ]
+css3/conditional/w3c/at-supports-014.html [ Pass ]
+fast/borders/border-painting-dashed.html [ Pass ]
+fast/borders/border-painting-dotted.html [ Pass ]
+fast/borders/border-painting-double.html [ Pass ]
+fast/table/border-collapsing/collapsed-borders-adjoining-sections.html [ Pass ]
+mathml/roots-removeChild.html [ Pass ]
</ins><span class="cx"> 
</span><span class="cx"> #////////////////////////////////////////////////////////////////////////////////////////
</span><span class="cx"> # FAILING TESTS
</span><span class="lines">@@ -1409,9 +1421,6 @@
</span><span class="cx"> 
</span><span class="cx"> Bug(EFL) [ Debug ] http/tests/incremental/slow-utf8-html.pl [ Pass Slow ]
</span><span class="cx"> 
</span><del>-# Tests imported in r116658
-webkit.org/b/85308 ietestcenter/css3/valuesandunits/units-000.htm [ Crash ImageOnlyFailure ]
-
</del><span class="cx"> # LEGACY_VIEWPORT_ADAPTION flag is not enabled on EFL port
</span><span class="cx"> webkit.org/b/88191 fast/viewport/viewport-legacy-handheldfriendly.html [ Failure ]
</span><span class="cx"> webkit.org/b/88191 fast/viewport/viewport-legacy-mobileoptimized-2.html [ Failure ]
</span><span class="lines">@@ -1693,10 +1702,6 @@
</span><span class="cx"> webkit.org/b/114920 fast/repaint/moving-shadow-on-path.html [ Failure ]
</span><span class="cx"> 
</span><span class="cx"> # Compositing reftests added in r148172 fail on EFL
</span><del>-webkit.org/b/114739 compositing/patterns/direct-pattern-compositing-contain.html [ ImageOnlyFailure Crash ]
-webkit.org/b/114739 compositing/patterns/direct-pattern-compositing-cover.html [ ImageOnlyFailure Crash ]
-webkit.org/b/114739 compositing/patterns/direct-pattern-compositing-position.html [ ImageOnlyFailure Crash ]
-webkit.org/b/114739 compositing/patterns/direct-pattern-compositing-size.html [ ImageOnlyFailure Crash ]
</del><span class="cx"> webkit.org/b/114739 compositing/patterns/direct-pattern-compositing-contain-no-repeat.html [ Pass Crash ]
</span><span class="cx"> 
</span><span class="cx"> # Unidentified failing media tests
</span><span class="lines">@@ -1972,10 +1977,6 @@
</span><span class="cx"> webkit.org/b/127118 compositing/regions/fixed-in-named-flow-lost-transformed-parent.html [ Failure ]
</span><span class="cx"> webkit.org/b/127118 compositing/regions/fixed-in-named-flow.html [ Failure ]
</span><span class="cx"> 
</span><del>-# Failing since added in r162960
-webkit.org/b/128733 fast/css/sticky/sticky-table-row-top.html [ ImageOnlyFailure ]
-webkit.org/b/128733 fast/css/sticky/sticky-table-thead-top.html [ ImageOnlyFailure ]
-
</del><span class="cx"> # Failing since r164015
</span><span class="cx"> webkit.org/b/128734 plugins/nested-plugin-objects.html [ Failure ]
</span><span class="cx"> webkit.org/b/128734 plugins/netscape-destroy-plugin-script-objects.html [ Failure ]
</span><span class="lines">@@ -2216,8 +2217,6 @@
</span><span class="cx"> # New failing compositing tests, needs more investigation
</span><span class="cx"> compositing/masks/compositing-clip-path-change-no-repaint.html [ Failure ]
</span><span class="cx"> compositing/tiling/transform-origin-tiled.html [ Failure ]
</span><del>-compositing/masks/compositing-clip-path-mask-change.html [ ImageOnlyFailure ]
-compositing/overlap-blending/nested-overlap-overflow.html [ ImageOnlyFailure ]
</del><span class="cx"> 
</span><span class="cx"> # [EFL] REGRESSION(r183907): It made all inspector-protocol test crash
</span><span class="cx"> webkit.org/b/144737 inspector-protocol [ Skip ]
</span><span class="lines">@@ -2277,3 +2276,4 @@
</span><span class="cx"> mathml/presentation/mo-stretchy-vertical-bar.html [ ImageOnlyFailure ]
</span><span class="cx"> mathml/presentation/scripts-font-size.html [ ImageOnlyFailure ]
</span><span class="cx"> mathml/presentation/style-color-sqrt.html [ ImageOnlyFailure ]
</span><ins>+animations/trigger-container-scroll-empty.html [ Failure ]
</ins></span></pre>
</div>
</div>

</body>
</html>