diff options
-rw-r--r-- | tools/valgrind/tsan/ignores_win32.txt | 14 |
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* |