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

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

Issue 3269005: Fixed tsan warnings in remoting_unittests (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: - Created 10 years, 4 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 | « remoting/jingle_glue/jingle_thread.cc ('k') | tools/valgrind/tsan/suppressions_win32.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/ignores.txt
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt
index e3f647623e756da48ef723e7141709b9b579a8b4..1517faf07732682fdfaebb9da5fb39695457c465 100644
--- a/tools/valgrind/tsan/ignores.txt
+++ b/tools/valgrind/tsan/ignores.txt
@@ -97,9 +97,3 @@ fun_r:threadLockingTest
# There is a benign race which is hard to suppress properly,
# see http://crbug.com/44580
fun_r:*ChromeThread*GetCurrentThreadIdentifier*
-
-# Ignore accesses in talk_base::CriticalSection::CurrentThreadIsOwner()
-# There is a benign race but we don't have dynamic_annotations in libjingle
-# so we ignore the function instead of annotating it (for now).
-# See http://crbug.com/53766
-fun:*talk_base*CriticalSection*CurrentThreadIsOwner*
« no previous file with comments | « remoting/jingle_glue/jingle_thread.cc ('k') | tools/valgrind/tsan/suppressions_win32.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698