[Webkit-unassigned] [Bug 190885] [High Sierra / Mojave Debug WK2] Layout Test media/video-restricted-invisible-autoplay-allowed-when-visible.html is a flaky failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 25 09:31:05 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=190885

--- Comment #1 from Ryan Haddad <ryanhaddad at apple.com> ---
I can repro the failures locally with:
media/video-restricted-invisible-autoplay-allowed-when-visible.html -fg --iter 100 --no-retry


I cannot repro the failure after making this change:

diff --git a/LayoutTests/media/video-restricted-invisible-autoplay-allowed-when-visible.html b/LayoutTests/media/video-restricted-invisible-autoplay-allowed-when-visible.html
index 50b7a1a7d88..a09825fb1a7 100644
--- a/LayoutTests/media/video-restricted-invisible-autoplay-allowed-when-visible.html
+++ b/LayoutTests/media/video-restricted-invisible-autoplay-allowed-when-visible.html
@@ -19,7 +19,7 @@
             function putInDOM()
             {
                 run('document.body.appendChild(video)');
-                failTestIn(250);
+                failTestIn(2000);
             }

             function play()

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181025/accd79c8/attachment-0001.html>


More information about the webkit-unassigned mailing list