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

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

Issue 8416062: Suppress a lot of reports on the Memory FYI waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 # They may go away if the change to move these off the heap lands. 852 # They may go away if the change to move these off the heap lands.
853 bug_17996 853 bug_17996
854 Memcheck:Leak 854 Memcheck:Leak
855 ... 855 ...
856 fun:_ZN7WebCore8SVGNames4initEv 856 fun:_ZN7WebCore8SVGNames4initEv
857 } 857 }
858 { 858 {
859 intentional_BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test_leak 859 intentional_BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test_leak
860 Memcheck:Leak 860 Memcheck:Leak
861 fun:_Znw* 861 fun:_Znw*
862 fun:_ZN59BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test8TestBody Ev 862 fun:*BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test8TestBodyEv
863 } 863 }
864 { 864 {
865 # This is an on demand initialization which is done and then intentionally 865 # This is an on demand initialization which is done and then intentionally
866 # kept around (not freed) while the process is running. 866 # kept around (not freed) while the process is running.
867 intentional_WebCore_XMLNames_init_leak 867 intentional_WebCore_XMLNames_init_leak
868 Memcheck:Leak 868 Memcheck:Leak
869 ... 869 ...
870 fun:_ZN7WebCore8XMLNames4initEv 870 fun:_ZN7WebCore8XMLNames4initEv
871 } 871 }
872 { 872 {
(...skipping 4284 matching lines...) Expand 10 before | Expand all | Expand 10 after
5157 fun:malloc 5157 fun:malloc
5158 fun:_Z15sk_malloc_flagsjj 5158 fun:_Z15sk_malloc_flagsjj
5159 fun:_Z15sk_malloc_throwj 5159 fun:_Z15sk_malloc_throwj
5160 fun:_ZN8SkAAClip7RunHead5AllocEij 5160 fun:_ZN8SkAAClip7RunHead5AllocEij
5161 fun:_ZN8SkAAClip7Builder6finishEPS_ 5161 fun:_ZN8SkAAClip7Builder6finishEPS_
5162 ... 5162 ...
5163 fun:_ZN8SkCanvas19updateDeviceCMCacheEv 5163 fun:_ZN8SkCanvas19updateDeviceCMCacheEv
5164 fun:_ZN10SkDrawIterC1EP8SkCanvasb 5164 fun:_ZN10SkDrawIterC1EP8SkCanvasb
5165 fun:_ZN8SkCanvas8draw*ERK6Sk*RK7SkPaint 5165 fun:_ZN8SkCanvas8draw*ERK6Sk*RK7SkPaint
5166 } 5166 }
5167 {
5168 bug_102255
5169 Memcheck:Leak
5170 fun:_Znw*
5171 fun:_ZN15DownloadService18GetDownloadManagerEv
5172 fun:_ZN29ExtensionDownloadsEventRouterC*
5173 fun:_ZN16ExtensionService16InitEventRoutersEv
5174 fun:_ZN16ExtensionService7ObserveEiRKN7content18NotificationSourceERKNS0_19No tificationDetailsE
5175 ...
5176 fun:_ZN23NotificationServiceImpl6NotifyEiRKN7content18NotificationSourceERKNS 0_19NotificationDetailsE
5177 fun:_ZN14ProfileManager16OnImportFinishedEP7Profile
5178 fun:_ZN22ChromeBrowserMainParts25PreMainMessageLoopRunImplEv
5179 }
5180 {
5181 bug_102256
5182 Memcheck:Leak
5183 fun:_Znw*
5184 fun:_ZN26AutocompleteHistoryManager15SendSuggestions*
5185 fun:_ZN52AutocompleteHistoryManagerTest_ExternalDelegate_Test8TestBodyEv
5186 }
5187 {
5188 bug_102257
5189 Memcheck:Cond
5190 ...
5191 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb
5192 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
5193 }
5167 5194
5168 #----------------------------------------------------------------------- 5195 #-----------------------------------------------------------------------
5169 # 4. These only occur on our Google workstations 5196 # 4. These only occur on our Google workstations
5170 { 5197 {
5171 bug_todo_freeres 5198 bug_todo_freeres
5172 Memcheck:Free 5199 Memcheck:Free
5173 fun:free 5200 fun:free
5174 fun:__libc_freeres 5201 fun:__libc_freeres
5175 fun:_vgnU_freeres 5202 fun:_vgnU_freeres
5176 fun:_Exit 5203 fun:_Exit
(...skipping 17 matching lines...) Expand all
5194 obj:/lib/libselinux.so.1 5221 obj:/lib/libselinux.so.1
5195 obj:/lib/libselinux.so.1 5222 obj:/lib/libselinux.so.1
5196 } 5223 }
5197 { 5224 {
5198 bug_todo_grep 5225 bug_todo_grep
5199 Memcheck:Leak 5226 Memcheck:Leak
5200 fun:malloc 5227 fun:malloc
5201 obj:/bin/grep 5228 obj:/bin/grep
5202 obj:/bin/grep 5229 obj:/bin/grep
5203 } 5230 }
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