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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | 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_win32.txt
===================================================================
--- tools/valgrind/tsan/ignores_win32.txt (revision 0)
+++ tools/valgrind/tsan/ignores_win32.txt (revision 0)
@@ -0,0 +1,14 @@
+# This file lists the functions, object files and source files
+# which should be ignored (i.e. not instrumented) by ThreadSanitizer on Windows.
+
+# We ignore security libraries for now since their instrumentation is very slow.
+# TODO(timurrrr): investigate whether we need to instrument them
+obj:*CRYPT32.dll*
+obj:*RPCRT4.dll*
+
+# Benign race on mutext unlock
+fun:_Mtxunlock
+
+# Some unknown Windows guts
+fun_r:Ordinal_*
+fun_r:unnamedImageEntryPoint
Property changes on: tools/valgrind/tsan/ignores_win32.txt
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:eol-style
+ LF
« 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