diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-28 16:46:24 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-28 16:46:24 +0000 |
commit | 2bac72e84e955e1401199ad2f4c9282c3c501212 (patch) | |
tree | ffa0d15f09132de2263d23ced4bab6b662e7e97d /tools | |
parent | c3e86a745c23deccefd4503075fd890d5737b57f (diff) | |
download | chromium_src-2bac72e84e955e1401199ad2f4c9282c3c501212.zip chromium_src-2bac72e84e955e1401199ad2f4c9282c3c501212.tar.gz chromium_src-2bac72e84e955e1401199ad2f4c9282c3c501212.tar.bz2 |
Don't instrument NSS for ThreadSanitizer
Currently, RSAPrivateKeyUnitTest.InitRandomTest takes too long to pass.
We ignore istrumentation of NSS to speed up the tests that use it.
Review URL: http://codereview.chromium.org/242032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27366 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-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 |