Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 59383016: heapcheck: Update suppression for RenderTextLinux->RenderTextPango rename. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 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 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 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). 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 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 bug_82974f 362 bug_82974f
363 Heapcheck:Leak 363 Heapcheck:Leak
364 ... 364 ...
365 fun:net::NSSCertDatabase::DeleteCertAndKey 365 fun:net::NSSCertDatabase::DeleteCertAndKey
366 fun:*ParseServerOrCaCertificate 366 fun:*ParseServerOrCaCertificate
367 } 367 }
368 { 368 {
369 bug_90013_a 369 bug_90013_a
370 Heapcheck:Leak 370 Heapcheck:Leak
371 fun:?? 371 fun:??
372 fun:gfx::RenderTextLinux::EnsureLayout 372 fun:gfx::RenderTextPango::EnsureLayout
373 } 373 }
374 { 374 {
375 bug_90013_b 375 bug_90013_b
376 Heapcheck:Leak 376 Heapcheck:Leak
377 fun:?? 377 fun:??
378 fun:gfx::RenderTextLinux::GetStringSize 378 fun:gfx::RenderTextPango::GetStringSize
379 } 379 }
380 { 380 {
381 bug_90013_c 381 bug_90013_c
382 Heapcheck:Leak 382 Heapcheck:Leak
383 fun:?? 383 fun:??
384 fun:*FindBestMatchFontFamilyName 384 fun:*FindBestMatchFontFamilyName
385 fun:PlatformFontPango 385 fun:PlatformFontPango
386 } 386 }
387 { 387 {
388 bug_90013_d 388 bug_90013_d
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 fun:extensions::URLMatcher::UpdateRegexSetMatcher 571 fun:extensions::URLMatcher::UpdateRegexSetMatcher
572 fun:extensions::URLMatcher::UpdateInternalDatastructures 572 fun:extensions::URLMatcher::UpdateInternalDatastructures
573 fun:extensions::URLMatcher::AddConditionSets 573 fun:extensions::URLMatcher::AddConditionSets
574 fun:::FilterBuilder::Build 574 fun:::FilterBuilder::Build
575 fun:::LoadWhitelistsOnBlockingPoolThread 575 fun:::LoadWhitelistsOnBlockingPoolThread
576 } 576 }
577 { 577 {
578 bug_173597 578 bug_173597
579 Heapcheck:Leak 579 Heapcheck:Leak
580 fun:FcConfigEvaluate 580 fun:FcConfigEvaluate
581 fun:gfx::RenderTextLinux::EnsureLayout 581 fun:gfx::RenderTextPango::EnsureLayout
582 fun:gfx::RenderTextTest_PangoAttributes_Test::TestBody 582 fun:gfx::RenderTextTest_PangoAttributes_Test::TestBody
583 } 583 }
584 { 584 {
585 bug_175100 585 bug_175100
586 Heapcheck:Leak 586 Heapcheck:Leak
587 ... 587 ...
588 fun:*StartSync 588 fun:*StartSync
589 ... 589 ...
590 fun:OneClickSigninHelper::DidStopLoading 590 fun:OneClickSigninHelper::DidStopLoading
591 ... 591 ...
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 bug_272596 782 bug_272596
783 Heapcheck:Leak 783 Heapcheck:Leak
784 fun:* 784 fun:*
785 fun:net::NSSCertDatabase::ListCerts 785 fun:net::NSSCertDatabase::ListCerts
786 fun:LoadNSSCertificates 786 fun:LoadNSSCertificates
787 } 787 }
788 { 788 {
789 bug_274114 789 bug_274114
790 Heapcheck:Leak 790 Heapcheck:Leak
791 ... 791 ...
792 fun:gfx::RenderTextLinux::GetBaseline 792 fun:gfx::RenderTextPango::GetBaseline
793 fun:views::NativeTextfieldViews::GetTextfieldBaseline 793 fun:views::NativeTextfieldViews::GetTextfieldBaseline
794 fun:_init 794 fun:_init
795 fun:LocationBarView::Init 795 fun:LocationBarView::Init
796 fun:ToolbarView::Init 796 fun:ToolbarView::Init
797 fun:BrowserView::InitViews 797 fun:BrowserView::InitViews
798 fun:BrowserView::ViewHierarchyChanged 798 fun:BrowserView::ViewHierarchyChanged
799 fun:views::View::ViewHierarchyChangedImpl 799 fun:views::View::ViewHierarchyChangedImpl
800 fun:views::View::PropagateAddNotifications 800 fun:views::View::PropagateAddNotifications
801 fun:views::View::AddChildViewAt 801 fun:views::View::AddChildViewAt
802 fun:views::NonClientView::ViewHierarchyChanged 802 fun:views::NonClientView::ViewHierarchyChanged
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 fun:AppKeepAliveServiceUnitTest::AppKeepAliveServiceUnitTest 893 fun:AppKeepAliveServiceUnitTest::AppKeepAliveServiceUnitTest
894 fun:AppKeepAliveServiceUnitTest_Basic_Test::AppKeepAliveServiceUnitTest_Basic _Test 894 fun:AppKeepAliveServiceUnitTest_Basic_Test::AppKeepAliveServiceUnitTest_Basic _Test
895 fun:testing::internal::TestFactoryImpl::CreateTest 895 fun:testing::internal::TestFactoryImpl::CreateTest
896 } 896 }
897 { 897 {
898 bug_313521 898 bug_313521
899 Heapcheck:Leak 899 Heapcheck:Leak
900 ... 900 ...
901 fun:app_list::AppListModelTest_FolderItem_Test::TestBody 901 fun:app_list::AppListModelTest_FolderItem_Test::TestBody
902 } 902 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698