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

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

Issue 9703063: One more suppression for a race on base::Thread::message_loop_ (Closed) Base URL: svn://svn.chromium.org/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 126902)
+++ tools/valgrind/tsan/suppressions.txt (working copy)
@@ -854,7 +854,7 @@
fun:testing::internal::HandleSehExceptionsInMethodIfSupported
}
{
- bug_118319
+ bug_118319_a
ThreadSanitizer:Race
fun:content::BrowserThreadImpl::~BrowserThreadImpl
fun:content::BrowserProcessSubThread::~BrowserProcessSubThread
@@ -869,7 +869,7 @@
fun:main
}
{
- bug_118345
+ bug_118319_b
ThreadSanitizer:Race
fun:base::Thread::message_loop
fun:content::BrowserThreadImpl::PostTaskHelper
@@ -877,3 +877,9 @@
fun:PluginLoaderPosix::GetPluginsToLoad
fun:base::internal::RunnableAdapter::Run
}
+{
+ bug_118319_c
+ ThreadSanitizer:Race
+ fun:base::Thread::ThreadMain
+ fun:base::::ThreadFunc
+}
« 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