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

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

Issue 10441054: [leak fixlet] Remove dead suppressions after leak fix in ProfileSyncServiceAutofillTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to master. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.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 1475 matching lines...) Expand 10 before | Expand all | Expand 10 after
1486 bug_117389 1486 bug_117389
1487 Heapcheck:Leak 1487 Heapcheck:Leak
1488 ... 1488 ...
1489 fun:TestURLRequestContextGetter::GetURLRequestContext 1489 fun:TestURLRequestContextGetter::GetURLRequestContext
1490 ... 1490 ...
1491 fun:notifier::Login::StartConnection 1491 fun:notifier::Login::StartConnection
1492 fun:sync_notifier::InvalidationNotifier::UpdateCredentials 1492 fun:sync_notifier::InvalidationNotifier::UpdateCredentials
1493 fun:sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials 1493 fun:sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials
1494 } 1494 }
1495 { 1495 {
1496 bug_117427_a
1497 Heapcheck:Leak
1498 fun:__gnu_cxx::new_allocator::allocate
1499 fun:std::_Rb_tree::_M_get_node
1500 fun:std::_Rb_tree::_M_create_node
1501 fun:std::_Rb_tree::_M_insert_
1502 fun:std::_Rb_tree::_M_insert_unique
1503 fun:std::map::insert
1504 fun:net::ExpiringCache::Put
1505 fun:net::HostCache::Set
1506 fun:net::HostResolverImpl::CacheResult
1507 fun:net::HostResolverImpl::Job::CompleteRequests
1508 fun:net::HostResolverImpl::Job::OnProcTaskComplete
1509 }
1510 {
1511 bug_117427_b
1512 Heapcheck:Leak
1513 ...
1514 fun:std::_Rb_tree::_M_create_node
1515 fun:std::_Rb_tree::_M_insert_
1516 fun:std::_Rb_tree::_M_insert_unique
1517 fun:std::map::insert
1518 fun:net::ExpiringCache::Put
1519 fun:net::HostCache::Set
1520 fun:net::MockHostResolverBase::ResolveProc
1521 fun:net::MockHostResolverBase::ResolveNow
1522 }
1523 {
1524 bug_124758 1496 bug_124758
1525 Heapcheck:Leak 1497 Heapcheck:Leak
1526 fun:sqlite3MemMalloc 1498 fun:sqlite3MemMalloc
1527 fun:crypto::RSAPrivateKey::FindFromPublicKeyInfo 1499 fun:crypto::RSAPrivateKey::FindFromPublicKeyInfo
1528 fun:crypto::RSAPrivateKeyNSSTest_*_Test::TestBody 1500 fun:crypto::RSAPrivateKeyNSSTest_*_Test::TestBody
1529 } 1501 }
1530 { 1502 {
1531 bug_125129_a 1503 bug_125129_a
1532 Heapcheck:Leak 1504 Heapcheck:Leak
1533 ... 1505 ...
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1582 fun:SiteInstanceImpl::GetProcess 1554 fun:SiteInstanceImpl::GetProcess
1583 fun:content::RenderViewHostImpl::RenderViewHostImpl 1555 fun:content::RenderViewHostImpl::RenderViewHostImpl
1584 fun:RenderViewHostFactory::Create 1556 fun:RenderViewHostFactory::Create
1585 fun:RenderViewHostManager::Init 1557 fun:RenderViewHostManager::Init
1586 fun:WebContentsImpl::WebContentsImpl 1558 fun:WebContentsImpl::WebContentsImpl
1587 fun:content::TestWebContents::TestWebContents 1559 fun:content::TestWebContents::TestWebContents
1588 fun:content::WebContentsTester::CreateTestWebContents 1560 fun:content::WebContentsTester::CreateTestWebContents
1589 fun:::OneClickSigninHelperTest::CreateMockWebContents 1561 fun:::OneClickSigninHelperTest::CreateMockWebContents
1590 fun:OneClickSigninHelperTest_* 1562 fun:OneClickSigninHelperTest_*
1591 } 1563 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698