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

Side by Side Diff: tools/valgrind/tsan_v2/ignores.txt

Issue 213053002: Ignore race reports from base::FilePath::StripTrailingSeparatorsInternal() to avoid deadlocks in Th… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # The rules in this file are only applied at compile time. 1 # The rules in this file are only applied at compile time.
2 # Because the Chrome buildsystem does not automatically touch the files 2 # Because the Chrome buildsystem does not automatically touch the files
3 # mentioned here, changing this file requires clobbering all TSan v2 bots. 3 # mentioned here, changing this file requires clobbering all TSan v2 bots.
4 # 4 #
5 # Please think twice before you add or remove these rules. 5 # Please think twice before you add or remove these rules.
6 # Data races should typically go to suppressions.txt. 6 # Data races should typically go to suppressions.txt.
7 7
8 # See http://crbug.com/102327 8 # See http://crbug.com/102327
9 fun:*ThreadData*Initialize* 9 fun:*ThreadData*Initialize*
10 10
11 # See http://crbug.com/172104 11 # See http://crbug.com/172104
12 fun:*v8*internal*ThreadEntry* 12 fun:*v8*internal*ThreadEntry*
13
14 # Avoid deadlocks between race reports on _M_rep() called from
15 # base::FilePath::StripTrailingSeparatorsInternal(), see http://crbug.com/356676
16 fun:*StripTrailingSeparatorsInternal*
OLDNEW
« 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