The following tests (and probably others) became flaky in the past 24 hours or so:
BackgroundTracingManagerBrowserTest.ReactiveSecondTriggerIgnored
DownloadContentTest.ResumeRestoredDownload_ShortFile
DownloadContentTest.ResumeRestoredDownload_EtagMismatch
DragDownloadFileTest.DragDownloadFileTest_Complete
DragDownloadFileTest.DragDownloadFileTest_NetError
TracingControllerTest.NotWhitelistedMetadataStripped
UtilityProcessMojoClientBrowserTest.CallService
UtilityProcessMojoClientBrowserTest.ConnectionError
UtilityProcessHostImplBrowserTest.LaunchProcess
The common issue seems to be a DCHECK:
[FATAL:context_provider_factory_impl_android.cc(181)] Check failed: !in_shutdown_. The factory is shutting down, can't handle new requests
The DCHECK was introduced in https://codereview.chromium.org/2250473005
Comment 1 by kbr@chromium.org
, Sep 1 2016Mergedinto: 643282
Status: Duplicate (was: Untriaged)