Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(408)

Unified Diff: tools/valgrind/tsan/suppressions.txt

Issue 9702061: Add PluginLoaderPosix tsan suppression. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698