Call mojo::edk::test::Shutdown(); in tests using Mojo for ARC. |
||||
Issue descriptionChrome Version: ToT OS: ChromeOS Currently, if we call it following crash happens, after test runs. [195545:195545:1208/170504.839635:271299389580:FATAL:embedder.cc(148)] Check failed: internal::g_core. #0 0x7f64022fc0de base::debug::StackTrace::StackTrace() #1 0x7f640236217c logging::LogMessage::~LogMessage() #2 0x7f63f939a4a8 mojo::edk::ShutdownIPCSupport() #3 0x00000884865d mojo::edk::test::ScopedIPCSupport::~ScopedIPCSupport() #4 0x00000417ab62 main #5 0x7f63ea108f45 __libc_start_main #6 0x0000008b95d5 <unknown>
,
Jan 5 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/76e8579476ef117b18cd323a370681deb7e17f00 commit 76e8579476ef117b18cd323a370681deb7e17f00 Author: hidehiko <hidehiko@chromium.org> Date: Thu Jan 05 14:49:38 2017 Remove mojo::edk::Init() from ARC unittest. Initialization of Mojo is handled by unittest framework. This CL removes it from SetUp() for ARC. BUG= 672385 TEST=Ran unittest. Review-Url: https://codereview.chromium.org/2614843003 Cr-Commit-Position: refs/heads/master@{#441654} [modify] https://crrev.com/76e8579476ef117b18cd323a370681deb7e17f00/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc
,
Jan 5 2017
,
Mar 4 2017
,
Mar 29 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by hidehiko@chromium.org
, Jan 5 2017Status: Started (was: Untriaged)