Title: [229425] trunk/LayoutTests
Revision
229425
Author
cdu...@apple.com
Date
2018-03-08 12:38:36 -0800 (Thu, 08 Mar 2018)

Log Message

fast/html/marquee-reparent-check.html is flaky with async delegates
https://bugs.webkit.org/show_bug.cgi?id=183425

Reviewed by Youenn Fablet.

The test was missing the "TEST COMPLETE" line at the end of its output.
When enabling async delegates, the "TEST COMPLETE" line would sometimes
show. Move the test away from js-test.js and to js-test-pre.js / js-test-post.js
so that the "TEST COMPLETE" line gets printed out consistently.

* fast/html/marquee-reparent-check-expected.txt:
* fast/html/marquee-reparent-check.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (229424 => 229425)


--- trunk/LayoutTests/ChangeLog	2018-03-08 20:19:47 UTC (rev 229424)
+++ trunk/LayoutTests/ChangeLog	2018-03-08 20:38:36 UTC (rev 229425)
@@ -1,5 +1,20 @@
 2018-03-08  Chris Dumez  <cdu...@apple.com>
 
+        fast/html/marquee-reparent-check.html is flaky with async delegates
+        https://bugs.webkit.org/show_bug.cgi?id=183425
+
+        Reviewed by Youenn Fablet.
+
+        The test was missing the "TEST COMPLETE" line at the end of its output.
+        When enabling async delegates, the "TEST COMPLETE" line would sometimes
+        show. Move the test away from js-test.js and to js-test-pre.js / js-test-post.js
+        so that the "TEST COMPLETE" line gets printed out consistently.
+
+        * fast/html/marquee-reparent-check-expected.txt:
+        * fast/html/marquee-reparent-check.html:
+
+2018-03-08  Chris Dumez  <cdu...@apple.com>
+
         Unreviewed, skip imported/w3c/web-platform-tests/cors/remote-origin.htm
 
         This test is timing out via testharness.js, there is no point in running it and

Modified: trunk/LayoutTests/fast/html/marquee-reparent-check-expected.txt (229424 => 229425)


--- trunk/LayoutTests/fast/html/marquee-reparent-check-expected.txt	2018-03-08 20:19:47 UTC (rev 229424)
+++ trunk/LayoutTests/fast/html/marquee-reparent-check-expected.txt	2018-03-08 20:38:36 UTC (rev 229425)
@@ -3,5 +3,8 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
+PASS successfullyParsed is true
+
+TEST COMPLETE
  
 TEST   

Modified: trunk/LayoutTests/fast/html/marquee-reparent-check.html (229424 => 229425)


--- trunk/LayoutTests/fast/html/marquee-reparent-check.html	2018-03-08 20:19:47 UTC (rev 229424)
+++ trunk/LayoutTests/fast/html/marquee-reparent-check.html	2018-03-08 20:38:36 UTC (rev 229425)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML>
 <html>
 <head>
-<script src=""
+<script src=""
 <script>
 if (window.testRunner)
     testRunner.dumpAsText();
@@ -56,5 +56,6 @@
     </table>
     <keygen autofocus="autofocus">
     <iframe>Test Frame</iframe>
+    <script src=""
 </body>
 </html>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to