diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-23 10:14:28 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-23 10:14:28 +0000 |
commit | 25e728c951332bf5222aab045ba9771b98ba3c11 (patch) | |
tree | 0b3916a4d69101c8990c39b59c8a23c11a447c3c /tools | |
parent | 9991dd87c80af2541cf0fbc0fff3975265ed7607 (diff) | |
download | chromium_src-25e728c951332bf5222aab045ba9771b98ba3c11.zip chromium_src-25e728c951332bf5222aab045ba9771b98ba3c11.tar.gz chromium_src-25e728c951332bf5222aab045ba9771b98ba3c11.tar.bz2 |
Suppressed the leak in ProfileSyncServiceTypedUrlTest::TearDown (bug 38487)
Fixed the bug ID for the IPC::ChannelProxy::Context::OnAddFilter suppression
(bug 39014)
Fixed the bug ID for the RenderThreadTest suppression (bug 39016)
BUG=38487,39014,39016
TBR=timurrrr
Review URL: http://codereview.chromium.org/1138008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42334 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index a1ead36..be869a8 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -133,7 +133,7 @@ fun:IPC::ChannelProxy::Context::OnChannelOpened } { - bug_18698 + bug_39014 Heapcheck:Leak fun:__gnu_cxx::new_allocator::allocate fun:std::_Vector_base::_M_allocate @@ -176,7 +176,7 @@ } { - bug_20703 + bug_39016 Heapcheck:Leak ... fun:::RenderThreadTest::SetUp @@ -235,3 +235,16 @@ fun:BookmarkModel::Load fun:TestingProfile::CreateBookmarkModel } + +{ + bug_38487 + Heapcheck:Leak + fun:browser_sync::TypedUrlDataTypeController::Stop + fun:browser_sync::DataTypeManagerImpl::FinishStop + fun:browser_sync::DataTypeManagerImpl::Stop + fun:ProfileSyncService::Shutdown + fun:~ProfileSyncService + fun:~TestingProfileSyncService + fun:scoped_ptr::reset + fun:ProfileSyncServiceTypedUrlTest::TearDown +} |