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

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

Issue 8426006: Fix suppressions for tracked_object (Closed) Base URL: svn://chrome-svn/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 | 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 197 Intentional leak in object tracking statics to avoid shutdown race
198 Heapcheck:Leak 198 Heapcheck:Leak
199 ... 199 ...
200 fun:tracked_objects::ThreadData::Initialize* 200 fun:tracked_objects::ThreadData::Initialize*
201 } 201 }
202 { 202 {
203 Give breathing room for tracked object tests.. may do better later.
204 Heapcheck:Leak
205 ...
206 fun:tracked_objects::TrackedObjectsTest*
207 }
208 {
203 Intentional leak in object tracking of thread context to avoid shutdown race 209 Intentional leak in object tracking of thread context to avoid shutdown race
204 Heapcheck:Leak 210 Heapcheck:Leak
211 ...
205 fun:tracked_objects::ThreadData::Get 212 fun:tracked_objects::ThreadData::Get
206 } 213 }
207 { 214 {
208 Intentional leak of task birth and death data to avoid shutdown race 215 Intentional leak of task birth and death data to avoid shutdown race
209 Heapcheck:Leak 216 Heapcheck:Leak
210 ... 217 ...
211 fun:tracked_objects::ThreadData::TallyA* 218 fun:tracked_objects::ThreadData::TallyA*
212 } 219 }
213
214
215 #----------------------------------------------------------------------- 220 #-----------------------------------------------------------------------
216 # 3. Suppressions for real chromium bugs that are not yet fixed. 221 # 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). 222 # 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 223 # Periodically we should sweep this file and the bug tracker clean by
219 # running overnight and removing outdated bugs/suppressions. 224 # running overnight and removing outdated bugs/suppressions.
220 { 225 {
221 bug_31643 226 bug_31643
222 Heapcheck:Leak 227 Heapcheck:Leak
223 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait 228 fun:browser_sync::BookmarkModelWorker::CallDoWorkFromModelSafeThreadAndWait
224 fun:Syncer::SyncShare 229 fun:Syncer::SyncShare
(...skipping 1424 matching lines...) Expand 10 before | Expand all | Expand 10 after
1649 fun:base::Callback::Run 1654 fun:base::Callback::Run
1650 fun:MessageLoop::RunTask 1655 fun:MessageLoop::RunTask
1651 } 1656 }
1652 { 1657 {
1653 bug_102256 1658 bug_102256
1654 Heapcheck:Leak 1659 Heapcheck:Leak
1655 ... 1660 ...
1656 fun:AutocompleteHistoryManager::SendSuggestions 1661 fun:AutocompleteHistoryManager::SendSuggestions
1657 fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody 1662 fun:AutocompleteHistoryManagerTest_ExternalDelegate_Test::TestBody
1658 } 1663 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698