Title: [261404] trunk/LayoutTests
Revision
261404
Author
jer.no...@apple.com
Date
2020-05-08 12:59:37 -0700 (Fri, 08 May 2020)

Log Message

media/video-zoom.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=211631

Reviewed by Eric Carlson.

Remove the 1.5s early timeout check here; with the additional 150ms per video element timeout elsewhere
in the test, this is short enough to cause flaky failures on busy bots.

* media/video-zoom.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (261403 => 261404)


--- trunk/LayoutTests/ChangeLog	2020-05-08 19:45:45 UTC (rev 261403)
+++ trunk/LayoutTests/ChangeLog	2020-05-08 19:59:37 UTC (rev 261404)
@@ -1,3 +1,15 @@
+2020-05-08  Jer Noble  <jer.no...@apple.com>
+
+        media/video-zoom.html is a flaky failure
+        https://bugs.webkit.org/show_bug.cgi?id=211631
+
+        Reviewed by Eric Carlson.
+
+        Remove the 1.5s early timeout check here; with the additional 150ms per video element timeout elsewhere
+        in the test, this is short enough to cause flaky failures on busy bots.
+
+        * media/video-zoom.html:
+
 2020-05-08  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [iOS] caret appears in the middle of a search field when field is focused on agoda.com

Modified: trunk/LayoutTests/media/video-zoom.html (261403 => 261404)


--- trunk/LayoutTests/media/video-zoom.html	2020-05-08 19:45:45 UTC (rev 261403)
+++ trunk/LayoutTests/media/video-zoom.html	2020-05-08 19:59:37 UTC (rev 261404)
@@ -16,14 +16,8 @@
                 }
             }, true);
 
-            if (window.testRunner) {
+            if (window.testRunner)
                 testRunner.waitUntilDone();
-                setTimeout(function() { 
-                    document.body.appendChild(document.createTextNode('FAIL')); 
-                    if (window.testRunner)
-                        testRunner.notifyDone();
-                }, 1500);
-            }
         }
     </script>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to