Title: [177763] trunk/LayoutTests
- Revision
- 177763
- Author
- [email protected]
- Date
- 2014-12-27 11:36:27 -0800 (Sat, 27 Dec 2014)
Log Message
fast/parser/parser-yield-timing.html is flaky in debug builds
https://bugs.webkit.org/show_bug.cgi?id=139962
Reviewed by Anders Carlsson.
* fast/parser/parser-yield-timing-expected.txt:
* fast/parser/parser-yield-timing.html:
Further increase the tolerance.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (177762 => 177763)
--- trunk/LayoutTests/ChangeLog 2014-12-27 19:33:47 UTC (rev 177762)
+++ trunk/LayoutTests/ChangeLog 2014-12-27 19:36:27 UTC (rev 177763)
@@ -1,5 +1,16 @@
2014-12-27 Alexey Proskuryakov <[email protected]>
+ fast/parser/parser-yield-timing.html is flaky in debug builds
+ https://bugs.webkit.org/show_bug.cgi?id=139962
+
+ Reviewed by Anders Carlsson.
+
+ * fast/parser/parser-yield-timing-expected.txt:
+ * fast/parser/parser-yield-timing.html:
+ Further increase the tolerance.
+
+2014-12-27 Alexey Proskuryakov <[email protected]>
+
fast/css/hover-update.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=139960
Modified: trunk/LayoutTests/fast/parser/parser-yield-timing-expected.txt (177762 => 177763)
--- trunk/LayoutTests/fast/parser/parser-yield-timing-expected.txt 2014-12-27 19:33:47 UTC (rev 177762)
+++ trunk/LayoutTests/fast/parser/parser-yield-timing-expected.txt 2014-12-27 19:36:27 UTC (rev 177763)
@@ -3,9 +3,9 @@
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS new Date().getTime() - startTime is within 100 of 1000
-PASS new Date().getTime() - startTime is within 100 of 2000
-PASS new Date().getTime() - startTime is within 100 of 3000
+PASS new Date().getTime() - startTime is within 300 of 1000
+PASS new Date().getTime() - startTime is within 300 of 2000
+PASS new Date().getTime() - startTime is within 300 of 3000
PASS successfullyParsed is true
TEST COMPLETE
Modified: trunk/LayoutTests/fast/parser/parser-yield-timing.html (177762 => 177763)
--- trunk/LayoutTests/fast/parser/parser-yield-timing.html 2014-12-27 19:33:47 UTC (rev 177762)
+++ trunk/LayoutTests/fast/parser/parser-yield-timing.html 2014-12-27 19:36:27 UTC (rev 177763)
@@ -8,7 +8,7 @@
description("Runs 3 separate 1 second <script> blocks with a setTimeout schedule before each. The execution time of the setTimeout is when the HTML yielded to the event loop. The yields also represent painting opportunities. We want the parser to yield every 0.5 seconds once it has seen a script.");
var startTime = new Date().getTime();
- var tolerance = 100; // 100 ms
+ var tolerance = 300; // 300 ms
function expectElapsedTime(expectedTime) {
shouldBeCloseTo("new Date().getTime() - startTime", expectedTime, tolerance);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes