New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 690584 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Feb 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

LayerTreeHostAnimationTestScrollOffsetAnimationAdjusted is flaky

Project Member Reported by danakj@chromium.org, Feb 9 2017

Issue description

Ran 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)

 
Cc: ymalik@chromium.org
Owner: ajuma@chromium.org
ymalik@chromium.org appears inactive. ajuma@ can you triage?
Project Member

Comment 2 by bugdroid1@chromium.org, 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

Comment 3 by ajuma@chromium.org, Feb 10 2017

Status: Fixed (was: Assigned)

Sign in to add a comment