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

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

Issue 8491067: Add another histogram related suppression (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 110857)
+++ tools/valgrind/tsan/suppressions.txt (working copy)
@@ -386,6 +386,13 @@
fun:HistogramSynchronizer::DeserializeHistogramList*
}
+{
+ bug_104776 Benign race to initialize pointer with the same value again.
+ ThreadSanitizer:Race
+ fun:base::StatisticsRecorder::FindHistogram
+ fun:base::*Histogram::FactoryGet
+}
+
# 3. Suppressions for real chromium bugs that are not yet fixed.
############################
# Real races in Chromium
@@ -692,11 +699,3 @@
fun:MessageLoop::RunHandler
fun:MessageLoop::Run
}
-{
- bug_104776
- ThreadSanitizer:Race
- fun:base::StatisticsRecorder::FindHistogram
- fun:base::LinearHistogram::FactoryGet
- fun:dbus::ObjectProxy::RunResponseCallback
- fun:base::internal::Invoker4::DoInvoke
-}
« 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