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

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

Issue 16387012: Annotate the intentional test-only leak in base/tracked_objects.cc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another refresh. Created 7 years, 6 months 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
« no previous file with comments | « base/tracked_objects.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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 Heapcheck sanity test (ToolsSanityTest.MemoryLeak). 288 Heapcheck sanity test (ToolsSanityTest.MemoryLeak).
289 Heapcheck:Leak 289 Heapcheck:Leak
290 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody 290 fun:base::ToolsSanityTest_MemoryLeak_Test::TestBody
291 } 291 }
292 { 292 {
293 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent 293 Intentional leak in BrowserThreadTest.NotReleasedIfTargetThreadNonExistent
294 Heapcheck:Leak 294 Heapcheck:Leak
295 fun:content::BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::Tes tBody 295 fun:content::BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::Tes tBody
296 } 296 }
297 { 297 {
298 Intentional leak in object tracking statics to avoid shutdown race
299 Heapcheck:Leak
300 ...
301 fun:tracked_objects::ThreadData::Initialize*
302 }
303 {
304 Intentional leak in object tracking of thread context to avoid shutdown race
305 Heapcheck:Leak
306 fun:tracked_objects::ThreadData::Get
307 }
308 {
309 Intentional leak of task birth and death data to avoid shutdown race
310 Heapcheck:Leak
311 ...
312 fun:tracked_objects::ThreadData::TallyA*
313 }
314 {
315 FileStream::Context can leak through WorkerPool by design (Linux) 298 FileStream::Context can leak through WorkerPool by design (Linux)
316 Heapcheck:Leak 299 Heapcheck:Leak
317 fun:net::FileStream::FileStream 300 fun:net::FileStream::FileStream
318 } 301 }
319 { 302 {
320 FileStream::Context can leak through WorkerPool by design (CrOS) 303 FileStream::Context can leak through WorkerPool by design (CrOS)
321 Heapcheck:Leak 304 Heapcheck:Leak
322 fun:FileStream 305 fun:FileStream
323 } 306 }
324 { 307 {
(...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after
1237 fun:gfx::RenderText::IndexOfAdjacentGrapheme 1220 fun:gfx::RenderText::IndexOfAdjacentGrapheme
1238 fun:gfx::RenderTextTest_GraphemePositions_Test::TestBody 1221 fun:gfx::RenderTextTest_GraphemePositions_Test::TestBody
1239 } 1222 }
1240 { 1223 {
1241 bug_134717 1224 bug_134717
1242 Heapcheck:Leak 1225 Heapcheck:Leak
1243 fun:ui::InputMethodIBus::CreateContext 1226 fun:ui::InputMethodIBus::CreateContext
1244 fun:ui::InputMethodIBus::Init 1227 fun:ui::InputMethodIBus::Init
1245 } 1228 }
1246 { 1229 {
1247 bug_136936_a
1248 Heapcheck:Leak
1249 ...
1250 fun:std::basic_string::_Rep::_S_create
1251 ...
1252 fun:base::PlatformThread::SetName
1253 }
1254 {
1255 bug_136936_b
1256 Heapcheck:Leak
1257 ...
1258 fun:std::basic_string::_Rep::_S_create
1259 ...
1260 fun:base::PlatformThread::CurrentId
1261 }
1262 {
1263 bug_143565 1230 bug_143565
1264 Heapcheck:Leak 1231 Heapcheck:Leak
1265 ... 1232 ...
1266 fun:appcache::AppCacheStorageImpl::Initialize 1233 fun:appcache::AppCacheStorageImpl::Initialize
1267 fun:appcache::AppCacheService::Initialize 1234 fun:appcache::AppCacheService::Initialize
1268 fun:ChromeAppCacheService::InitializeOnIOThread 1235 fun:ChromeAppCacheService::InitializeOnIOThread
1269 } 1236 }
1270 { 1237 {
1271 bug_144913 1238 bug_144913
1272 Heapcheck:Leak 1239 Heapcheck:Leak
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
1784 fun:Handle 1751 fun:Handle
1785 } 1752 }
1786 { 1753 {
1787 bug_247525 1754 bug_247525
1788 Heapcheck:Leak 1755 Heapcheck:Leak
1789 ... 1756 ...
1790 fun:appcache::AppCacheStorageImpl::Initialize 1757 fun:appcache::AppCacheStorageImpl::Initialize
1791 fun:appcache::AppCacheService::Initialize 1758 fun:appcache::AppCacheService::Initialize
1792 fun:content::ChromeAppCacheService::InitializeOnIOThread 1759 fun:content::ChromeAppCacheService::InitializeOnIOThread
1793 } 1760 }
OLDNEW
« no previous file with comments | « base/tracked_objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698