Title: [212938] trunk/LayoutTests
Revision
212938
Author
cdu...@apple.com
Date
2017-02-23 19:22:05 -0800 (Thu, 23 Feb 2017)

Log Message

Unreviewed, try to reduce flakiness to timer throttling tests

Try to reduce flakiness to timer throttling tests by increasing
tolerance.

* fast/dom/timer-throttling-hidden-page-expected.txt:
* fast/dom/timer-throttling-hidden-page-non-nested-expected.txt:
* fast/dom/timer-throttling-hidden-page-non-nested.html:
* fast/dom/timer-throttling-hidden-page.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (212937 => 212938)


--- trunk/LayoutTests/ChangeLog	2017-02-24 03:13:03 UTC (rev 212937)
+++ trunk/LayoutTests/ChangeLog	2017-02-24 03:22:05 UTC (rev 212938)
@@ -1,3 +1,15 @@
+2017-02-23  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed, try to reduce flakiness to timer throttling tests
+
+        Try to reduce flakiness to timer throttling tests by increasing
+        tolerance.
+
+        * fast/dom/timer-throttling-hidden-page-expected.txt:
+        * fast/dom/timer-throttling-hidden-page-non-nested-expected.txt:
+        * fast/dom/timer-throttling-hidden-page-non-nested.html:
+        * fast/dom/timer-throttling-hidden-page.html:
+
 2017-02-23  Javier Fernandez  <jfernan...@igalia.com>
 
         [GTK] Layout test imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html is flaky

Modified: trunk/LayoutTests/fast/dom/timer-throttling-hidden-page-expected.txt (212937 => 212938)


--- trunk/LayoutTests/fast/dom/timer-throttling-hidden-page-expected.txt	2017-02-24 03:13:03 UTC (rev 212937)
+++ trunk/LayoutTests/fast/dom/timer-throttling-hidden-page-expected.txt	2017-02-24 03:22:05 UTC (rev 212938)
@@ -3,13 +3,13 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS timerIntervalWhilePageVisible is within 20 of 10
-PASS timerIntervalWhilePageVisible is within 20 of 10
-PASS timerIntervalWhilePageVisible is within 20 of 10
-PASS timerIntervalWhilePageVisible is within 20 of 10
-PASS timerIntervalWhilePageVisible is within 20 of 10
+PASS timerIntervalWhilePageVisible is within 30 of 10
+PASS timerIntervalWhilePageVisible is within 30 of 10
+PASS timerIntervalWhilePageVisible is within 30 of 10
+PASS timerIntervalWhilePageVisible is within 30 of 10
+PASS timerIntervalWhilePageVisible is within 30 of 10
 PASS timerIntervalWhilePageHidden > (timeoutInterval + tolerance) is true
-PASS timerIntervalWhilePageVisible is within 20 of 10
+PASS timerIntervalWhilePageVisible is within 30 of 10
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/fast/dom/timer-throttling-hidden-page-non-nested-expected.txt (212937 => 212938)


--- trunk/LayoutTests/fast/dom/timer-throttling-hidden-page-non-nested-expected.txt	2017-02-24 03:13:03 UTC (rev 212937)
+++ trunk/LayoutTests/fast/dom/timer-throttling-hidden-page-non-nested-expected.txt	2017-02-24 03:22:05 UTC (rev 212938)
@@ -3,10 +3,10 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS timerIntervalWhilePageVisible is within 20 of 10
-PASS timerIntervalWhilePageVisible is within 20 of 10
-PASS timerIntervalWhilePageVisible is within 20 of 10
-PASS timerIntervalWhilePageVisible is within 20 of 10
+PASS timerIntervalWhilePageVisible is within 30 of 10
+PASS timerIntervalWhilePageVisible is within 30 of 10
+PASS timerIntervalWhilePageVisible is within 30 of 10
+PASS timerIntervalWhilePageVisible is within 30 of 10
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/fast/dom/timer-throttling-hidden-page-non-nested.html (212937 => 212938)


--- trunk/LayoutTests/fast/dom/timer-throttling-hidden-page-non-nested.html	2017-02-24 03:13:03 UTC (rev 212937)
+++ trunk/LayoutTests/fast/dom/timer-throttling-hidden-page-non-nested.html	2017-02-24 03:22:05 UTC (rev 212938)
@@ -10,7 +10,7 @@
         var firstTimerWhileHidden = true;
         var isPageVisible = true;
         var timeoutInterval = 10;
-        var tolerance = 20;
+        var tolerance = 30;
 
         function testTimer()
         {

Modified: trunk/LayoutTests/fast/dom/timer-throttling-hidden-page.html (212937 => 212938)


--- trunk/LayoutTests/fast/dom/timer-throttling-hidden-page.html	2017-02-24 03:13:03 UTC (rev 212937)
+++ trunk/LayoutTests/fast/dom/timer-throttling-hidden-page.html	2017-02-24 03:22:05 UTC (rev 212938)
@@ -10,7 +10,7 @@
         var firstTimerWhileHidden = true;
         var isPageVisible = true;
         var timeoutInterval = 10;
-        var tolerance = 20;
+        var tolerance = 30;
         var maxNestingLevel = 5;
 
         function testTimer()
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to