From 2bac72e84e955e1401199ad2f4c9282c3c501212 Mon Sep 17 00:00:00 2001 From: "timurrrr@chromium.org" Date: Mon, 28 Sep 2009 16:46:24 +0000 Subject: 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 --- tools/valgrind/tsan/ignores.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.1