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

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

Issue 9749012: [Sync] Have SyncableService's take ownership of their SyncChangeProcessor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflict Created 8 years, 9 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 | « chrome/chrome_tests.gypi ('k') | tools/valgrind/drmemory/suppressions_full.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 1748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1759 Heapcheck:Leak 1759 Heapcheck:Leak
1760 fun:AppLauncherButton 1760 fun:AppLauncherButton
1761 fun:ash::internal::LauncherView::CreateViewForItem 1761 fun:ash::internal::LauncherView::CreateViewForItem
1762 fun:ash::internal::LauncherView::Init 1762 fun:ash::internal::LauncherView::Init
1763 fun:Launcher 1763 fun:Launcher
1764 fun:ash::Shell::Init 1764 fun:ash::Shell::Init
1765 fun:ash::Shell::CreateInstance 1765 fun:ash::Shell::CreateInstance
1766 fun:chromeos::DesktopNotificationsTest::SetUp 1766 fun:chromeos::DesktopNotificationsTest::SetUp
1767 } 1767 }
1768 { 1768 {
1769 bug_117098_a
1770 Heapcheck:Leak
1771 fun:base::internal::WeakReferenceOwner::GetRef
1772 fun:base::SupportsWeakPtr::AsWeakPtr
1773 fun:ProfileSyncServicePreferenceTest::StartSyncService
1774 }
1775 {
1776 bug_117098_b
1777 Heapcheck:Leak
1778 fun:__gnu_cxx::new_allocator::allocate
1779 fun:std::_Vector_base::_M_allocate
1780 fun:std::vector::_M_insert_aux
1781 fun:std::vector::push_back
1782 fun:browser_sync::GenericChangeProcessor::ApplyChangesFromSyncModel
1783 }
1784 {
1785 bug_117098_c
1786 Heapcheck:Leak
1787 fun:CreateAndSaveChangeProcessorActionP::gmock_Impl::gmock_PerformImpl
1788 fun:testing::internal::ActionHelper::Perform
1789 fun:CreateAndSaveChangeProcessorActionP::gmock_Impl::Perform
1790 fun:testing::Action::Perform
1791 fun:testing::internal::ActionResultHolder::PerformAction
1792 fun:testing::internal::FunctionMockerBase::UntypedPerformAction
1793 fun:testing::internal::UntypedFunctionMockerBase::UntypedInvokeWith
1794 fun:testing::internal::FunctionMockerBase::InvokeWith
1795 fun:testing::internal::FunctionMocker::Invoke
1796 fun:ProfileSyncComponentsFactoryMock::CreateGenericChangeProcessor
1797 fun:browser_sync::UIDataTypeController::Associate
1798 fun:browser_sync::UIDataTypeController::Start
1799 fun:browser_sync::DataTypeManagerImpl::StartNextType
1800 fun:browser_sync::DataTypeManagerImpl::DownloadReady
1801 }
1802 {
1803 bug_117389 1769 bug_117389
1804 Heapcheck:Leak 1770 Heapcheck:Leak
1805 ... 1771 ...
1806 fun:TestURLRequestContextGetter::GetURLRequestContext 1772 fun:TestURLRequestContextGetter::GetURLRequestContext
1807 ... 1773 ...
1808 fun:notifier::Login::StartConnection 1774 fun:notifier::Login::StartConnection
1809 fun:sync_notifier::InvalidationNotifier::UpdateCredentials 1775 fun:sync_notifier::InvalidationNotifier::UpdateCredentials
1810 fun:sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials 1776 fun:sync_notifier::NonBlockingInvalidationNotifier::Core::UpdateCredentials
1811 } 1777 }
1812 { 1778 {
(...skipping 10 matching lines...) Expand all
1823 fun:net::HostResolverImpl::CacheResult 1789 fun:net::HostResolverImpl::CacheResult
1824 fun:net::HostResolverImpl::Job::CompleteRequests 1790 fun:net::HostResolverImpl::Job::CompleteRequests
1825 fun:net::HostResolverImpl::Job::OnProcTaskComplete 1791 fun:net::HostResolverImpl::Job::OnProcTaskComplete
1826 } 1792 }
1827 { 1793 {
1828 bug_118336 1794 bug_118336
1829 Heapcheck:Leak 1795 Heapcheck:Leak
1830 ... 1796 ...
1831 fun:SelectFileDialogExtensionTest_SelfDeleting_Test::TestBody 1797 fun:SelectFileDialogExtensionTest_SelfDeleting_Test::TestBody
1832 } 1798 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | tools/valgrind/drmemory/suppressions_full.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698