diff options
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 +} |