diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-07 23:11:32 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-07 23:11:32 +0000 |
commit | 1f584fe2cd4cea2b8f68c0884c0def90d84a69ec (patch) | |
tree | 87d0b2f58e2c8572011649ad74b60208c82f56b8 /tools/heapcheck | |
parent | 0f211e26e9636488fdebbae1e84013a2e67ff45b (diff) | |
download | chromium_src-1f584fe2cd4cea2b8f68c0884c0def90d84a69ec.zip chromium_src-1f584fe2cd4cea2b8f68c0884c0def90d84a69ec.tar.gz chromium_src-1f584fe2cd4cea2b8f68c0884c0def90d84a69ec.tar.bz2 |
Heapchecker: Update suppressions for a couple leaks.
BUG=169185,175100
TBR=atwilson
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/12650002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186813 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index dfbe693..90cf32a 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1630,6 +1630,7 @@ fun:ash::CursorManager::SetDeviceScaleFactor fun:ash::Shell::Init } +# TODO(thestig): bug_169185_a and bug_169185_b may be obsolete? { bug_169185_a Heapcheck:Leak @@ -1674,13 +1675,17 @@ fun:v8::internal::CallStubCompiler::GetCode fun:v8::internal::CallStubCompiler::CompileCallGlobal fun:v8::internal::StubCache::ComputeCallGlobal - fun:v8::internal::CallICBase::ComputeMonomorphicStub - fun:v8::internal::CallICBase::UpdateCaches - fun:v8::internal::CallICBase::LoadFunction - fun:v8::internal::CallIC_Miss - ... - fun:*Invoke - fun:v8::internal::Execution::New +} +{ + bug_169185_d + Heapcheck:Leak + fun:v8::internal::SkipList::Update + fun:v8::internal::PagedSpace::AllocateRaw + fun:v8::internal::Heap::CreateCode + fun:v8::internal::Factory::NewCode + fun:v8::internal::RegExpMacroAssemblerX64::GetCode + fun:v8::internal::RegExpCompiler::Assemble + fun:v8::internal::RegExpEngine::Compile } { bug_169678 @@ -1770,7 +1775,7 @@ fun:*StartSync ... fun:OneClickSigninHelper::DidStopLoading - fun:OneClickSigninHelperTest_SigninFromWebstoreWithConfigSyncfirst_Test::TestBody + fun:OneClickSigninHelperTest*::TestBody } { bug_175435: |