diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-03 00:14:35 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-03 00:14:35 +0000 |
commit | 72834c505194b3ee539a9dbb31daf2a54cd57f85 (patch) | |
tree | e6a562a59999924869a41597e7f35b7348094013 /tools/heapcheck/suppressions.txt | |
parent | e2e8bf54d9ad4192252e0776eb76931e24ecc331 (diff) | |
download | chromium_src-72834c505194b3ee539a9dbb31daf2a54cd57f85.zip chromium_src-72834c505194b3ee539a9dbb31daf2a54cd57f85.tar.gz chromium_src-72834c505194b3ee539a9dbb31daf2a54cd57f85.tar.bz2 |
Heapchecker: Suppress leaks in DownloadFileTest.
BUG=71728
TEST=Heapchecker goes green.
TBR=ahendrickson
Review URL: http://codereview.chromium.org/6410046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73549 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck/suppressions.txt')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 72afe58..b93943e 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1229,4 +1229,43 @@ fun:SyncInternalsUITest fun:SyncInternalsUITest_* } - +{ + bug_71728a + Heapcheck:Leak + fun:__gnu_cxx::new_allocator::allocate + fun:std::_Vector_base::_M_allocate + fun:std::vector::_M_allocate_and_copy + fun:std::vector::reserve + fun:__gnu_cxx::hashtable::_M_initialize_buckets + fun:hashtable + fun:hash_map + fun:DownloadManager + fun:MockDownloadManager + fun:::DownloadFileTest::SetUp +} +{ + bug_71728b + Heapcheck:Leak + fun:::DownloadFileTest::SetUp +} +{ + bug_71728c + Heapcheck:Leak + fun:base::internal::WeakReferenceOwner::GetRef + fun:base::SupportsWeakPtr::AsWeakPtr + fun:DownloadManager + fun:MockDownloadManager + fun:::DownloadFileTest::SetUp +} +{ + bug_71728d + Heapcheck:Leak + fun:RefCountedBase + fun:RefCounted + fun:Flag + fun:base::internal::WeakReferenceOwner::GetRef + fun:base::SupportsWeakPtr::AsWeakPtr + fun:DownloadManager + fun:MockDownloadManager + fun:::DownloadFileTest::SetUp +} |