Title: [204904] trunk/LayoutTests
Revision
204904
Author
[email protected]
Date
2016-08-24 10:35:20 -0700 (Wed, 24 Aug 2016)

Log Message

Changing gamepad test to try to get more info about the failure mode on the bots.

Unreviewed.

* gamepad/gamepad-timestamp.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (204903 => 204904)


--- trunk/LayoutTests/ChangeLog	2016-08-24 17:15:46 UTC (rev 204903)
+++ trunk/LayoutTests/ChangeLog	2016-08-24 17:35:20 UTC (rev 204904)
@@ -1,3 +1,11 @@
+2016-08-24  Brady Eidson  <[email protected]>
+
+        Changing gamepad test to try to get more info about the failure mode on the bots.
+
+        Unreviewed.
+
+        * gamepad/gamepad-timestamp.html:
+
 2016-08-24  Ryan Haddad  <[email protected]>
 
         Add ios-simulator baseline for newly imported test.

Modified: trunk/LayoutTests/gamepad/gamepad-timestamp.html (204903 => 204904)


--- trunk/LayoutTests/gamepad/gamepad-timestamp.html	2016-08-24 17:15:46 UTC (rev 204903)
+++ trunk/LayoutTests/gamepad/gamepad-timestamp.html	2016-08-24 17:35:20 UTC (rev 204904)
@@ -40,6 +40,7 @@
 
     if (++rafCount == 120) {
         log("Went 120 RAF cycles without seeing 10 increasing timestamp values... yikes!");
+        log("Number of actual timestamp increases seen: " + increasingTimestampsSeen);
         finishTest();
     }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to