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

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

Issue 12209101: Fix Memory Leak In GrowPopupInSpace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 10 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
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 1719 matching lines...) Expand 10 before | Expand all | Expand 10 after
1730 fun:extensions::RegexSetMatcher::RebuildMatcher 1730 fun:extensions::RegexSetMatcher::RebuildMatcher
1731 fun:extensions::RegexSetMatcher::ClearPatterns 1731 fun:extensions::RegexSetMatcher::ClearPatterns
1732 ... 1732 ...
1733 fun:extensions::URLMatcher::UpdateRegexSetMatcher 1733 fun:extensions::URLMatcher::UpdateRegexSetMatcher
1734 fun:extensions::URLMatcher::UpdateInternalDatastructures 1734 fun:extensions::URLMatcher::UpdateInternalDatastructures
1735 fun:extensions::URLMatcher::AddConditionSets 1735 fun:extensions::URLMatcher::AddConditionSets
1736 fun:::FilterBuilder::Build 1736 fun:::FilterBuilder::Build
1737 fun:::LoadWhitelistsOnBlockingPoolThread 1737 fun:::LoadWhitelistsOnBlockingPoolThread
1738 } 1738 }
1739 { 1739 {
1740 bug_171567_a
1741 Heapcheck:Leak
1742 ...
1743 fun:AutofillPopupControllerUnitTest_GrowPopupInSpace_Test::TestBody
1744 }
1745 {
1746 bug_171567_b
1747 Heapcheck:Leak
1748 ...
1749 fun:AutofillPopupControllerUnitTest::AutofillPopupControllerUnitTest
1750 fun:AutofillPopupControllerUnitTest_GrowPopupInSpace_Test::AutofillPopupContr ollerUnitTest_GrowPopupInSpace_Test
1751 fun:testing::internal::TestFactoryImpl::CreateTest
1752 }
1753 {
1754 bug_171983 1740 bug_171983
1755 Heapcheck:Leak 1741 Heapcheck:Leak
1756 ... 1742 ...
1757 fun:chromeos::MagnificationManagerTest_MagnificationObserver_Test::TestBody 1743 fun:chromeos::MagnificationManagerTest_MagnificationObserver_Test::TestBody
1758 } 1744 }
1759 { 1745 {
1760 bug_173597 1746 bug_173597
1761 Heapcheck:Leak 1747 Heapcheck:Leak
1762 fun:FcConfigEvaluate 1748 fun:FcConfigEvaluate
1763 fun:gfx::RenderTextLinux::EnsureLayout 1749 fun:gfx::RenderTextLinux::EnsureLayout
(...skipping 19 matching lines...) Expand all
1783 fun:AutocompleteProviderTest::ResetControllerWithTestProviders 1769 fun:AutocompleteProviderTest::ResetControllerWithTestProviders
1784 } 1770 }
1785 { 1771 {
1786 bug_175435: 1772 bug_175435:
1787 Heapcheck:Leak 1773 Heapcheck:Leak
1788 ... 1774 ...
1789 fun:::StartSync 1775 fun:::StartSync
1790 fun:::StartExplicitSync 1776 fun:::StartExplicitSync
1791 fun:OneClickSigninHelper::DidStopLoading 1777 fun:OneClickSigninHelper::DidStopLoading
1792 } 1778 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698