[ RUN ] TestBrowserThreadBundleTest.MessageLoopTypeMismatch
[WARNING] ../../third_party/googletest/src/googletest/src/gtest-death-test.cc:1110:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 5 threads. See https://github.com/google/googletest/blob/master/googletest/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
Need to add
testing::GTEST_FLAG(death_test_style) = "threadsafe";
to this multi-threaded gtest death test.
Comment 1 by bugdroid1@chromium.org
, Yesterday (33 hours ago)