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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 10403002: Suppress leaks of WebDataService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 | « tools/heapcheck/suppressions.txt ('k') | no next file » | 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 four kinds of suppressions in this file. 1 # There are four 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 5759 matching lines...) Expand 10 before | Expand all | Expand 10 after
5770 fun:_ZN9prerender19PrerenderDispatcherC1Ev 5770 fun:_ZN9prerender19PrerenderDispatcherC1Ev
5771 fun:_ZN6chrome27ChromeContentRendererClient19RenderThreadStartedEv 5771 fun:_ZN6chrome27ChromeContentRendererClient19RenderThreadStartedEv
5772 fun:_ZN16RenderThreadImpl4InitEv 5772 fun:_ZN16RenderThreadImpl4InitEv
5773 } 5773 }
5774 { 5774 {
5775 bug_127954 5775 bug_127954
5776 Memcheck:Leak 5776 Memcheck:Leak
5777 fun:_Znw* 5777 fun:_Znw*
5778 fun:_ZN12_GLOBAL__N_118NaClIPCAdapterTest5SetUpEv 5778 fun:_ZN12_GLOBAL__N_118NaClIPCAdapterTest5SetUpEv
5779 } 5779 }
5780 {
5781 bug_128145a
5782 Memcheck:Leak
5783 fun:_Znw*
5784 fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEP7Profile
5785 fun:_ZN36RefcountedProfileKeyedServiceFactory20GetServiceForProfileEP7Profile b
5786 fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTyp eE
5787 fun:_ZN12TokenService10InitializeEPKcP7Profile
5788 fun:_ZN13SigninManager10InitializeEP7Profile
5789 fun:_ZNK20SigninManagerFactory23BuildServiceInstanceForEP7Profile
5790 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb
5791 fun:_ZN20SigninManagerFactory13GetForProfileEP7Profile
5792 fun:_ZNK25ProfileSyncServiceFactory23BuildServiceInstanceForEP7Profile
5793 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb
5794 fun:_ZN25ProfileSyncServiceFactory13GetForProfileEP7Profile
5795 fun:_ZN7BrowserC1ENS_4TypeEP7Profile
5796 fun:_ZN7Browser6CreateEP7Profile
5797 fun:_ZN25StartupBrowserCreatorImpl17OpenTabsInBrowserEP7BrowserbRKSt6vectorI1 0StartupTabSaIS3_EE
5798 fun:_ZN25StartupBrowserCreatorImpl20ProcessSpecifiedURLsERKSt6vectorI4GURLSaI S1_EE
5799 fun:_ZN25StartupBrowserCreatorImpl18ProcessStartupURLsERKSt6vectorI4GURLSaIS1 _EE
5800 fun:_ZN25StartupBrowserCreatorImpl17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS1 _EE
5801 fun:_ZN25StartupBrowserCreatorImpl6LaunchEP7ProfileRKSt6vectorI4GURLSaIS3_EEb
5802 fun:_ZN21StartupBrowserCreator13LaunchBrowserERK11CommandLineP7ProfileRK8File PathN7browser7startup16IsProcessStartupENS9_10IsFirstRunEPi
5803 fun:_ZN21StartupBrowserCreator18ProcessCmdLineImplERK11CommandLineRK8FilePath bP7ProfileRKSt6vectorIS7_SaIS7_EEPiPS_
5804 fun:_ZN21StartupBrowserCreator5StartERK11CommandLineRK8FilePathP7ProfileRKSt6 vectorIS7_SaIS7_EEPi
5805 }
5806 {
5807 bug_128145b
5808 Memcheck:Leak
5809 ...
5810 fun:_ZL19BuildWebDataServiceP7Profile
5811 fun:_ZN36RefcountedProfileKeyedServiceFactory20GetServiceForProfileEP7Profile b
5812 fun:_ZN36RefcountedProfileKeyedServiceFactory23SetTestingFactoryAndUseEP7Prof ilePF13scoped_refptrI29RefcountedProfileKeyedServiceES1_E
5813 fun:_ZN14TestingProfile20CreateWebDataServiceEv
5814 }
5780 5815
5781 #----------------------------------------------------------------------- 5816 #-----------------------------------------------------------------------
5782 # 4. These only occur on our Google workstations 5817 # 4. These only occur on our Google workstations
5783 5818
5784 { 5819 {
5785 bug_todo_getdelim 5820 bug_todo_getdelim
5786 Memcheck:Leak 5821 Memcheck:Leak
5787 fun:malloc 5822 fun:malloc
5788 fun:getdelim 5823 fun:getdelim
5789 ... 5824 ...
5790 fun:call_init 5825 fun:call_init
5791 fun:_dl_init 5826 fun:_dl_init
5792 } 5827 }
5793 { 5828 {
5794 bug_todo_getdelim2 5829 bug_todo_getdelim2
5795 Memcheck:Leak 5830 Memcheck:Leak
5796 fun:malloc 5831 fun:malloc
5797 fun:getdelim 5832 fun:getdelim
5798 obj:/lib/libselinux.so.1 5833 obj:/lib/libselinux.so.1
5799 obj:/lib/libselinux.so.1 5834 obj:/lib/libselinux.so.1
5800 obj:/lib/libselinux.so.1 5835 obj:/lib/libselinux.so.1
5801 } 5836 }
5802 { 5837 {
5803 bug_todo_grep 5838 bug_todo_grep
5804 Memcheck:Leak 5839 Memcheck:Leak
5805 fun:malloc 5840 fun:malloc
5806 obj:/bin/grep 5841 obj:/bin/grep
5807 obj:/bin/grep 5842 obj:/bin/grep
5808 } 5843 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698