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

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

Issue 8430003: Revert 107939 - 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 { 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 Give breathing room for tracked object tests.. may do better later. 197 Give breathing room for tracked object tests.. may do better later.
204 Heapcheck:Leak 198 Heapcheck:Leak
205 ... 199 ...
206 fun:tracked_objects::TrackedObjectsTest* 200 fun:tracked_objects::TrackedObjectsTest*
207 } 201 }
208 {
209 Intentional leak in object tracking of thread context to avoid shutdown race
210 Heapcheck:Leak
211 ...
212 fun:tracked_objects::ThreadData::Get
213 }
214 {
215 Intentional leak of task birth and death data to avoid shutdown race
216 Heapcheck:Leak
217 ...
218 fun:tracked_objects::ThreadData::TallyA*
219 }
220 #----------------------------------------------------------------------- 202 #-----------------------------------------------------------------------
221 # 3. Suppressions for real chromium bugs that are not yet fixed. 203 # 3. Suppressions for real chromium bugs that are not yet fixed.
222 # These should all be in chromium's bug tracking system (but a few aren't yet). 204 # These should all be in chromium's bug tracking system (but a few aren't yet).
223 # Periodically we should sweep this file and the bug tracker clean by 205 # Periodically we should sweep this file and the bug tracker clean by
224 # running overnight and removing outdated bugs/suppressions. 206 # running overnight and removing outdated bugs/suppressions.
225 { 207 {
226 bug_31643 208 bug_31643
227 Heapcheck:Leak 209 Heapcheck:Leak
228 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait 210 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait
229 fun:Syncer::SyncShare 211 fun:Syncer::SyncShare
(...skipping 1424 matching lines...) Expand 10 before | Expand all | Expand 10 after
1654 fun:base::Callback::Run 1636 fun:base::Callback::Run
1655 fun:MessageLoop::RunTask 1637 fun:MessageLoop::RunTask
1656 } 1638 }
1657 { 1639 {
1658 bug_102256 1640 bug_102256
1659 Heapcheck:Leak 1641 Heapcheck:Leak
1660 ... 1642 ...
1661 fun:AutocompleteHistoryManager::SendSuggestions 1643 fun:AutocompleteHistoryManager::SendSuggestions
1662 fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody 1644 fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody
1663 } 1645 }
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