Index: tools/valgrind/tsan/suppressions.txt |
=================================================================== |
--- tools/valgrind/tsan/suppressions.txt (revision 126737) |
+++ tools/valgrind/tsan/suppressions.txt (working copy) |
@@ -863,3 +863,12 @@ |
fun:logging::::LoggingTest_Dcheck_Test::TestBody |
fun:testing::internal::HandleSehExceptionsInMethodIfSupported |
} |
+{ |
+ bug_118345 |
+ ThreadSanitizer:Race |
+ fun:base::Thread::message_loop |
+ fun:content::BrowserThreadImpl::PostTaskHelper |
+ fun:content::BrowserThread::PostTask |
+ fun:PluginLoaderPosix::GetPluginsToLoad |
+ fun:base::internal::RunnableAdapter::Run |
+} |