Title: [222805] trunk/LayoutTests
Revision
222805
Author
[email protected]
Date
2017-10-03 13:36:22 -0700 (Tue, 03 Oct 2017)

Log Message

Unreviewed test gardening. Add debugging to flakey test.

* http/tests/inspector/network/beacon-type.html:
Add some debugging to try and understand why this test times out.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (222804 => 222805)


--- trunk/LayoutTests/ChangeLog	2017-10-03 20:32:00 UTC (rev 222804)
+++ trunk/LayoutTests/ChangeLog	2017-10-03 20:36:22 UTC (rev 222805)
@@ -1,3 +1,10 @@
+2017-10-03  Joseph Pecoraro  <[email protected]>
+
+        Unreviewed test gardening. Add debugging to flakey test.
+
+        * http/tests/inspector/network/beacon-type.html:
+        Add some debugging to try and understand why this test times out.
+
 2017-10-03  Adrian Perez de Castro  <[email protected]>
 
         [GTK] Support the "system" CSS font family

Modified: trunk/LayoutTests/http/tests/inspector/network/beacon-type.html (222804 => 222805)


--- trunk/LayoutTests/http/tests/inspector/network/beacon-type.html	2017-10-03 20:32:00 UTC (rev 222804)
+++ trunk/LayoutTests/http/tests/inspector/network/beacon-type.html	2017-10-03 20:36:22 UTC (rev 222805)
@@ -20,6 +20,10 @@
 
 function test()
 {
+    // FIXME: <https://webkit.org/b/177834> Layout Test http/tests/inspector/network/beacon-type.html is flaky.
+    // Adding debugging to try to determine why this test is timing out.    
+    InspectorTest.debug();
+
     let suite = InspectorTest.createAsyncSuite("Resource.Type.Beacon");
 
     function addTestCase({name, description, _expression_, resourceHandler}) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to