DescriptionFix teardown of a couple of test suites.
The MediaStreamManagerTest constructs and deletes the MediaStreamManager (MSM) on an IO thread, which differs from Chrome. This requires special care when tearing down the test.
The IO thread in VideoCaptureControllerTest outlives the MSM which can cause pending messages on the IO thread for the MSM to be pending after the MSM has gone out of scope. This is also different from how things work in Chrome, so needs to be fixed.
BUG=562378
Patch Set 1 #Patch Set 2 : Revert MSM test change. #Patch Set 3 : New runloop #
Messages
Total messages: 4 (2 generated)
|