Descriptioncc: Attempt to deflake the LayerTreeHostPictureTestTwinLayer test.
This test has been flaky (see bug), but I am not able to recreate the
flake locally. However, this test does PostSetNeedsCommit() from the
impl thread while also causing commits from the main thread in DidCommit
which could cause an extra commit to happen in theory.
This changes the test to stop using PostSetNeedsCommit() and always
cause commits from DidCommit on the main thread, to help make the test
more deterministic.
R=ajuma, enne@chromium.org, vmpstr
BUG=451988
Committed: https://crrev.com/c949ffe0242ad0459c43a5c9f80f6b29ddb5cbec
Cr-Commit-Position: refs/heads/master@{#313400}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|