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

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

Issue 1398133002: Remove stale comment warning about blacklist updates requiring a clobber build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « tools/memory/asan/blacklist_win.txt ('k') | tools/msan/blacklist.txt » ('j') | 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. If you can modify the
2 # Because the Chrome buildsystem does not automatically touch the files 2 # source in question, consider function attributes to disable instrumentation.
3 # mentioned here, changing this file requires clobbering all TSan v2 bots.
4 # 3 #
5 # Please think twice before you add or remove these rules. 4 # Please think twice before you add or remove these rules.
6 # Data races should typically go to suppressions.txt. 5 # Data races should typically go to suppressions.txt.
7 6
8 # See http://crbug.com/102327 7 # See http://crbug.com/102327
9 fun:*ThreadData*Initialize* 8 fun:*ThreadData*Initialize*
10 9
11 # See http://crbug.com/172104 10 # See http://crbug.com/172104
12 fun:*v8*internal*ThreadEntry* 11 fun:*v8*internal*ThreadEntry*
OLDNEW
« no previous file with comments | « tools/memory/asan/blacklist_win.txt ('k') | tools/msan/blacklist.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698