Index: tools/heapcheck/suppressions.txt |
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt |
deleted file mode 100644 |
index 15ea9348f69af4b804aed064c2496f985e4f1bc7..0000000000000000000000000000000000000000 |
--- a/tools/heapcheck/suppressions.txt |
+++ /dev/null |
@@ -1,907 +0,0 @@ |
-# There are three kinds of suppressions in this file. |
-# 1. third party stuff we have no control over |
-# |
-# 2. intentional unit test errors, or stuff that is somehow a false positive |
-# in our own code, or stuff that is so trivial it's not worth fixing |
-# |
-# 3. Suppressions for real chromium bugs that are not yet fixed. |
-# These should all be in chromium's bug tracking system (but a few aren't yet). |
-# Periodically we should sweep this file and the bug tracker clean by |
-# running overnight and removing outdated bugs/suppressions. |
-#----------------------------------------------------------------------- |
- |
-# 1. third party stuff we have no control over |
-{ |
- bug_39050_a |
- Heapcheck:Leak |
- fun:FcPatternObjectAddWithBinding |
-} |
-{ |
- bug_39050_b |
- Heapcheck:Leak |
- fun:FcPatternObjectInsertElt |
-} |
-{ |
- bug_39050_c |
- Heapcheck:Leak |
- fun:FcConfigValues |
-} |
-{ |
- bug_39050_d |
- Heapcheck:Leak |
- fun:IA__FcLangSetCreate |
-} |
-{ |
- bug_39050_d2 |
- Heapcheck:Leak |
- fun:FcLangSetCreate |
-} |
-{ |
- bug_39050_e |
- Heapcheck:Leak |
- fun:IA__FcStrCopy |
-} |
-{ |
- bug_39050_e2 |
- Heapcheck:Leak |
- fun:FcStrCopy |
-} |
-{ |
- bug_39050_f |
- Heapcheck:Leak |
- fun:FcValueSave |
-} |
-{ |
- bug_39050_g |
- Heapcheck:Leak |
- fun:FcPatternHash |
-} |
-{ |
- bug_39050_h |
- Heapcheck:Leak |
- fun:FcConfigFilename |
-} |
-{ |
- bug_39050_i |
- Heapcheck:Leak |
- fun:FcCharSetFindLeafCreate |
-} |
-{ |
- bug_39050_j |
- Heapcheck:Leak |
- fun:FcCharSetPutLeaf |
-} |
-{ |
- bug_39050_k |
- Heapcheck:Leak |
- fun:IA__FcCharSetCreate |
-} |
-{ |
- bug_186086 (Skia -- global singleton instance of SkFontConfigDirect) |
- Heapcheck:Leak |
- ... |
- fun:SkFontConfigInterfaceDirect::SkFontConfigInterfaceDirect |
- fun:SkFontConfigInterface::GetSingletonDirectInterface |
-} |
-{ |
- bug_51988_a |
- Heapcheck:Leak |
- ... |
- fun:*nsPKCS12Blob_ImportHelper |
- fun:mozilla_security_manager::nsPKCS12Blob_Import |
- fun:net::NSSCertDatabase::ImportFromPKCS12 |
-} |
-{ |
- bug_51988_b |
- Heapcheck:Leak |
- ... |
- fun:mozilla_security_manager::nsPKCS12Blob_Export |
- fun:net::NSSCertDatabase::ExportToPKCS12 |
-} |
-{ |
- bug_51988_c |
- Heapcheck:Leak |
- ... |
- fun:crypto::Open*NSSDB |
-} |
-{ |
- bug_51988_d |
- Heapcheck:Leak |
- ... |
- fun:*New |
- ... |
- fun:crypto::EnsureNSSInit |
-} |
-{ |
- bug_51988_e |
- Heapcheck:Leak |
- ... |
- fun:net::CertDatabaseNSSTest_*_Test::TestBody |
-} |
-{ |
- bug_51988_f |
- Heapcheck:Leak |
- ... |
- fun:net::CertDatabaseNSSTest::TearDown |
-} |
-{ |
- bug_51988_g |
- Heapcheck:Leak |
- fun:sqlite3MemMalloc |
- ... |
- fun:net::CertDatabaseNSSTest::SetUp |
-} |
-{ |
- bug_51988_h |
- Heapcheck:Leak |
- fun:sqlite3MemMalloc |
- ... |
- fun:chromeos::onc::CertificateImporter::ParseServerOrCaCertificate |
-} |
-{ |
- bug_51988_i |
- Heapcheck:Leak |
- fun:sqlite3MemMalloc |
- fun:net::X509Certificate::GetDefaultNickname |
-} |
-{ |
- bug_51988_j |
- Heapcheck:Leak |
- fun:sqlite3MemMalloc |
- fun:chromeos::*::ListCertsInSlot |
-} |
-{ |
- bug_119677 |
- Heapcheck:Leak |
- ... |
- fun:DisplayChangeObserver |
- fun:aura::Env::Init |
- fun:aura::Env::GetInstance |
-} |
-{ |
- bug_146464_a |
- Heapcheck:Leak |
- fun:get_peer_sock_name |
- fun:base::MessagePumpAuraX11::GetDefaultXDisplay |
-} |
-{ |
- bug_146464_b |
- Heapcheck:Leak |
- fun:add_codeset.isra.10 |
- ... |
- fun:RootWindowHostX11 |
- fun:aura::RootWindowHost::Create |
-} |
-{ |
- bug_146464_c |
- Heapcheck:Leak |
- ... |
- fun:RootWindowHostX11 |
- fun:aura::RootWindowHost::Create |
-} |
- |
-# When NSS 3.15 is the minimum version required, this should be removed. |
-{ |
- bug_272673 |
- Heapcheck:Leak |
- fun:* |
- fun:*OpenUserDB |
- fun:*OpenTestNSSDB |
- fun:*ScopedTestNSSDB |
-} |
- |
-# Probably a leak in GTK. |
-{ |
- bug_175744 |
- Heapcheck:Leak |
- ... |
- fun:GtkThemeService::GtkThemeService |
- fun:ThemeServiceFactory::BuildServiceInstanceFor |
- fun:BrowserContextKeyedServiceFactory::GetServiceForBrowserContext |
- fun:* |
- fun:BrowserContextDependencyManager::CreateBrowserContextServices |
- fun:TestingProfile::Init |
- fun:TestingProfile::TestingProfile |
-} |
- |
- |
-#----------------------------------------------------------------------- |
-# 2. intentional unit test errors, or stuff that is somehow a false positive |
-# in our own code, or stuff that is so trivial it's not worth fixing |
-{ |
- Heapcheck sanity test (ToolsSanityTest.MemoryLeak). |
- Heapcheck:Leak |
- fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody |
-} |
-{ |
- FileStream::Context can leak through WorkerPool by design (Linux) |
- Heapcheck:Leak |
- fun:net::FileStream::FileStream |
-} |
-{ |
- FileStream::Context can leak through WorkerPool by design (CrOS) |
- Heapcheck:Leak |
- fun:FileStream |
-} |
-{ |
- Tasks posted to WorkerPool can leak by design |
- Heapcheck:Leak |
- fun:base::internal::PostTaskAndReplyImpl::PostTaskAndReply |
- fun:base::WorkerPool::PostTaskAndReply |
-} |
-{ |
- UA style sheets are intentionally leaked - see bug 121729 |
- Heapcheck:Leak |
- ... |
- fun:parseUASheet |
-} |
-# This one pops out too often on different leaks and the stacks are very often |
-# uninformative, e.g. don't include anything related to the bug. |
-# TODO(earthdok): revisit what we want to do with _Rep when we have LSan. |
-{ |
- basic_string::_Rep::_S_create |
- Heapcheck:Leak |
- fun:std::basic_string::_Rep::_S_create |
- fun:std::basic_string::basic_string |
-} |
- |
-#----------------------------------------------------------------------- |
-# 3. Suppressions for real chromium bugs that are not yet fixed. |
-# These should all be in chromium's bug tracking system (but a few aren't yet). |
-# Periodically we should sweep this file and the bug tracker clean by |
-# running overnight and removing outdated bugs/suppressions. |
-{ |
- bug_34994_a |
- Heapcheck:Leak |
- ... |
- fun:*Invoke |
- fun:v8::internal::Execution::Call |
- fun:v8::Script::Run |
-} |
-{ |
- bug_34994_b |
- Heapcheck:Leak |
- ... |
- fun:*Invoke |
- fun:v8::internal::Execution::Call |
- fun:v8::Function::Call |
-} |
-{ |
- bug_49300_a |
- Heapcheck:Leak |
- fun:disk_cache::StorageBlock::AllocateData |
- fun:disk_cache::StorageBlock::Data |
-} |
-{ |
- bug_49300_b |
- Heapcheck:Leak |
- ... |
- fun:disk_cache::BackendImpl::CreateEntryImpl |
- fun:disk_cache::BackendImpl::SyncCreateEntry |
- fun:disk_cache::BackendIO::ExecuteBackendOperation |
-} |
-{ |
- bug_49300_c |
- Heapcheck:Leak |
- ... |
- fun:disk_cache::BackendImpl::NewEntry |
- fun:disk_cache::BackendImpl::MatchEntry |
-} |
-{ |
- bug_65940_a |
- Heapcheck:Leak |
- ... |
- fun:IPC::SyncChannel::SyncChannel |
- fun:ChildThread::Init |
- fun:ChildThread::ChildThread |
- fun:RenderThreadImpl::RenderThreadImpl |
-} |
-{ |
- bug_65940_b |
- Heapcheck:Leak |
- fun:__gnu_cxx::new_allocator::allocate |
- fun:std::_Vector_base::_M_allocate |
- fun:std::vector::_M_insert_aux |
- fun:std::vector::push_back |
- fun:IPC::ChannelProxy::Context::OnAddFilter |
-} |
-{ |
- bug_67378_a |
- Heapcheck:Leak |
- ... |
- fun:*SetPacScriptFromDisk |
-} |
-{ |
- bug_67378_b |
- Heapcheck:Leak |
- ... |
- fun:*LoadScriptData |
-} |
-{ |
- bug_67378_c |
- Heapcheck:Leak |
- fun:*ASCIILiteralToV8String |
- fun:net::ProxyResolverV8::Context::InitV8 |
- fun:net::ProxyResolverV8::SetPacScript |
-} |
-{ |
- bug_67378_d |
- Heapcheck:Leak |
- fun:*ScriptDataToV8String |
- fun:net::ProxyResolverV8::Context::InitV8 |
- fun:net::ProxyResolverV8::SetPacScript |
-} |
-{ |
- bug_82974a |
- Heapcheck:Leak |
- ... |
- fun:net::X509Certificate::CreateOSCertHandleFromBytes* |
-} |
-{ |
- bug_82974b |
- Heapcheck:Leak |
- ... |
- fun:*PKIXVerifyCert |
-} |
-{ |
- bug_82974c |
- Heapcheck:Leak |
- fun:sqlite3MemMalloc |
- fun:net::*::ListCertsInSlot |
- ... |
- fun:net::CertDatabaseNSSTest::TearDown |
-} |
-{ |
- bug_82974d |
- Heapcheck:Leak |
- fun:sqlite3MemMalloc |
- fun:net::NSSCertDatabase::ListCerts |
-} |
-{ |
- bug_82974e |
- Heapcheck:Leak |
- ... |
- fun:net::NSSCertDatabase::DeleteCertAndKey |
- fun:*::CleanupSlotContents |
-} |
-{ |
- bug_82974f |
- Heapcheck:Leak |
- ... |
- fun:net::NSSCertDatabase::DeleteCertAndKey |
- fun:*ParseServerOrCaCertificate |
-} |
-{ |
- bug_90013_a |
- Heapcheck:Leak |
- fun:?? |
- fun:gfx::RenderTextPango::EnsureLayout |
-} |
-{ |
- bug_90013_b |
- Heapcheck:Leak |
- fun:?? |
- fun:gfx::RenderTextPango::GetStringSize |
-} |
-{ |
- bug_90013_c |
- Heapcheck:Leak |
- fun:?? |
- fun:*FindBestMatchFontFamilyName |
- fun:PlatformFontPango |
-} |
-{ |
- bug_90013_d |
- Heapcheck:Leak |
- fun:?? |
- fun:gfx::GetPangoFontMetrics |
- fun:gfx::PlatformFontPango::InitPangoMetrics |
-} |
-{ |
- bug_99304 |
- Heapcheck:Leak |
- fun:v8::internal::SkipList::Update |
- fun:v8::internal::PagedSpace::AllocateRaw |
- fun:v8::internal::Heap::ReserveSpace |
- fun:v8::internal::Deserializer::Deserialize |
- fun:v8::internal::Isolate::Init |
- fun:v8::internal::V8::Initialize |
- fun:v8::internal::Snapshot::Initialize |
- fun:*InitializeHelper |
-} |
-{ |
- bug_114770 |
- Heapcheck:Leak |
- ... |
- fun:TestShell::InitializeTestShell |
- fun:TestShellTestSuite::Initialize |
- fun:base::TestSuite::Run |
-} |
-{ |
- bug_114978 |
- Heapcheck:Leak |
- ... |
- fun:mozilla_security_manager::GenKeyAndSignChallenge |
- fun:net::KeygenHandler::GenKeyAndSignChallenge |
-} |
-{ |
- bug_114986 |
- Heapcheck:Leak |
- ... |
- fun:ThemeServiceFactory::BuildServiceInstanceFor |
- ... |
- fun:BrowserContextKeyedServiceFactory::GetServiceForBrowserContext |
- fun:ThemeServiceFactory::GetForProfile |
-} |
-{ |
- bug_124758 |
- Heapcheck:Leak |
- fun:sqlite3MemMalloc |
- fun:crypto::RSAPrivateKey::FindFromPublicKeyInfo |
- fun:crypto::RSAPrivateKeyNSSTest_*_Test::TestBody |
-} |
-{ |
- bug_132431 |
- Heapcheck:Leak |
- ... |
- fun:*LoadDefaults |
- fun:gfx::GetDefaultWebKitFontRenderParams |
- ... |
- fun:*TestBody |
-} |
-{ |
- bug_145703 |
- Heapcheck:Leak |
- ... |
- fun:content::SiteInstanceImpl::GetProcess |
- fun:RenderViewHostImpl |
- fun:content::RenderViewHostFactory::Create |
- fun:content::RenderFrameHostManager::Init |
- fun:content::WebContentsImpl::Init |
- fun:content::TestWebContents::Create |
- fun:content::WebContentsTester::CreateTestWebContents |
-} |
-{ |
- bug_145705 |
- Heapcheck:Leak |
- ... |
- fun:extensions::SettingsFrontend::Create |
- fun:ExtensionService::ExtensionService |
- fun:extensions::TestExtensionSystem::CreateExtensionService |
- fun:extensions::::TestExtensionEnvironment::GetExtensionService |
- fun:extensions::::TestExtensionEnvironment::MakeExtension |
- fun:extensions::::DeclarativeContentActionTest_ShowPageAction_Test::TestBody |
-} |
-{ |
- bug_150648 |
- Heapcheck:Leak |
- fun:WTF::fastMalloc |
- fun:WTF::StringImpl::createUninitialized |
- fun:WTF::StringImpl::create |
- fun:blink::WebString::assign |
- fun:*WebString* |
- fun:webkit_glue::CppBoundClass::BindToJavascript |
- fun:*didClearWindowObject |
- fun:blink::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld |
- fun:WebCore::FrameLoader::dispatchDidClearWindowObjectInWorld |
-} |
-{ |
- bug_157885 |
- Heapcheck:Leak |
- ... |
- fun:content::DOMStorageContextImpl::CreateSessionNamespace |
-} |
-{ |
- bug_159191 |
- Heapcheck:Leak |
- ... |
- fun:SkFontHost::CreateTypeface |
- fun:SkTypeface::GetDefaultTypeface |
- fun:SkScalerContext::MakeRec |
- fun:SkPaint::descriptorProc |
- fun:SkPaint::detachCache |
- fun:SkAutoGlyphCache::SkAutoGlyphCache |
- fun:SkDraw::drawText |
- fun:SkDevice::drawText |
- fun:SkCanvas::drawText |
- fun:media::FakeVideoCaptureDevice::OnCaptureTask |
-} |
-# Need to figure out if the bug_159551 leaks are intentional or not. |
-{ |
- bug_159551_message_loop |
- Heapcheck:Leak |
- fun:MessageLoop |
- ... |
- fun:testing::internal::TestFactoryImpl::CreateTest |
-} |
-{ |
- bug_159551_bind_cros |
- Heapcheck:Leak |
- fun:base::Bind |
- fun:net::FileStream::Context::CloseAndDelete |
- fun:net::FileStream::Context::Orphan |
- fun:~FileStream |
-} |
-{ |
- bug_159551_bind_linux |
- Heapcheck:Leak |
- fun:base::Bind |
- fun:net::FileStream::Context::CloseAndDelete |
- fun:net::FileStream::Context::Orphan |
- fun:net::FileStream::~FileStream |
-} |
-{ |
- bug_164185 |
- Heapcheck:Leak |
- ... |
- fun:BookmarkBarGtk::GetFirstHiddenBookmark |
- fun:BookmarkBarGtk::SetChevronState |
- fun:BookmarkBarGtk::BookmarkNodeAdded |
- fun:BookmarkModel::AddNode |
- fun:BookmarkModel::AddURLWithCreationTime |
- fun:BookmarkModel::AddURL |
- fun:BookmarkBarGtkUnittest_HidesHelpMessageWithBookmark_Test::TestBody |
-} |
-{ |
- bug_166989 |
- Heapcheck:Leak |
- ... |
- fun:ui::CreateInvisibleCursor |
- ... |
- fun:ui::CursorLoader::Create |
- fun:ash::ImageCursors::SetDeviceScaleFactor |
- fun:ash::CursorManager::SetDeviceScaleFactor |
- fun:ash::Shell::Init |
-} |
-{ |
- bug_171547_b |
- Heapcheck:Leak |
- ... |
- fun:FilterBuilder |
- fun:::LoadWhitelistsOnBlockingPoolThread |
-} |
-{ |
- bug_171547_c |
- Heapcheck:Leak |
- ... |
- fun:FilterBuilder::Build |
- fun:::LoadWhitelistsOnBlockingPoolThread |
-} |
-{ |
- bug_172077 |
- Heapcheck:Leak |
- ... |
- fun:extensions::RegexSetMatcher::RebuildMatcher |
- fun:extensions::RegexSetMatcher::ClearPatterns |
- ... |
- fun:extensions::URLMatcher::UpdateRegexSetMatcher |
- fun:extensions::URLMatcher::UpdateInternalDatastructures |
- fun:extensions::URLMatcher::AddConditionSets |
- fun:::FilterBuilder::Build |
- fun:::LoadWhitelistsOnBlockingPoolThread |
-} |
-{ |
- bug_173597 |
- Heapcheck:Leak |
- fun:FcConfigEvaluate |
- fun:gfx::RenderTextPango::EnsureLayout |
- fun:gfx::RenderTextTest_PangoAttributes_Test::TestBody |
-} |
-{ |
- bug_175100 |
- Heapcheck:Leak |
- ... |
- fun:*StartSync |
- ... |
- fun:OneClickSigninHelper::DidStopLoading |
- ... |
- fun:OneClickSigninHelperTest*::TestBody |
-} |
-{ |
- bug_176888 |
- Heapcheck:Leak |
- fun:__GI___strdup |
- fun:Init |
- fun:GcryptInitializer |
-} |
-{ |
- bug_177285 |
- Heapcheck:Leak |
- fun:MessageLoop |
- fun:FileSystemURLRequestJobTest |
-} |
-# * is for DeriveFont and InitWithNameAndSize. |
-{ |
- bug_189170 |
- Heapcheck:Leak |
- ... |
- fun:SkFontHost::CreateTypeface |
- fun:SkTypeface::CreateFromName |
- fun:gfx::PlatformFontPango::* |
-} |
-{ |
- bug_225596 |
- Heapcheck:Leak |
- fun:chromeos::input_method::InputMethodManagerImpl::Init |
- fun:chromeos::input_method::Initialize |
- fun:chromeos::input_method::InputMethodConfigurationTest_TestInitialize_Test::TestBody |
-} |
-{ |
- bug_233532 |
- Heapcheck:Leak |
- ... |
- fun:GetStoragePartitionFromConfig |
- fun:content::BrowserContext::GetStoragePartition |
- fun:content::NavigationControllerImpl::GetSessionStorageNamespace |
- fun:content::RenderFrameHostManager::Init |
-} |
-{ |
- bug_236791 |
- Heapcheck:Leak |
- ... |
- fun:ash::test::FocusCyclerTest_CycleFocusThroughWindowWithPanes_Test::TestBody |
-} |
-{ |
- bug_247525 |
- Heapcheck:Leak |
- ... |
- fun:appcache::AppCacheStorageImpl::Initialize |
- fun:appcache::AppCacheService::Initialize |
- fun:content::ChromeAppCacheService::InitializeOnIOThread |
-} |
-{ |
- bug_250533 |
- Heapcheck:Leak |
- ... |
- fun:net::TestURLRequestContextGetter::GetURLRequestContext |
- fun:ProxyResolvingClientSocket |
- fun:jingle_glue::XmppClientSocketFactory::CreateTransportClientSocket |
- fun:jingle_glue::ChromeAsyncSocket::Connect |
-} |
-{ |
- bug_251034_a |
- Heapcheck:Leak |
- ... |
- fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn |
- fun:gfx::GLContextOSMesa::MakeCurrent |
- fun:gpu::gles2::GLES2DecoderImpl::MakeCurrent |
- fun:PumpCommands |
-} |
-{ |
- bug_251034_b |
- Heapcheck:Leak |
- ... |
- fun:gpu::gles2::ShaderTranslator::Init |
- fun:gpu::gles2::ShaderTranslatorCache::GetTranslator |
- fun:gpu::gles2::GLES2DecoderImpl::InitializeShaderTranslator |
- fun:gpu::gles2::GLES2DecoderImpl::Initialize |
- fun:gpu::InProcessCommandBuffer::InitializeOnGpuThread |
-} |
-{ |
- bug_251034_c |
- Heapcheck:Leak |
- ... |
- fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn |
- fun:gfx::GLContextOSMesa::MakeCurrent |
- fun:ScopedMakeCurrent |
- fun:gfx::GLSurfaceOSMesa::Resize |
- fun:gfx::NativeViewGLSurfaceOSMesa::Resize |
- fun:OnResizeView |
-} |
-{ |
- bug_251034_d |
- Heapcheck:Leak |
- ... |
- fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn |
- fun:gfx::GLContextOSMesa::MakeCurrent |
- fun:~ScopedMakeCurrent |
- fun:base::DefaultDeleter::operator |
- fun:~scoped_ptr_impl |
- fun:~scoped_ptr |
- fun:gfx::GLSurfaceOSMesa::Resize |
- fun:gfx::NativeViewGLSurfaceOSMesa::Resize |
- fun:OnResizeView |
-} |
-{ |
- bug_258113 |
- Heapcheck:Leak |
- fun:ppapi::proxy::PPP_Class_Proxy::CreateProxiedObject |
- fun:ppapi::proxy::PPB_Var_Deprecated_Proxy::OnMsgCreateObjectDeprecated |
- fun:void DispatchToMethod |
- fun:IPC::SyncMessageSchema::DispatchWithSendParams |
- fun:PpapiHostMsg_PPBVar_CreateObjectDeprecated::Dispatch |
- fun:ppapi::proxy::PPB_Var_Deprecated_Proxy::OnMessageReceived |
- fun:ppapi::proxy::Dispatcher::OnMessageReceived |
- fun:ppapi::proxy::HostDispatcher::OnMessageReceived |
- fun:IPC::ChannelProxy::Context::OnDispatchMessage |
- fun:IPC::SyncChannel::ReceivedSyncMsgQueue::DispatchMessages |
- fun:IPC::SyncChannel::SyncContext::DispatchMessages |
- fun:IPC::SyncChannel::WaitForReply |
- fun:IPC::SyncChannel::SendWithTimeout |
- fun:IPC::SyncChannel::Send |
- fun:ppapi::proxy::ProxyChannel::Send |
- fun:ppapi::proxy::HostDispatcher::Send |
- fun:DidCreate |
- fun:ppapi::proxy::PPP_Instance_Private_ProxyTest_PPPInstancePrivate_Test::TestBody |
-} |
-{ |
- bug_258132 |
- Heapcheck:Leak |
- ... |
- fun:ppapi::proxy::PluginProxyMultiThreadTest::RunTest |
- fun:ppapi::ThreadAwareCallbackMultiThreadTest_RunOnTargetThread_Test::TestBody |
-} |
-{ |
- bug_263748a |
- Heapcheck:Leak |
- ... |
- fun:DisassemblerElf32X86Test_All_Test::TestBody |
-} |
-{ |
- bug_263748b |
- Heapcheck:Leak |
- ... |
- fun:TypedRVATest_*_Test::TestBody |
-} |
-{ |
- bug_263748c |
- Heapcheck:Leak |
- ... |
- fun:EncodeDecodeTest_Elf_Small_Test::TestBody |
-} |
-{ |
- bug_268258 |
- Heapcheck:Leak |
- fun:WTF::fastMalloc |
- fun:WTF::StringImpl::createStatic |
- fun:WebCore::*Names::init |
-} |
-{ |
- bug_268267 |
- Heapcheck:Leak |
- fun:base::internal::WeakReferenceOwner::GetRef |
- fun:GetWeakPtr |
- fun:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody |
-} |
-{ |
- bug_269716a |
- Heapcheck:Leak |
- fun:PL_ArenaAllocate |
- fun:net::NSSCertDatabase::DeleteCertAndKey |
- fun:chromeos::NetworkCertMigratorTest::CleanupTestCert |
-} |
-{ |
- bug_269716b |
- Heapcheck:Leak |
- fun:PR_NewLock |
- fun:net::NSSCertDatabase::DeleteCertAndKey |
- fun:chromeos::NetworkCertMigratorTest::CleanupTestCert |
-} |
-{ |
- bug_269716c |
- Heapcheck:Leak |
- fun:nss_ZAlloc |
- fun:net::NSSCertDatabase::DeleteCertAndKey |
- fun:chromeos::NetworkCertMigratorTest::CleanupTestCert |
-} |
-{ |
- bug_272596 |
- Heapcheck:Leak |
- fun:* |
- fun:net::NSSCertDatabase::ListCerts |
- fun:LoadNSSCertificates |
-} |
-{ |
- bug_274114 |
- Heapcheck:Leak |
- ... |
- fun:gfx::RenderTextPango::GetBaseline |
- fun:views::NativeTextfieldViews::GetTextfieldBaseline |
- fun:_init |
- fun:LocationBarView::Init |
- fun:ToolbarView::Init |
- fun:BrowserView::InitViews |
- fun:BrowserView::ViewHierarchyChanged |
- fun:views::View::ViewHierarchyChangedImpl |
- fun:views::View::PropagateAddNotifications |
- fun:views::View::AddChildViewAt |
- fun:views::NonClientView::ViewHierarchyChanged |
- fun:views::View::ViewHierarchyChangedImpl |
- fun:views::View::PropagateAddNotifications |
- fun:views::View::AddChildViewAt |
- fun:views::View::AddChildView |
- fun:views::internal::RootView::SetContentsView |
- fun:views::Widget::SetContentsView |
- fun:views::Widget::Init |
- fun:BrowserFrame::InitBrowserFrame |
-} |
-{ |
- bug_280192 |
- Heapcheck:Leak |
- ... |
- fun:GtkThemeService::GtkThemeService |
- ... |
- fun:SavedFilesServiceUnitTest::SavedFilesServiceUnitTest |
-} |
-{ |
- bug_286185 |
- Heapcheck:Leak |
- fun:sqlite3MemMalloc |
- fun:NetworkingPrivateCrypto::VerifyCredentials |
- fun:NetworkingPrivateCryptoTest_VerifyCredentials_Test::TestBody |
-} |
-{ |
- bug_298887 |
- Heapcheck:Leak |
- ... |
- fun:ui::KeyboardCodeFromXKeyEvent |
- fun:ui::KeyboardCodeFromNative |
- fun:UpdateStateFromEvent |
- fun:ui::EventFlagsFromNative |
- fun:KeyEvent |
- fun:chromeos::KeyboardDrivenEventRewriterTest::GetRewrittenEventAsString |
- fun:chromeos::KeyboardDrivenEventRewriterTest_PassThrough_Test::TestBody |
-} |
-{ |
- bug_308770_a |
- Heapcheck:Leak |
- fun:sqlite3MemMalloc |
- fun:mozilla_security_manager::SetCertTrust |
- fun:mozilla_security_manager::ImportCACerts |
- fun:net::NSSCertDatabase::ImportCACerts |
- fun:chromeos::onc::CertificateImporterImpl::ParseServerOrCaCertificate |
-} |
-{ |
- bug_308770_b |
- Heapcheck:Leak |
- fun:sqlite3MemMalloc |
- fun:mozilla_security_manager::ImportCACerts |
- fun:net::NSSCertDatabase::ImportCACerts |
- fun:chromeos::ClientCertResolverTest::SetupTestCerts |
-} |
-{ |
- bug_309468 |
- Heapcheck:Leak |
- ... |
- fun:TranslateBubbleView::CreateViewBeforeTranslate |
- fun:TranslateBubbleView::Init |
- fun:views::BubbleDelegateView::CreateBubble |
- fun:TranslateBubbleViewTest::SetUp |
-} |
-{ |
- bug_313238 |
- Heapcheck:Leak |
- fun:?? |
- fun:GtkThemeService::GtkThemeService |
- fun:ThemeServiceFactory::BuildServiceInstanceFor |
- fun:BrowserContextKeyedServiceFactory::GetServiceForBrowserContext |
- fun:_init |
- fun:BrowserContextDependencyManager::DoCreateBrowserContextServices |
- fun:BrowserContextDependencyManager::CreateBrowserContextServicesForTest |
- fun:TestingProfile::Init |
- fun:TestingProfile::TestingProfile |
- fun:AppKeepAliveServiceUnitTest::AppKeepAliveServiceUnitTest |
- fun:AppKeepAliveServiceUnitTest_Basic_Test::AppKeepAliveServiceUnitTest_Basic_Test |
- fun:testing::internal::TestFactoryImpl::CreateTest |
-} |
-{ |
- bug_323149a |
- Heapcheck:Leak |
- fun:Genesis |
- fun:v8::internal::Bootstrapper::CreateEnvironment |
- fun:CreateEnvironment |
- fun:v8::Context::New |
- fun:net::ProxyResolverV8::Context::InitV8 |
- fun:_init |
- fun:net::ProxyResolverV8Tracing::Job::ExecuteProxyResolver |
- fun:net::ProxyResolverV8Tracing::Job::ExecuteBlocking |
-} |
-{ |
- bug_323149b |
- Heapcheck:Leak |
- fun:Genesis |
- fun:v8::internal::Bootstrapper::CreateEnvironment |
- fun:CreateEnvironment |
- fun:v8::Context::New |
- fun:V8UnitTest::SetUp |
-} |