Title: [226785] trunk/LayoutTests
Revision
226785
Author
eric.carl...@apple.com
Date
2018-01-11 10:20:14 -0800 (Thu, 11 Jan 2018)

Log Message

Layout Test media/event-queue-crash.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=180493
<rdar://problem/35914377>

Reviewed by Jer Noble.

* TestExpectations: Add DumpJSConsoleLogInStdErr.
* media/event-queue-crash.html: Increase the timeout from 10ms to 100ms.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (226784 => 226785)


--- trunk/LayoutTests/ChangeLog	2018-01-11 17:58:46 UTC (rev 226784)
+++ trunk/LayoutTests/ChangeLog	2018-01-11 18:20:14 UTC (rev 226785)
@@ -1,3 +1,14 @@
+2018-01-11  Eric Carlson  <eric.carl...@apple.com>
+
+        Layout Test media/event-queue-crash.html is flaky
+        https://bugs.webkit.org/show_bug.cgi?id=180493
+        <rdar://problem/35914377>
+
+        Reviewed by Jer Noble.
+
+        * TestExpectations: Add DumpJSConsoleLogInStdErr.
+        * media/event-queue-crash.html: Increase the timeout from 10ms to 100ms.
+
 2018-01-11  Ms2ger  <ms2...@igalia.com>
 
         Test gardening for GTK.

Modified: trunk/LayoutTests/TestExpectations (226784 => 226785)


--- trunk/LayoutTests/TestExpectations	2018-01-11 17:58:46 UTC (rev 226784)
+++ trunk/LayoutTests/TestExpectations	2018-01-11 18:20:14 UTC (rev 226785)
@@ -1685,4 +1685,6 @@
 # There is a bug in the test
 imported/w3c/web-platform-tests/workers/worker-performance.worker.html [ Pass Failure ]
 
+media/event-queue-crash.html [ DumpJSConsoleLogInStdErr ]
+
 webkit.org/b/181222 http/tests/workers/service/cors-image-fetch.html [ Skip ]

Modified: trunk/LayoutTests/media/event-queue-crash.html (226784 => 226785)


--- trunk/LayoutTests/media/event-queue-crash.html	2018-01-11 17:58:46 UTC (rev 226784)
+++ trunk/LayoutTests/media/event-queue-crash.html	2018-01-11 18:20:14 UTC (rev 226785)
@@ -17,7 +17,7 @@
         setTimeout(function() {
             if (window.testRunner)
                 testRunner.notifyDone();
-        }, 10);
+        }, 100);
     }
 </script>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to