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

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

Issue 8416062: Suppress a lot of reports on the Memory FYI waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | tools/valgrind/memcheck/suppressions.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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 # 2. intentional unit test errors, or stuff that is somehow a false positive 129 # 2. intentional unit test errors, or stuff that is somehow a false positive
130 # in our own code, or stuff that is so trivial it's not worth fixing 130 # in our own code, or stuff that is so trivial it's not worth fixing
131 { 131 {
132 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). 132 Heapcheck sanity test (ToolsSanityTest.MemoryLeak).
133 Heapcheck:Leak 133 Heapcheck:Leak
134 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody 134 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody
135 } 135 }
136 { 136 {
137 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent 137 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent
138 Heapcheck:Leak 138 Heapcheck:Leak
139 fun:BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody 139 fun:content::BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::Tes tBody
140 } 140 }
141 { 141 {
142 Intentional leak of *Histograms to avoid shutdown races 142 Intentional leak of *Histograms to avoid shutdown races
143 Heapcheck:Leak 143 Heapcheck:Leak
144 ... 144 ...
145 fun:base::*Histogram::FactoryGet 145 fun:base::*Histogram::FactoryGet
146 } 146 }
147 { 147 {
148 Intentional leak of stats histogram to avoid shutdown races 148 Intentional leak of stats histogram to avoid shutdown races
149 Heapcheck:Leak 149 Heapcheck:Leak
(...skipping 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 { 1623 {
1624 bug_100608 1624 bug_100608
1625 Heapcheck:Leak 1625 Heapcheck:Leak
1626 ... 1626 ...
1627 fun:SQLitePersistentCookieStore::Backend::LoadCookiesForDomains 1627 fun:SQLitePersistentCookieStore::Backend::LoadCookiesForDomains
1628 ... 1628 ...
1629 fun:base::internal::Invoker*::DoInvoke 1629 fun:base::internal::Invoker*::DoInvoke
1630 fun:base::Callback::Run 1630 fun:base::Callback::Run
1631 fun:MessageLoop::RunTask 1631 fun:MessageLoop::RunTask
1632 } 1632 }
1633 {
1634 bug_102256
1635 Heapcheck:Leak
1636 ...
1637 fun:AutocompleteHistoryManager::SendSuggestions
1638 fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody
1639 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698