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

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

Issue 9332004: Fix leak in ComponentUpdaterTest.ProdVersionCheck. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary <vector> include. 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 1554 matching lines...) Expand 10 before | Expand all | Expand 10 after
1565 fun:__gnu_cxx::new_allocator::allocate 1565 fun:__gnu_cxx::new_allocator::allocate
1566 ... 1566 ...
1567 fun:disk_cache::MemBackendImpl::CreateBackend 1567 fun:disk_cache::MemBackendImpl::CreateBackend
1568 ... 1568 ...
1569 fun:net::HttpCache::CreateBackend 1569 fun:net::HttpCache::CreateBackend
1570 fun:net::HttpCache::CreateTransaction 1570 fun:net::HttpCache::CreateTransaction
1571 ... 1571 ...
1572 fun:net::CookieMonster::CookieMonsterTask::InvokeCallback 1572 fun:net::CookieMonster::CookieMonsterTask::InvokeCallback
1573 } 1573 }
1574 { 1574 {
1575 bug_96295
1576 Heapcheck:Leak
1577 fun:ComponentUpdaterTest::RegisterComponent
1578 fun:ComponentUpdaterTest_ProdVersionCheck_Test::TestBody
1579 }
1580 {
1581 bug_96904 1575 bug_96904
1582 Heapcheck:Leak 1576 Heapcheck:Leak
1583 ... 1577 ...
1584 fun:TestURLRequestContextGetter::GetURLRequestContext 1578 fun:TestURLRequestContextGetter::GetURLRequestContext
1585 fun:*SingleLoginAttempt 1579 fun:*SingleLoginAttempt
1586 fun:notifier::Login::StartConnection 1580 fun:notifier::Login::StartConnection
1587 fun:sync_notifier::InvalidationNotifier::UpdateCredentials 1581 fun:sync_notifier::InvalidationNotifier::UpdateCredentials
1588 fun:sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials 1582 fun:sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials
1589 fun:void DispatchToMethod 1583 fun:void DispatchToMethod
1590 } 1584 }
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
1825 fun:v8::internal::HeapSnapshotGenerator::CountEntriesAndReferences 1819 fun:v8::internal::HeapSnapshotGenerator::CountEntriesAndReferences
1826 fun:v8::internal::HeapSnapshotGenerator::GenerateSnapshot 1820 fun:v8::internal::HeapSnapshotGenerator::GenerateSnapshot
1827 fun:v8::internal::HeapProfiler::TakeSnapshotImpl 1821 fun:v8::internal::HeapProfiler::TakeSnapshotImpl
1828 fun:v8::internal::HeapProfiler::TakeSnapshotImpl 1822 fun:v8::internal::HeapProfiler::TakeSnapshotImpl
1829 fun:v8::internal::HeapProfiler::TakeSnapshot 1823 fun:v8::internal::HeapProfiler::TakeSnapshot
1830 fun:v8::HeapProfiler::TakeSnapshot 1824 fun:v8::HeapProfiler::TakeSnapshot
1831 fun:GetNumObjects 1825 fun:GetNumObjects
1832 ... 1826 ...
1833 } 1827 }
1834 1828
OLDNEW
« no previous file with comments | « chrome/browser/component_updater/component_updater_service_unittest.cc ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698