DescriptionMake sure advancing non-zero time delta for mock timer in testScrollLatencyFromTimeline
This is a speculative fix for the flaky test
RenderingStatsUnitTest.testScrollLatencyFromTimeline (crbug.com/358673)
I am not sure about the root cause and can't repro this locally.
Buy inspecting the code I feel there could be problems if the
default timer.Advance() advances 0ms. So lets always pass in explicit
low & high parameters into timer.Advance(low, high) and see if this fix
the flaky test.
Note: the root cause could have been fixed by
https://src.chromium.org/viewvc/chrome?revision=261034&view=revision
This is CL could be just a nice add-on.
BUG=358673
TEST=unittests RenderingStatsUnitTest.* pass.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=261464
Patch Set 1 #Patch Set 2 : rebased #Messages
Total messages: 15 (0 generated)
|