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

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

Issue 402713003: [MemSheriff] Reflect signature change in suppression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
« 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 2068 matching lines...) Expand 10 before | Expand all | Expand 10 after
2079 fun:_ZN3net13CookieMonster26GetCookiesWithOptionsAsyncERK4GURLRKNS_13CookieOp tionsERKN4base8CallbackIFvRKSsEEE 2079 fun:_ZN3net13CookieMonster26GetCookiesWithOptionsAsyncERK4GURLRKNS_13CookieOp tionsERKN4base8CallbackIFvRKSsEEE
2080 fun:_ZN3net11CookieStore15GetCookiesAsyncERK4GURLRKN4base8CallbackIFvRKSsEEE 2080 fun:_ZN3net11CookieStore15GetCookiesAsyncERK4GURLRKN4base8CallbackIFvRKSsEEE
2081 fun:_ZN12_GLOBAL__N_120GetCookiesOnIOThreadERK4GURLRK13scoped_refptrIN3net23U RLRequestContextGetterEEPN4base13WaitableEventEPSs 2081 fun:_ZN12_GLOBAL__N_120GetCookiesOnIOThreadERK4GURLRK13scoped_refptrIN3net23U RLRequestContextGetterEEPN4base13WaitableEventEPSs
2082 } 2082 }
2083 { 2083 {
2084 bug_90057c 2084 bug_90057c
2085 Memcheck:Leak 2085 Memcheck:Leak
2086 fun:_Znw* 2086 fun:_Znw*
2087 ... 2087 ...
2088 fun:_ZN3net17URLRequestHttpJob14SaveNextCookieEv 2088 fun:_ZN3net17URLRequestHttpJob14SaveNextCookieEv
2089 fun:_ZN3net17URLRequestHttpJob35SaveCookiesAndNotifyHeadersCompleteEv 2089 fun:_ZN3net17URLRequestHttpJob35SaveCookiesAndNotifyHeadersCompleteEi
2090 fun:_ZN3net17URLRequestHttpJob16OnStartCompletedEi 2090 fun:_ZN3net17URLRequestHttpJob16OnStartCompletedEi
2091 } 2091 }
2092 { 2092 {
2093 bug_90215_c 2093 bug_90215_c
2094 Memcheck:Leak 2094 Memcheck:Leak
2095 ... 2095 ...
2096 fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv 2096 fun:_ZN3net13URLRequestJob21NotifyRestartRequiredEv
2097 fun:_ZN8appcache21AppCacheURLRequestJob13BeginDeliveryEv 2097 fun:_ZN8appcache21AppCacheURLRequestJob13BeginDeliveryEv
2098 } 2098 }
2099 { 2099 {
(...skipping 4152 matching lines...) Expand 10 before | Expand all | Expand 10 after
6252 } 6252 }
6253 { 6253 {
6254 bug_394624 6254 bug_394624
6255 Memcheck:Leak 6255 Memcheck:Leak
6256 ... 6256 ...
6257 fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLReques tJobFactory15ProtocolHandlerE 6257 fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLReques tJobFactory15ProtocolHandlerE
6258 ... 6258 ...
6259 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv 6259 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv
6260 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota2 0SpecialStoragePolicyEE 6260 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota2 0SpecialStoragePolicyEE
6261 } 6261 }
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