DescriptionFix flaky cast_unittests where threads were being joined incorrectly.
Root cause of the flakiness is that the StandaloneCastEnvironment, as a
ref-counted object, was being destroyed on a thread other than the one
that created it. At destruction, it attempted to join on the threads it
owns, but these threads must be joined with the thread that they were
spawned from.
BUG=396480
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287194
Patch Set 1 #
Messages
Total messages: 6 (0 generated)
|