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

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

Issue 8429009: Enable tracking of objects by default (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 | « content/browser/browser_main_loop.cc ('k') | tools/valgrind/tsan/suppressions_mac.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 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 }
196 213
197 214
198 #----------------------------------------------------------------------- 215 #-----------------------------------------------------------------------
199 # 3. Suppressions for real chromium bugs that are not yet fixed. 216 # 3. Suppressions for real chromium bugs that are not yet fixed.
200 # These should all be in chromium's bug tracking system (but a few aren't yet). 217 # These should all be in chromium's bug tracking system (but a few aren't yet).
201 # Periodically we should sweep this file and the bug tracker clean by 218 # Periodically we should sweep this file and the bug tracker clean by
202 # running overnight and removing outdated bugs/suppressions. 219 # running overnight and removing outdated bugs/suppressions.
203 { 220 {
204 bug_31643 221 bug_31643
205 Heapcheck:Leak 222 Heapcheck:Leak
(...skipping 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after
1625 { 1642 {
1626 bug_100608 1643 bug_100608
1627 Heapcheck:Leak 1644 Heapcheck:Leak
1628 ... 1645 ...
1629 fun:SQLitePersistentCookieStore::Backend::LoadCookiesForDomains 1646 fun:SQLitePersistentCookieStore::Backend::LoadCookiesForDomains
1630 ... 1647 ...
1631 fun:base::internal::Invoker*::DoInvoke 1648 fun:base::internal::Invoker*::DoInvoke
1632 fun:base::Callback::Run 1649 fun:base::Callback::Run
1633 fun:MessageLoop::RunTask 1650 fun:MessageLoop::RunTask
1634 } 1651 }
OLDNEW
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | tools/valgrind/tsan/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698