diff options
-rw-r--r-- | tools/valgrind/tsan/ignores_mac.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores_mac.txt b/tools/valgrind/tsan/ignores_mac.txt index f502c3e..ece86a8 100644 --- a/tools/valgrind/tsan/ignores_mac.txt +++ b/tools/valgrind/tsan/ignores_mac.txt @@ -7,3 +7,9 @@ # Don't instrument code dealing with atomics (base::subtle) fun:*base*subtle*NoBarrier_Load* fun:*base*subtle*Release_Store* + +# we ignore the Security libraries for now since +# their instrumentation is very slow. +# TODO(timurrrr): investigate whether we need to instrument them +obj:*/Security* +obj:*/libcrypto* |