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

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

Issue 9333005: Fix some memory leaks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 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 | Annotate | Revision Log
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 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1393 fun:std::string::append 1393 fun:std::string::append
1394 fun:FilePath::Append 1394 fun:FilePath::Append
1395 fun:ProfileManagerTest_CreateProfileAsyncMultipleRequests_Test::TestBody 1395 fun:ProfileManagerTest_CreateProfileAsyncMultipleRequests_Test::TestBody
1396 } 1396 }
1397 { 1397 {
1398 bug_91174 1398 bug_91174
1399 Heapcheck:Leak 1399 Heapcheck:Leak
1400 fun:DownloadManager::OnPathExistenceAvailable 1400 fun:DownloadManager::OnPathExistenceAvailable
1401 } 1401 }
1402 { 1402 {
1403 bug_112795
1404 Heapcheck:Leak
1405 fun:XGetAtomName
1406 fun:ui::TouchFactory::UpdateDeviceList
1407 fun:TouchFactory
1408 fun:DefaultSingletonTraits::New
1409 fun:Singleton::get
1410 fun:ui::TouchFactory::GetInstance
1411 }
1412 {
1413 bug_112798_a 1403 bug_112798_a
1414 Heapcheck:Leak 1404 Heapcheck:Leak
1415 ... 1405 ...
1416 fun:RenderWidgetHostViewAura::InitAsChild 1406 fun:RenderWidgetHostViewAura::InitAsChild
1417 fun:RenderWidgetHostTest_Background_Test::TestBody 1407 fun:RenderWidgetHostTest_Background_Test::TestBody
1418 } 1408 }
1419 { 1409 {
1420 bug_112798_b 1410 bug_112798_b
1421 Heapcheck:Leak 1411 Heapcheck:Leak
1422 ... 1412 ...
1423 fun:RenderWidgetHostViewAura 1413 fun:RenderWidgetHostViewAura
1424 fun:RenderWidgetHostView::CreateViewForWidget 1414 fun:RenderWidgetHostView::CreateViewForWidget
1425 } 1415 }
1426 { 1416 {
1427 bug_112798_c 1417 bug_112798_c
1428 Heapcheck:Leak 1418 Heapcheck:Leak
1429 ... 1419 ...
1430 fun:RenderWidgetHostViewAura::InitAsFullscreen 1420 fun:RenderWidgetHostViewAura::InitAsFullscreen
1431 fun:RenderWidgetHostViewAuraTest_Fullscreen_Test::TestBody 1421 fun:RenderWidgetHostViewAuraTest_Fullscreen_Test::TestBody
1432 } 1422 }
1433 { 1423 {
1434 bug_112798_d 1424 bug_112798_d
1435 Heapcheck:Leak 1425 Heapcheck:Leak
1436 ... 1426 ...
1437 fun:RenderWidgetHostViewAuraTest::TearDown 1427 fun:RenderWidgetHostViewAuraTest::TearDown
1438 } 1428 }
1439 {
1440 bug_112803
1441 Heapcheck:Leak
1442 ...
1443 fun:views::ViewLayerTest_OrphanLayerAfterViewRemove_Test::TestBody
1444 }
1445 1429
1446 # These are temporary suppressions for the CrOS bot to be used until the stacks are fixed. 1430 # These are temporary suppressions for the CrOS bot to be used until the stacks are fixed.
1447 { 1431 {
1448 bug_90013_a 1432 bug_90013_a
1449 Heapcheck:Leak 1433 Heapcheck:Leak
1450 ... 1434 ...
1451 fun:gtk_views_fixed_new 1435 fun:gtk_views_fixed_new
1452 } 1436 }
1453 { 1437 {
1454 bug_90013_b 1438 bug_90013_b
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1840 { 1824 {
1841 bug_112857_b 1825 bug_112857_b
1842 Heapcheck:Leak 1826 Heapcheck:Leak
1843 fun:Pickle::Resize 1827 fun:Pickle::Resize
1844 fun:Pickle 1828 fun:Pickle
1845 fun:Message 1829 fun:Message
1846 fun:SpellCheckHostMsg_CallSpellingService 1830 fun:SpellCheckHostMsg_CallSpellingService
1847 fun:SpellCheckProvider::RequestTextChecking 1831 fun:SpellCheckProvider::RequestTextChecking
1848 fun:::SpellCheckProviderTest_UsingHunspell_Test::TestBody 1832 fun:::SpellCheckProviderTest_UsingHunspell_Test::TestBody
1849 } 1833 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/xkeyboard.cc ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698