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

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

Issue 14823006: [Memory Sheriff] Update suppression for rename (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | 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 6839 matching lines...) Expand 10 before | Expand all | Expand 10 after
6850 fun:_ZN27ChromeBrowserMainPartsLinux15PostProfileInitEv 6850 fun:_ZN27ChromeBrowserMainPartsLinux15PostProfileInitEv
6851 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv 6851 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
6852 fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv 6852 fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv
6853 fun:_ZN7content15BrowserMainLoop13CreateThreadsEv 6853 fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
6854 } 6854 }
6855 { 6855 {
6856 bug_222876 6856 bug_222876
6857 Memcheck:Leak 6857 Memcheck:Leak
6858 fun:_Znw* 6858 fun:_Znw*
6859 fun:_ZN21WebDataServiceWrapperC1EP7Profile 6859 fun:_ZN21WebDataServiceWrapperC1EP7Profile
6860 fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEP7Profile 6860 fun:_ZNK21WebDataServiceFactory23BuildServiceInstanceForEPN7content14BrowserC ontextE
6861 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEPN7content14Browser ContextEb 6861 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEPN7content14Browser ContextEb
6862 fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTyp eE 6862 fun:_ZN21WebDataServiceFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTyp eE
6863 fun:_ZN14WebDataService18FromBrowserContextEPN7content14BrowserContextE 6863 fun:_ZN14WebDataService18FromBrowserContextEPN7content14BrowserContextE
6864 fun:_ZN12TokenService10InitializeEPKcP7Profile 6864 fun:_ZN12TokenService10InitializeEPKcP7Profile
6865 } 6865 }
6866 { 6866 {
6867 bug_222880 6867 bug_222880
6868 Memcheck:Leak 6868 Memcheck:Leak
6869 fun:malloc 6869 fun:malloc
6870 fun:_ZN3WTF10fastMallocEm 6870 fun:_ZN3WTF10fastMallocEm
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
7198 fun:_ZN4base10TaskRunner8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIF vvEEE 7198 fun:_ZN4base10TaskRunner8PostTaskERKN15tracked_objects8LocationERKNS_8CallbackIF vvEEE
7199 fun:_ZN3IPC12ChannelProxy7Context9AddFilterEPNS0_13MessageFilterE 7199 fun:_ZN3IPC12ChannelProxy7Context9AddFilterEPNS0_13MessageFilterE
7200 fun:_ZN3IPC12ChannelProxy9AddFilterEPNS0_13MessageFilterE 7200 fun:_ZN3IPC12ChannelProxy9AddFilterEPNS0_13MessageFilterE
7201 fun:_ZN7content21RenderProcessHostImpl20CreateMessageFiltersEv 7201 fun:_ZN7content21RenderProcessHostImpl20CreateMessageFiltersEv
7202 fun:_ZN7content21RenderProcessHostImpl4InitEv 7202 fun:_ZN7content21RenderProcessHostImpl4InitEv
7203 fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_cha r_traitsESaItEEii 7203 fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_cha r_traitsESaItEEii
7204 fun:_ZN7content15WebContentsImpl32CreateRenderViewForRenderManagerEPNS_14RenderV iewHostEi 7204 fun:_ZN7content15WebContentsImpl32CreateRenderViewForRenderManagerEPNS_14RenderV iewHostEi
7205 fun:_ZN7content21RenderViewHostManager14InitRenderViewEPNS_14RenderViewHostEi 7205 fun:_ZN7content21RenderViewHostManager14InitRenderViewEPNS_14RenderViewHostEi
7206 fun:_ZN7content21RenderViewHostManager8NavigateERKNS_19NavigationEntryImplE 7206 fun:_ZN7content21RenderViewHostManager8NavigateERKNS_19NavigationEntryImplE
7207 } 7207 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698