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

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

Issue 9264062: [Sync] Consolidate DataTypeController methods that post on the backend thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add suppressions 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 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 Heapcheck:Leak 1719 Heapcheck:Leak
1720 fun:WTF::fastMalloc 1720 fun:WTF::fastMalloc
1721 fun:WTF::StringImpl::createUninitialized 1721 fun:WTF::StringImpl::createUninitialized
1722 fun:WTF::String::fromUTF8 1722 fun:WTF::String::fromUTF8
1723 ... 1723 ...
1724 fun:WebKit::WebString::fromUTF8 1724 fun:WebKit::WebString::fromUTF8
1725 ... 1725 ...
1726 fun:PeerConnectionHandlerTest_Basic_Test::TestBody 1726 fun:PeerConnectionHandlerTest_Basic_Test::TestBody
1727 } 1727 }
1728 { 1728 {
1729 bug_105667_a
1730 Heapcheck:Leak
1731 fun:browser_sync::TypedUrlDataTypeController::StartAssociationAsync
1732 fun:browser_sync::NonFrontendDataTypeController::Start
1733 fun:browser_sync::DataTypeManagerImpl::StartNextType
1734 fun:browser_sync::DataTypeManagerImpl::DownloadReady
1735 }
1736 {
1737 bug_105667_b
1738 Heapcheck:Leak
1739 fun:browser_sync::TypedUrlDataTypeController::StopAssociationAsync
1740 fun:browser_sync::NonFrontendDataTypeController::Stop
1741 fun:browser_sync::DataTypeManagerImpl::FinishStop
1742 fun:browser_sync::DataTypeManagerImpl::Stop
1743 ...
1744 fun:ProfileSyncService::Shutdown
1745 }
1746 {
1747 bug_108398 1729 bug_108398
1748 Heapcheck:Leak 1730 Heapcheck:Leak
1749 ... 1731 ...
1750 fun:BrowserThemePack::BuildFromExtension 1732 fun:BrowserThemePack::BuildFromExtension
1751 fun:BrowserThemePackTest_CanBuildAndReadPack_Test::TestBody 1733 fun:BrowserThemePackTest_CanBuildAndReadPack_Test::TestBody
1752 } 1734 }
1753 { 1735 {
1754 bug_108399 1736 bug_108399
1755 Heapcheck:Leak 1737 Heapcheck:Leak
1756 ... 1738 ...
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1829 fun:v8::internal::NativeObjectsExplorer::IterateAndExtractReferences 1811 fun:v8::internal::NativeObjectsExplorer::IterateAndExtractReferences
1830 fun:v8::internal::HeapSnapshotGenerator::CountEntriesAndReferences 1812 fun:v8::internal::HeapSnapshotGenerator::CountEntriesAndReferences
1831 fun:v8::internal::HeapSnapshotGenerator::GenerateSnapshot 1813 fun:v8::internal::HeapSnapshotGenerator::GenerateSnapshot
1832 fun:v8::internal::HeapProfiler::TakeSnapshotImpl 1814 fun:v8::internal::HeapProfiler::TakeSnapshotImpl
1833 fun:v8::internal::HeapProfiler::TakeSnapshotImpl 1815 fun:v8::internal::HeapProfiler::TakeSnapshotImpl
1834 fun:v8::internal::HeapProfiler::TakeSnapshot 1816 fun:v8::internal::HeapProfiler::TakeSnapshot
1835 fun:v8::HeapProfiler::TakeSnapshot 1817 fun:v8::HeapProfiler::TakeSnapshot
1836 fun:GetNumObjects 1818 fun:GetNumObjects
1837 ... 1819 ...
1838 } 1820 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_typed_url_unittest.cc ('k') | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698