LayerTreeHostAnimationTestScrollOffsetAnimationAdjusted is flaky |
||
Issue descriptionRan the test as part of cc_unittests suite in debug, it failed. Running it alone once it passed, so it's flaky. [ RUN ] LayerTreeHostAnimationTestScrollOffsetAnimationAdjusted.RunMultiThread_DelegatingRenderer ../../cc/trees/layer_tree_host_unittest_animation.cc:898: Failure Value of: animation->run_state() Actual: 2 Expected: Animation::RunState::RUNNING Which is: 3 [ FAILED ] LayerTreeHostAnimationTestScrollOffsetAnimationAdjusted.RunMultiThread_DelegatingRenderer (17 ms)
,
Feb 10 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/a446224d4d9f2ffd3b0598d5c7647c886890a8ce commit a446224d4d9f2ffd3b0598d5c7647c886890a8ce Author: ajuma <ajuma@chromium.org> Date: Fri Feb 10 18:30:39 2017 cc: Fix flaky scroll animation test This fixes LayerTreeHostAnimationTestScrollOffsetAnimationAdjusted by removing an expectation that depends on the ordering of the first draw and the second commit, and isn't actually needed for what's being tested. BUG= 690584 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Review-Url: https://codereview.chromium.org/2692493002 Cr-Commit-Position: refs/heads/master@{#449665} [modify] https://crrev.com/a446224d4d9f2ffd3b0598d5c7647c886890a8ce/cc/trees/layer_tree_host_unittest_animation.cc
,
Feb 10 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by danakj@chromium.org
, Feb 9 2017Owner: ajuma@chromium.org