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

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

Issue 297493002: Reinstate race suppression between AccumulateAndClearImplThreadStats and RasterTaskImpl::Raster() (Closed) Base URL: https://chromium.googlesource.com/chromium/src
Patch Set: Created 6 years, 7 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_v2/suppressions.txt
diff --git a/tools/valgrind/tsan_v2/suppressions.txt b/tools/valgrind/tsan_v2/suppressions.txt
index eb5331ac64938bf8f2009645a35c988d89a7a2ce..180ab5a8876c1862ca0de275539eba928119f950 100644
--- a/tools/valgrind/tsan_v2/suppressions.txt
+++ b/tools/valgrind/tsan_v2/suppressions.txt
@@ -254,6 +254,9 @@ race:WTF::Latin1Encoding()::globalLatin1Encoding
# https://code.google.com/p/v8/issues/detail?id=3143
race:v8::internal::FLAG_track_double_fields
+# http://crbug.com/370244
+race:cc::RenderingStatsInstrumentation::AccumulateAndClearImplThreadStats
+
# https://crbug.com/369257
# TODO(mtklein): annotate properly and remove suppressions.
race:SandboxIPCHandler::HandleFontMatchRequest
« 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