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

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

Issue 10835040: Valgrind/Heapchecker: Remove obsolete suppressions for a BackgroundApplicationListModelTest that no… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 months 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 | tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt » ('j') | 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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 } 698 }
699 { 699 {
700 bug_71909 700 bug_71909
701 Heapcheck:Leak 701 Heapcheck:Leak
702 fun:TestingProfile::CreateRequestContext 702 fun:TestingProfile::CreateRequestContext
703 fun:MockService 703 fun:MockService
704 ... 704 ...
705 fun:ExtensionUpdaterTest* 705 fun:ExtensionUpdaterTest*
706 } 706 }
707 { 707 {
708 bug_73358
709 Heapcheck:Leak
710 fun:TestingProfile::GetRequestContextForExtensions
711 fun:ExtensionDataDeleter
712 fun:ExtensionService::ClearExtensionData
713 fun:ExtensionService::UninstallExtension
714 fun:BackgroundApplicationListModelTest_Load*Extension*_Test::TestBody
715 }
716 {
717 bug_79322a 708 bug_79322a
718 Heapcheck:Leak 709 Heapcheck:Leak
719 fun:__gnu_cxx::new_allocator::allocate 710 fun:__gnu_cxx::new_allocator::allocate
720 fun:std::string::_Rep::_S_create 711 fun:std::string::_Rep::_S_create
721 fun:std::string::_S_construct 712 fun:std::string::_S_construct
722 fun:std::string::_S_construct_aux 713 fun:std::string::_S_construct_aux
723 fun:std::string::_S_construct 714 fun:std::string::_S_construct
724 fun:*basic_string* 715 fun:*basic_string*
725 fun:AutofillMetrics::Log 716 fun:AutofillMetrics::Log
726 } 717 }
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
1495 fun:std::basic_string::_Rep::_S_create 1486 fun:std::basic_string::_Rep::_S_create
1496 ... 1487 ...
1497 fun:base::PlatformThread::SetName 1488 fun:base::PlatformThread::SetName
1498 } 1489 }
1499 { 1490 {
1500 bug_139635 1491 bug_139635
1501 Heapcheck:Leak 1492 Heapcheck:Leak
1502 fun:syncer::JsSyncManagerObserver::OnInitializationComplete 1493 fun:syncer::JsSyncManagerObserver::OnInitializationComplete
1503 fun:syncer::::JsSyncManagerObserverTest_OnInitializationComplete_Test::TestBo dy 1494 fun:syncer::::JsSyncManagerObserverTest_OnInitializationComplete_Test::TestBo dy
1504 } 1495 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698