diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 21:25:02 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 21:25:02 +0000 |
commit | d957d4051d058efc08b0ec2fdcd0c1b3a994e729 (patch) | |
tree | b81023bb4d2f178de0f92a20cd8ee8f4d4f357fc /tools | |
parent | 7844480ae4f50930ca66fd3658790b52d344826d (diff) | |
download | chromium_src-d957d4051d058efc08b0ec2fdcd0c1b3a994e729.zip chromium_src-d957d4051d058efc08b0ec2fdcd0c1b3a994e729.tar.gz chromium_src-d957d4051d058efc08b0ec2fdcd0c1b3a994e729.tar.bz2 |
Don't instrument tcmalloc under ThreadSanitizer
There are a few false positives inside TCMalloc and it is almost useless
to race-test it inside Chromium.
BUG=28765
TBR=dank
Review URL: http://codereview.chromium.org/500038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/ignores.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt index f8e8203..4ce3bff 100644 --- a/tools/valgrind/tsan/ignores.txt +++ b/tools/valgrind/tsan/ignores.txt @@ -59,6 +59,9 @@ src:*base/lock* src:*base/stats_counters* src:*base/thread_local_storage_posix* +# Don't instrument tcmalloc +src:*/tcmalloc/* + # This function is heavy in net_unittests fun_r:*disk_cache*BackendImpl*CheckAllEntries* |