diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-29 17:26:58 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-29 17:26:58 +0000 |
commit | 38fdf9ab2e4330c456b9ad1acf07f10d985e24c6 (patch) | |
tree | 2b7fcf0f10d8155ac58f66fa556050c3370d85f9 /tools/valgrind | |
parent | 0e42ef3ab6de01893434b917baffe1f9e49bdadc (diff) | |
download | chromium_src-38fdf9ab2e4330c456b9ad1acf07f10d985e24c6.zip chromium_src-38fdf9ab2e4330c456b9ad1acf07f10d985e24c6.tar.gz chromium_src-38fdf9ab2e4330c456b9ad1acf07f10d985e24c6.tar.bz2 |
Don't instrument NSS - one more filter
I've missed /usr/lib32/nss/libsoftokn3 in the previous patch
( http://codereview.chromium.org/242032 )
("ldd ./sconsbuild/Debug/base_unittests" doesn't show it)
Review URL: http://codereview.chromium.org/235054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27499 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/tsan/ignores.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt index 91c8fcf..3511b52 100644 --- a/tools/valgrind/tsan/ignores.txt +++ b/tools/valgrind/tsan/ignores.txt @@ -10,6 +10,7 @@ obj:*/libfreetype* # its instrumentation is very slow. # TODO(timurrrr): investigate whether we need to instrument it obj:*/libnss* +obj:*/nss/* # ignore this standard stuff fun:clone |