Chromium Code Reviews
DescriptionReplace TestSurfaceReferenceFactory in surface_layer_unittests.cc with a mock implementation
TestSurfaceReferneceFactory currently takes pointers to stack variables
of a test and apparently writes to them when the stack is gone. This
has caused flakiness on some bots. A mock interface allows us to avoid
doing the nasty stuff with pointers and is generally nicer.
BUG=703263
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
Review-Url: https://codereview.chromium.org/2830983004
Cr-Commit-Position: refs/heads/master@{#466160}
Committed: https://chromium.googlesource.com/chromium/src/+/76209400f9091745a4ecc635223c5e9a86c96939
Patch Set 1 #
Total comments: 1
Patch Set 2 : Remove VerifyAndClearExpectations #Messages
Total messages: 15 (11 generated)
|