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

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

Issue 9558007: Ensure that SequencedWorkerPools in tests don't outlive their tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test failures 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 | « content/browser/trace_subscriber_stdio_unittest.cc ('k') | 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 ec78371a04a9dfb4b6cfd740103a85129f6c43d5..904e61fccf6faa835f31f4eb79697a72f10aca4f 100644
--- a/tools/valgrind/tsan/suppressions.txt
+++ b/tools/valgrind/tsan/suppressions.txt
@@ -395,18 +395,6 @@
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 | « content/browser/trace_subscriber_stdio_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698