diff options
Diffstat (limited to 'tools/valgrind/tsan/ignores.txt')
-rw-r--r-- | tools/valgrind/tsan/ignores.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt index e564254..91c8fcf 100644 --- a/tools/valgrind/tsan/ignores.txt +++ b/tools/valgrind/tsan/ignores.txt @@ -6,6 +6,11 @@ obj:*/ld-2* obj:*/libpthread-* obj:*/libfreetype* +# we ignore the whole NSS library for now since +# its instrumentation is very slow. +# TODO(timurrrr): investigate whether we need to instrument it +obj:*/libnss* + # ignore this standard stuff fun:clone fun:fork |