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

Side by Side Diff: tools/valgrind/tsan/ignores_win32.txt

Issue 1356006: Add ignores and suppression for TSan/Windows.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 | tools/valgrind/tsan/suppressions_win32.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:executable
+ *
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 # This file lists the functions, object files and source files
2 # which should be ignored (i.e. not instrumented) by ThreadSanitizer on Windows.
3
4 # We ignore security libraries for now since their instrumentation is very slow.
5 # TODO(timurrrr): investigate whether we need to instrument them
6 obj:*CRYPT32.dll*
7 obj:*RPCRT4.dll*
8
9 # Benign race on mutext unlock
10 fun:_Mtxunlock
11
12 # Some unknown Windows guts
13 fun_r:Ordinal_*
14 fun_r:unnamedImageEntryPoint
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions_win32.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698