summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-11 14:43:49 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-11 14:43:49 +0000
commit2d4ec2aeea29b8b26009c8e94581050811660633 (patch)
tree982b26714d2e020e3649c77203616998d7ecdbb6 /tools
parent2a51c7c47fa46e7b9e571e8b726893b4762039f6 (diff)
downloadchromium_src-2d4ec2aeea29b8b26009c8e94581050811660633.zip
chromium_src-2d4ec2aeea29b8b26009c8e94581050811660633.tar.gz
chromium_src-2d4ec2aeea29b8b26009c8e94581050811660633.tar.bz2
Add more ignore rules to TSan/Win
TBR=glider Review URL: http://codereview.chromium.org/1990013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46919 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/tsan/ignores_win32.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/tools/valgrind/tsan/ignores_win32.txt b/tools/valgrind/tsan/ignores_win32.txt
index 1fdca49..60a05ba 100644
--- a/tools/valgrind/tsan/ignores_win32.txt
+++ b/tools/valgrind/tsan/ignores_win32.txt
@@ -5,10 +5,22 @@
# TODO(timurrrr): investigate whether we need to instrument them
obj:*CRYPT32.dll*
obj:*RPCRT4.dll*
+fun_r:*SHA256*
+fun_r:*BCryptGenerateSymmetricKey*
-# Benign race on mutext unlock
+obj:*WINHTTP.dll*
+
+# Benign race on mutex unlock
fun:_Mtxunlock
+# Benign race during clock initialization
+fun_r:*InitializeClock*
+
# Some unknown Windows guts
fun_r:Ordinal_*
fun:unnamedImageEntryPoint
+
+# Strange reports on net_unittests, maybe related to raising
+# a debug exception by PlatformThread
+# TODO(timurrrr): investigate
+fun_r:*PlatformThread*SetName*