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

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

Issue 9583015: TSAN Race observed in SequencedWorkerPool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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
diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt
index 904e61fccf6faa835f31f4eb79697a72f10aca4f..ec78371a04a9dfb4b6cfd740103a85129f6c43d5 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -395,6 +395,18 @@
fun:base::SequencedWorkerPool::*
}
+{
+ bug_115987c
+ ThreadSanitizer:Race
+ fun:logging::GetMinLogLevel
+ fun:base::ConditionVariable::*
+ fun:base::SequencedWorkerPool::Inner::ThreadLoop
+ fun:base::SequencedWorkerPool::Worker::Run
+ fun:base::SimpleThread::ThreadMain
+ fun:base::::ThreadFunc
+}
+
+
# 3. Suppressions for real chromium bugs that are not yet fixed.
############################
# Real races in Chromium
« 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