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

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

Issue 8422004: Revert 107928 - Pile of nits for tracked object enablement (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 | « chrome/browser/chrome_browser_main.cc ('k') | 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 fun:*basic_string* 186 fun:*basic_string*
187 fun:disk_cache::Stats::Init 187 fun:disk_cache::Stats::Init
188 } 188 }
189 { 189 {
190 Intentional LeakyLazyInstanceTraits leaks 190 Intentional LeakyLazyInstanceTraits leaks
191 Heapcheck:Leak 191 Heapcheck:Leak
192 ... 192 ...
193 fun:base::LeakyLazyInstanceTraits::New 193 fun:base::LeakyLazyInstanceTraits::New
194 fun:base::LazyInstance::Pointer 194 fun:base::LazyInstance::Pointer
195 } 195 }
196 {
197 Intentional leak in object tracking statics to avoid shutdown race
198 Heapcheck:Leak
199 ...
200 fun:tracked_objects::ThreadData::Initialize
201 }
202 {
203 Intentional leak in object tracking of thread context to avoid shutdown race
204 Heapcheck:Leak
205 fun:tracked_objects::ThreadData::Get
206 }
207 {
208 Intentional leak of task birth and death data to avoid shutdown race
209 Heapcheck:Leak
210 ...
211 fun:tracked_objects::ThreadData::TallyA*
212 }
213
214
215 #----------------------------------------------------------------------- 196 #-----------------------------------------------------------------------
216 # 3. Suppressions for real chromium bugs that are not yet fixed. 197 # 3. Suppressions for real chromium bugs that are not yet fixed.
217 # These should all be in chromium's bug tracking system (but a few aren't yet). 198 # These should all be in chromium's bug tracking system (but a few aren't yet).
218 # Periodically we should sweep this file and the bug tracker clean by 199 # Periodically we should sweep this file and the bug tracker clean by
219 # running overnight and removing outdated bugs/suppressions. 200 # running overnight and removing outdated bugs/suppressions.
220 { 201 {
221 bug_31643 202 bug_31643
222 Heapcheck:Leak 203 Heapcheck:Leak
223 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait 204 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait
224 fun:Syncer::SyncShare 205 fun:Syncer::SyncShare
(...skipping 1424 matching lines...) Expand 10 before | Expand all | Expand 10 after
1649 fun:base::Callback::Run 1630 fun:base::Callback::Run
1650 fun:MessageLoop::RunTask 1631 fun:MessageLoop::RunTask
1651 } 1632 }
1652 { 1633 {
1653 bug_102256 1634 bug_102256
1654 Heapcheck:Leak 1635 Heapcheck:Leak
1655 ... 1636 ...
1656 fun:AutocompleteHistoryManager::SendSuggestions 1637 fun:AutocompleteHistoryManager::SendSuggestions
1657 fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody 1638 fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody
1658 } 1639 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698