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

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

Issue 258053002: Remove the ignore file entry for _M_rep races which previously helped avoid deadlocks in TSan. The … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/ignores.txt
diff --git a/tools/valgrind/tsan_v2/ignores.txt b/tools/valgrind/tsan_v2/ignores.txt
index 10acb4ce741205462a7738f15f70527dfa6bcaf9..45d08bac602acd02699cd519d9755a186eead2ad 100644
--- a/tools/valgrind/tsan_v2/ignores.txt
+++ b/tools/valgrind/tsan_v2/ignores.txt
@@ -10,7 +10,3 @@ fun:*ThreadData*Initialize*
# See http://crbug.com/172104
fun:*v8*internal*ThreadEntry*
-
-# Avoid deadlocks between race reports on _M_rep() called from
-# base::FilePath::StripTrailingSeparatorsInternal(), see http://crbug.com/356676
-fun:*StripTrailingSeparatorsInternal*
« 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