Upstream TestHttpServerClient for Android.
[chromium-blink-merge.git] / tools / heapcheck / suppressions.txt
blob43eaf8f69dcfae4207e9800d5ce05abf02e7dbd6
1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over
4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing
7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions.
11 #-----------------------------------------------------------------------
13 # 1. third party stuff we have no control over
15   bug_39050_a
16   Heapcheck:Leak
17   fun:FcPatternObjectAddWithBinding
20   bug_39050_b
21   Heapcheck:Leak
22   fun:FcPatternObjectInsertElt
25   bug_39050_c
26   Heapcheck:Leak
27   fun:FcConfigValues
30   bug_39050_d
31   Heapcheck:Leak
32   fun:IA__FcLangSetCreate
35   bug_39050_d2
36   Heapcheck:Leak
37   fun:FcLangSetCreate
40   bug_39050_e
41   Heapcheck:Leak
42   fun:IA__FcStrCopy
45   bug_39050_e2
46   Heapcheck:Leak
47   fun:FcStrCopy
50   bug_39050_f
51   Heapcheck:Leak
52   fun:FcValueSave
55   bug_39050_g
56   Heapcheck:Leak
57   fun:FcPatternHash
60   bug_39050_h
61   Heapcheck:Leak
62   fun:FcConfigFilename
65   bug_39050_i
66   Heapcheck:Leak
67   fun:FcCharSetFindLeafCreate
70   bug_39050_j
71   Heapcheck:Leak
72   fun:FcCharSetPutLeaf
75   bug_39050_k
76   Heapcheck:Leak
77   fun:IA__FcCharSetCreate
80    bug_186086 (Skia -- global singleton instance of SkFontConfigDirect)
81    Heapcheck:Leak
82    ...
83    fun:SkFontConfigInterfaceDirect::SkFontConfigInterfaceDirect
84    fun:SkFontConfigInterface::GetSingletonDirectInterface
87    bug_51988_a
88    Heapcheck:Leak
89    ...
90    fun:*nsPKCS12Blob_ImportHelper
91    fun:mozilla_security_manager::nsPKCS12Blob_Import
92    fun:net::NSSCertDatabase::ImportFromPKCS12
95    bug_51988_b
96    Heapcheck:Leak
97    ...
98    fun:mozilla_security_manager::nsPKCS12Blob_Export
99    fun:net::NSSCertDatabase::ExportToPKCS12
102    bug_51988_c
103    Heapcheck:Leak
104    ...
105    fun:crypto::Open*NSSDB
108    bug_51988_d
109    Heapcheck:Leak
110    ...
111    fun:*New
112    ...
113    fun:crypto::EnsureNSSInit
116    bug_51988_e
117    Heapcheck:Leak
118    ...
119    fun:net::CertDatabaseNSSTest_*_Test::TestBody
122    bug_51988_f
123    Heapcheck:Leak
124    ...
125    fun:net::CertDatabaseNSSTest::TearDown
128    bug_51988_g
129    Heapcheck:Leak
130    fun:sqlite3MemMalloc
131    ...
132    fun:net::CertDatabaseNSSTest::SetUp
135    bug_51988_h
136    Heapcheck:Leak
137    fun:sqlite3MemMalloc
138    ...
139    fun:chromeos::onc::CertificateImporter::ParseServerOrCaCertificate
142    bug_51988_i
143    Heapcheck:Leak
144    fun:sqlite3MemMalloc
145    fun:net::X509Certificate::GetDefaultNickname
148    bug_51988_j
149    Heapcheck:Leak
150    fun:sqlite3MemMalloc
151    fun:chromeos::*::ListCertsInSlot
154    bug_119677
155    Heapcheck:Leak
156    ...
157    fun:DisplayChangeObserver
158    fun:aura::Env::Init
159    fun:aura::Env::GetInstance
162    bug_146464_a
163    Heapcheck:Leak
164    fun:get_peer_sock_name
165    fun:base::MessagePumpAuraX11::GetDefaultXDisplay
168    bug_146464_b
169    Heapcheck:Leak
170    fun:add_codeset.isra.10
171    ...
172    fun:RootWindowHostX11
173    fun:aura::RootWindowHost::Create
176    bug_146464_c
177    Heapcheck:Leak
178    ...
179    fun:RootWindowHostX11
180    fun:aura::RootWindowHost::Create
183 # When NSS 3.15 is the minimum version required, this should be removed.
185    bug_272673
186    Heapcheck:Leak
187    fun:*
188    fun:*OpenUserDB
189    fun:*OpenTestNSSDB
190    fun:*ScopedTestNSSDB
193 # Probably a leak in GTK.
195    bug_175744
196    Heapcheck:Leak
197    ...
198    fun:GtkThemeService::GtkThemeService
199    fun:ThemeServiceFactory::BuildServiceInstanceFor
200    fun:BrowserContextKeyedServiceFactory::GetServiceForBrowserContext
201    fun:*
202    fun:BrowserContextDependencyManager::CreateBrowserContextServices
203    fun:TestingProfile::Init
204    fun:TestingProfile::TestingProfile
208 #-----------------------------------------------------------------------
209 # 2. intentional unit test errors, or stuff that is somehow a false positive
210 # in our own code, or stuff that is so trivial it's not worth fixing
212    Heapcheck sanity test (ToolsSanityTest.MemoryLeak).
213    Heapcheck:Leak
214    fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody
217    FileStream::Context can leak through WorkerPool by design (Linux)
218    Heapcheck:Leak
219    fun:net::FileStream::FileStream
222    FileStream::Context can leak through WorkerPool by design (CrOS)
223    Heapcheck:Leak
224    fun:FileStream
227    Tasks posted to WorkerPool can leak by design
228    Heapcheck:Leak
229    fun:base::internal::PostTaskAndReplyImpl::PostTaskAndReply
230    fun:base::WorkerPool::PostTaskAndReply
232 # This one pops out too often on different leaks and the stacks are very often
233 # uninformative, e.g. don't include anything related to the bug.
234 # TODO(earthdok): revisit what we want to do with _Rep when we have LSan.
236    basic_string::_Rep::_S_create
237    Heapcheck:Leak
238    fun:std::basic_string::_Rep::_S_create
239    fun:std::basic_string::basic_string
242 #-----------------------------------------------------------------------
243 # 3. Suppressions for real chromium bugs that are not yet fixed.
244 # These should all be in chromium's bug tracking system (but a few aren't yet).
245 # Periodically we should sweep this file and the bug tracker clean by
246 # running overnight and removing outdated bugs/suppressions.
248    bug_34994_a
249    Heapcheck:Leak
250    ...
251    fun:*Invoke
252    fun:v8::internal::Execution::Call
253    fun:v8::Script::Run
256    bug_34994_b
257    Heapcheck:Leak
258    ...
259    fun:*Invoke
260    fun:v8::internal::Execution::Call
261    fun:v8::Function::Call
264    bug_49300_a
265    Heapcheck:Leak
266    fun:disk_cache::StorageBlock::AllocateData
267    fun:disk_cache::StorageBlock::Data
270    bug_49300_b
271    Heapcheck:Leak
272    ...
273    fun:disk_cache::BackendImpl::CreateEntryImpl
274    fun:disk_cache::BackendImpl::SyncCreateEntry
275    fun:disk_cache::BackendIO::ExecuteBackendOperation
278    bug_49300_c
279    Heapcheck:Leak
280    ...
281    fun:disk_cache::BackendImpl::NewEntry
282    fun:disk_cache::BackendImpl::MatchEntry
285    bug_65940_a
286    Heapcheck:Leak
287    ...
288    fun:IPC::SyncChannel::SyncChannel
289    fun:ChildThread::Init
290    fun:ChildThread::ChildThread
291    fun:RenderThreadImpl::RenderThreadImpl
294    bug_65940_b
295    Heapcheck:Leak
296    fun:__gnu_cxx::new_allocator::allocate
297    fun:std::_Vector_base::_M_allocate
298    fun:std::vector::_M_insert_aux
299    fun:std::vector::push_back
300    fun:IPC::ChannelProxy::Context::OnAddFilter
303    bug_67378_a
304    Heapcheck:Leak
305    ...
306    fun:*SetPacScriptFromDisk
309    bug_67378_b
310    Heapcheck:Leak
311    ...
312    fun:*LoadScriptData
315    bug_67378_c
316    Heapcheck:Leak
317    fun:*ASCIILiteralToV8String
318    fun:net::ProxyResolverV8::Context::InitV8
319    fun:net::ProxyResolverV8::SetPacScript
322    bug_67378_d
323    Heapcheck:Leak
324    fun:*ScriptDataToV8String
325    fun:net::ProxyResolverV8::Context::InitV8
326    fun:net::ProxyResolverV8::SetPacScript
329    bug_82974a
330    Heapcheck:Leak
331    ...
332    fun:net::X509Certificate::CreateOSCertHandleFromBytes*
335    bug_82974b
336    Heapcheck:Leak
337    ...
338    fun:*PKIXVerifyCert
341    bug_82974c
342    Heapcheck:Leak
343    fun:sqlite3MemMalloc
344    fun:net::*::ListCertsInSlot
345    ...
346    fun:net::CertDatabaseNSSTest::TearDown
349    bug_82974d
350    Heapcheck:Leak
351    fun:sqlite3MemMalloc
352    fun:net::NSSCertDatabase::ListCerts
355    bug_82974e
356    Heapcheck:Leak
357    ...
358    fun:net::NSSCertDatabase::DeleteCertAndKey
359    fun:*::CleanupSlotContents
362    bug_82974f
363    Heapcheck:Leak
364    ...
365    fun:net::NSSCertDatabase::DeleteCertAndKey
366    fun:*ParseServerOrCaCertificate
369    bug_90013_a
370    Heapcheck:Leak
371    fun:??
372    fun:gfx::RenderTextLinux::EnsureLayout
375    bug_90013_b
376    Heapcheck:Leak
377    fun:??
378    fun:gfx::RenderTextLinux::GetStringSize
381    bug_90013_c
382    Heapcheck:Leak
383    fun:??
384    fun:*FindBestMatchFontFamilyName
385    fun:PlatformFontPango
388    bug_90013_d
389    Heapcheck:Leak
390    fun:??
391    fun:gfx::GetPangoFontMetrics
392    fun:gfx::PlatformFontPango::InitPangoMetrics
395    bug_99304
396    Heapcheck:Leak
397    fun:v8::internal::SkipList::Update
398    fun:v8::internal::PagedSpace::AllocateRaw
399    fun:v8::internal::Heap::ReserveSpace
400    fun:v8::internal::Deserializer::Deserialize
401    fun:v8::internal::Isolate::Init
402    fun:v8::internal::V8::Initialize
403    fun:v8::internal::Snapshot::Initialize
404    fun:*InitializeHelper
407    bug_114770
408    Heapcheck:Leak
409    ...
410    fun:TestShell::InitializeTestShell
411    fun:TestShellTestSuite::Initialize
412    fun:base::TestSuite::Run
415    bug_114978
416    Heapcheck:Leak
417    ...
418    fun:mozilla_security_manager::GenKeyAndSignChallenge
419    fun:net::KeygenHandler::GenKeyAndSignChallenge
422    bug_114986
423    Heapcheck:Leak
424    ...
425    fun:ThemeServiceFactory::BuildServiceInstanceFor
426    ...
427    fun:BrowserContextKeyedServiceFactory::GetServiceForBrowserContext
428    fun:ThemeServiceFactory::GetForProfile
431    bug_124758
432    Heapcheck:Leak
433    fun:sqlite3MemMalloc
434    fun:crypto::RSAPrivateKey::FindFromPublicKeyInfo
435    fun:crypto::RSAPrivateKeyNSSTest_*_Test::TestBody
438   bug_132431
439   Heapcheck:Leak
440   ...
441   fun:*LoadDefaults
442   fun:gfx::GetDefaultWebKitFontRenderParams
443   ...
444   fun:*TestBody
447    bug_145703
448    Heapcheck:Leak
449    ...
450    fun:content::SiteInstanceImpl::GetProcess
451    fun:RenderViewHostImpl
452    fun:content::RenderViewHostFactory::Create
453    fun:content::RenderViewHostManager::Init
454    fun:content::WebContentsImpl::Init
455    fun:content::TestWebContents::Create
456    fun:content::WebContentsTester::CreateTestWebContents
459    bug_145705
460    Heapcheck:Leak
461    ...
462    fun:extensions::SettingsFrontend::Create
463    fun:ExtensionService::ExtensionService
464    fun:extensions::TestExtensionSystem::CreateExtensionService
465    fun:extensions::::TestExtensionEnvironment::GetExtensionService
466    fun:extensions::::TestExtensionEnvironment::MakeExtension
467    fun:extensions::::DeclarativeContentActionTest_ShowPageAction_Test::TestBody
470    bug_150648
471    Heapcheck:Leak
472    fun:WTF::fastMalloc
473    fun:WTF::StringImpl::createUninitialized
474    fun:WTF::StringImpl::create
475    fun:WebKit::WebString::assign
476    fun:*WebString*
477    fun:webkit_glue::CppBoundClass::BindToJavascript
478    fun:*didClearWindowObject
479    fun:WebKit::FrameLoaderClientImpl::dispatchDidClearWindowObjectInWorld
480    fun:WebCore::FrameLoader::dispatchDidClearWindowObjectInWorld
483    bug_157885
484    Heapcheck:Leak
485    ...
486    fun:content::DOMStorageContextImpl::CreateSessionNamespace
489    bug_159191
490    Heapcheck:Leak
491    ...
492    fun:SkFontHost::CreateTypeface
493    fun:SkTypeface::GetDefaultTypeface
494    fun:SkScalerContext::MakeRec
495    fun:SkPaint::descriptorProc
496    fun:SkPaint::detachCache
497    fun:SkAutoGlyphCache::SkAutoGlyphCache
498    fun:SkDraw::drawText
499    fun:SkDevice::drawText
500    fun:SkCanvas::drawText
501    fun:media::FakeVideoCaptureDevice::OnCaptureTask
503 # Need to figure out if the bug_159551 leaks are intentional or not.
505    bug_159551_message_loop
506    Heapcheck:Leak
507    fun:MessageLoop
508    ...
509    fun:testing::internal::TestFactoryImpl::CreateTest
512    bug_159551_bind_cros
513    Heapcheck:Leak
514    fun:base::Bind
515    fun:net::FileStream::Context::CloseAndDelete
516    fun:net::FileStream::Context::Orphan
517    fun:~FileStream
520    bug_159551_bind_linux
521    Heapcheck:Leak
522    fun:base::Bind
523    fun:net::FileStream::Context::CloseAndDelete
524    fun:net::FileStream::Context::Orphan
525    fun:net::FileStream::~FileStream
528    bug_164185
529    Heapcheck:Leak
530    ...
531    fun:BookmarkBarGtk::GetFirstHiddenBookmark
532    fun:BookmarkBarGtk::SetChevronState
533    fun:BookmarkBarGtk::BookmarkNodeAdded
534    fun:BookmarkModel::AddNode
535    fun:BookmarkModel::AddURLWithCreationTime
536    fun:BookmarkModel::AddURL
537    fun:BookmarkBarGtkUnittest_HidesHelpMessageWithBookmark_Test::TestBody
540    bug_166989
541    Heapcheck:Leak
542    ...
543    fun:ui::CreateInvisibleCursor
544    ...
545    fun:ui::CursorLoader::Create
546    fun:ash::ImageCursors::SetDeviceScaleFactor
547    fun:ash::CursorManager::SetDeviceScaleFactor
548    fun:ash::Shell::Init
551    bug_171547_b
552    Heapcheck:Leak
553    ...
554    fun:FilterBuilder
555    fun:::LoadWhitelistsOnBlockingPoolThread
558    bug_171547_c
559    Heapcheck:Leak
560    ...
561    fun:FilterBuilder::Build
562    fun:::LoadWhitelistsOnBlockingPoolThread
565    bug_172077
566    Heapcheck:Leak
567    ...
568    fun:extensions::RegexSetMatcher::RebuildMatcher
569    fun:extensions::RegexSetMatcher::ClearPatterns
570    ...
571    fun:extensions::URLMatcher::UpdateRegexSetMatcher
572    fun:extensions::URLMatcher::UpdateInternalDatastructures
573    fun:extensions::URLMatcher::AddConditionSets
574    fun:::FilterBuilder::Build
575    fun:::LoadWhitelistsOnBlockingPoolThread
578    bug_173597
579    Heapcheck:Leak
580    fun:FcConfigEvaluate
581    fun:gfx::RenderTextLinux::EnsureLayout
582    fun:gfx::RenderTextTest_PangoAttributes_Test::TestBody
585    bug_175100
586    Heapcheck:Leak
587    ...
588    fun:*StartSync
589    ...
590    fun:OneClickSigninHelper::DidStopLoading
591    ...
592    fun:OneClickSigninHelperTest*::TestBody
595    bug_176888
596    Heapcheck:Leak
597    fun:__GI___strdup
598    fun:Init
599    fun:GcryptInitializer
602    bug_177285
603    Heapcheck:Leak
604    fun:MessageLoop
605    fun:FileSystemURLRequestJobTest
607 # * is for DeriveFont and InitWithNameAndSize.
609    bug_189170
610    Heapcheck:Leak
611    ...
612    fun:SkFontHost::CreateTypeface
613    fun:SkTypeface::CreateFromName
614    fun:gfx::PlatformFontPango::*
617   bug_225596
618   Heapcheck:Leak
619   fun:chromeos::input_method::InputMethodManagerImpl::Init
620   fun:chromeos::input_method::Initialize
621   fun:chromeos::input_method::InputMethodConfigurationTest_TestInitialize_Test::TestBody
624    bug_233532
625    Heapcheck:Leak
626    ...
627    fun:GetStoragePartitionFromConfig
628    fun:content::BrowserContext::GetStoragePartition
629    fun:content::NavigationControllerImpl::GetSessionStorageNamespace
630    fun:content::RenderViewHostManager::Init
633    bug_236791
634    Heapcheck:Leak
635    ...
636    fun:ash::test::FocusCyclerTest_CycleFocusThroughWindowWithPanes_Test::TestBody
639    bug_246567a
640    Heapcheck:Leak
641    fun:v8::internal::PerThreadAssertScopeBase::AssertData
642    fun:v8::internal::PerThreadAssertScope::IsAllowed
643    fun:v8::internal::Heap::AllocateRaw
644    fun:v8::internal::Heap::Allocate
645    fun:v8::internal::Heap::AllocateForeign
646    fun:v8::internal::Heap::AllocateExternal
647    fun:v8::internal::Factory::NewExternal
648    fun:v8::External::New
649    fun:net::ProxyResolverV8::Context::InitV8
650    fun:net::ProxyResolverV8::SetPacScript
651    fun:net::ProxyResolverV8Tracing::Job::ExecuteProxyResolver
652    fun:net::ProxyResolverV8Tracing::Job::ExecuteBlocking
655    bug_246567b
656    Heapcheck:Leak
657    fun:v8::internal::PerThreadAssertScopeBase::AssertData
658    fun:v8::internal::PerThreadAssertScope::IsAllowed
659    fun:v8::internal::HandleScope::CreateHandle
660    fun:Handle
661    fun:MacroAssembler
662    fun:v8::internal::Deoptimizer::EnsureCodeForDeoptimizationEntry
663    fun:v8::internal::Isolate::Init
664    fun:v8::internal::V8::Initialize
665    fun:v8::internal::Snapshot::Initialize
666    fun:InitializeHelper
667    fun:v8::V8::Initialize
668    fun:v8::Locker::Initialize
669    fun:net::ProxyResolverV8::Context::InitV8
670    fun:net::ProxyResolverV8::SetPacScript
671    fun:net::ProxyResolverV8Tracing::Job::ExecuteProxyResolver
672    fun:net::ProxyResolverV8Tracing::Job::ExecuteBlocking
675    bug_246567c
676    Heapcheck:Leak
677    fun:v8::internal::PerThreadAssertScopeBase::AssertData
678    fun:v8::internal::PerThreadAssertScope::IsAllowed
679    fun:v8::internal::HandleScope::CreateHandle
680    fun:Handle
683    bug_247525
684    Heapcheck:Leak
685    ...
686    fun:appcache::AppCacheStorageImpl::Initialize
687    fun:appcache::AppCacheService::Initialize
688    fun:content::ChromeAppCacheService::InitializeOnIOThread
691    bug_250533
692    Heapcheck:Leak
693    ...
694    fun:net::TestURLRequestContextGetter::GetURLRequestContext
695    fun:ProxyResolvingClientSocket
696    fun:jingle_glue::XmppClientSocketFactory::CreateTransportClientSocket
697    fun:jingle_glue::ChromeAsyncSocket::Connect
700    bug_251034_a
701    Heapcheck:Leak
702    ...
703    fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn
704    fun:gfx::GLContextOSMesa::MakeCurrent
705    fun:gpu::gles2::GLES2DecoderImpl::MakeCurrent
706    fun:PumpCommands
709    bug_251034_b
710    Heapcheck:Leak
711    ...
712    fun:gpu::gles2::ShaderTranslator::Init
713    fun:gpu::gles2::ShaderTranslatorCache::GetTranslator
714    fun:gpu::gles2::GLES2DecoderImpl::InitializeShaderTranslator
715    fun:gpu::gles2::GLES2DecoderImpl::Initialize
716    fun:gpu::InProcessCommandBuffer::InitializeOnGpuThread
719    bug_251034_c
720    Heapcheck:Leak
721    ...
722    fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn
723    fun:gfx::GLContextOSMesa::MakeCurrent
724    fun:ScopedMakeCurrent
725    fun:gfx::GLSurfaceOSMesa::Resize
726    fun:gfx::NativeViewGLSurfaceOSMesa::Resize
727    fun:OnResizeView
730    bug_251034_d
731    Heapcheck:Leak
732    ...
733    fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn
734    fun:gfx::GLContextOSMesa::MakeCurrent
735    fun:~ScopedMakeCurrent
736    fun:base::DefaultDeleter::operator
737    fun:~scoped_ptr_impl
738    fun:~scoped_ptr
739    fun:gfx::GLSurfaceOSMesa::Resize
740    fun:gfx::NativeViewGLSurfaceOSMesa::Resize
741    fun:OnResizeView
744    bug_258113
745    Heapcheck:Leak
746    fun:ppapi::proxy::PPP_Class_Proxy::CreateProxiedObject
747    fun:ppapi::proxy::PPB_Var_Deprecated_Proxy::OnMsgCreateObjectDeprecated
748    fun:void DispatchToMethod
749    fun:IPC::SyncMessageSchema::DispatchWithSendParams
750    fun:PpapiHostMsg_PPBVar_CreateObjectDeprecated::Dispatch
751    fun:ppapi::proxy::PPB_Var_Deprecated_Proxy::OnMessageReceived
752    fun:ppapi::proxy::Dispatcher::OnMessageReceived
753    fun:ppapi::proxy::HostDispatcher::OnMessageReceived
754    fun:IPC::ChannelProxy::Context::OnDispatchMessage
755    fun:IPC::SyncChannel::ReceivedSyncMsgQueue::DispatchMessages
756    fun:IPC::SyncChannel::SyncContext::DispatchMessages
757    fun:IPC::SyncChannel::WaitForReply
758    fun:IPC::SyncChannel::SendWithTimeout
759    fun:IPC::SyncChannel::Send
760    fun:ppapi::proxy::ProxyChannel::Send
761    fun:ppapi::proxy::HostDispatcher::Send
762    fun:DidCreate
763    fun:ppapi::proxy::PPP_Instance_Private_ProxyTest_PPPInstancePrivate_Test::TestBody
766    bug_258132
767    Heapcheck:Leak
768    ...
769    fun:ppapi::proxy::PluginProxyMultiThreadTest::RunTest
770    fun:ppapi::ThreadAwareCallbackMultiThreadTest_RunOnTargetThread_Test::TestBody
773    bug_263748a
774    Heapcheck:Leak
775    ...
776    fun:DisassemblerElf32X86Test_All_Test::TestBody
779    bug_263748b
780    Heapcheck:Leak
781    ...
782    fun:TypedRVATest_*_Test::TestBody
785    bug_263748c
786    Heapcheck:Leak
787    ...
788    fun:EncodeDecodeTest_Elf_Small_Test::TestBody
791    bug_268258
792    Heapcheck:Leak
793    fun:WTF::fastMalloc
794    fun:WTF::StringImpl::createStatic
795    fun:WebCore::*Names::init
798    bug_268267
799    Heapcheck:Leak
800    fun:base::internal::WeakReferenceOwner::GetRef
801    fun:GetWeakPtr
802    fun:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody
805    bug_269716a
806    Heapcheck:Leak
807    fun:PL_ArenaAllocate
808    fun:net::NSSCertDatabase::DeleteCertAndKey
809    fun:chromeos::NetworkCertMigratorTest::CleanupTestCert
812    bug_269716b
813    Heapcheck:Leak
814    fun:PR_NewLock
815    fun:net::NSSCertDatabase::DeleteCertAndKey
816    fun:chromeos::NetworkCertMigratorTest::CleanupTestCert
819    bug_269716c
820    Heapcheck:Leak
821    fun:nss_ZAlloc
822    fun:net::NSSCertDatabase::DeleteCertAndKey
823    fun:chromeos::NetworkCertMigratorTest::CleanupTestCert
826    bug_270312
827    Heapcheck:Leak
828    ...
829    fun:MessageCenterButtonBar
830    fun:MessageCenterView
831    fun:message_center::MessageCenterViewTest::SetUp
834    bug_272596
835    Heapcheck:Leak
836    fun:*
837    fun:net::NSSCertDatabase::ListCerts
838    fun:LoadNSSCertificates
841    bug_274114
842    Heapcheck:Leak
843    ...
844    fun:gfx::RenderTextLinux::GetBaseline
845    fun:views::NativeTextfieldViews::GetTextfieldBaseline
846    fun:_init
847    fun:LocationBarView::Init
848    fun:ToolbarView::Init
849    fun:BrowserView::InitViews
850    fun:BrowserView::ViewHierarchyChanged
851    fun:views::View::ViewHierarchyChangedImpl
852    fun:views::View::PropagateAddNotifications
853    fun:views::View::AddChildViewAt
854    fun:views::NonClientView::ViewHierarchyChanged
855    fun:views::View::ViewHierarchyChangedImpl
856    fun:views::View::PropagateAddNotifications
857    fun:views::View::AddChildViewAt
858    fun:views::View::AddChildView
859    fun:views::internal::RootView::SetContentsView
860    fun:views::Widget::SetContentsView
861    fun:views::Widget::Init
862    fun:BrowserFrame::InitBrowserFrame