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

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

Issue 7780010: Valgrind/Heapchecker: Suppress leaks in net::CookieMonster::CookieMonsterTask::InvokeCallback. Al... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 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 5126 matching lines...) Expand 10 before | Expand all | Expand 10 after
5137 fun:_ZN16browser_shutdown8ShutdownEv 5137 fun:_ZN16browser_shutdown8ShutdownEv
5138 } 5138 }
5139 { 5139 {
5140 bug_95931b 5140 bug_95931b
5141 Memcheck:Leak 5141 Memcheck:Leak
5142 fun:_Znw* 5142 fun:_Znw*
5143 fun:_ZL9SerializeRKSt6vectorI10UserScriptSaIS0_EE 5143 fun:_ZL9SerializeRKSt6vectorI10UserScriptSaIS0_EE
5144 fun:_ZN16UserScriptMaster14ScriptReloader7RunLoadERKSt6vectorI10UserScriptSaI S2_EE 5144 fun:_ZN16UserScriptMaster14ScriptReloader7RunLoadERKSt6vectorI10UserScriptSaI S2_EE
5145 fun:_Z16DispatchToMethodIN16UserScriptMaster14ScriptReloaderEMS1_FvRKSt6vecto rI10UserScriptSaIS3_EEES5_EvPT_T0_RK6Tuple1IT1_E 5145 fun:_Z16DispatchToMethodIN16UserScriptMaster14ScriptReloaderEMS1_FvRKSt6vecto rI10UserScriptSaIS3_EEES5_EvPT_T0_RK6Tuple1IT1_E
5146 } 5146 }
5147 {
5148 bug_96069
5149 Memcheck:Leak
5150 fun:_Znw*
5151 fun:_ZN3net9HttpCache13CreateBackendEPPN10disk_cache7BackendEP14CallbackRunne rI6Tuple1IiEE
5152 fun:_ZN3net9HttpCache17CreateTransactionEP10scoped_ptrINS_15HttpTransactionEE
5153 ...
5154 fun:_ZN3net13CookieMonster17CookieMonsterTask14InvokeCallbackEN4base8Callback IFvvEEE
5155 }
5147 5156
5148 5157
5149 #----------------------------------------------------------------------- 5158 #-----------------------------------------------------------------------
5150 # 4. These only occur on our Google workstations 5159 # 4. These only occur on our Google workstations
5151 { 5160 {
5152 bug_todo_freeres 5161 bug_todo_freeres
5153 Memcheck:Free 5162 Memcheck:Free
5154 fun:free 5163 fun:free
5155 fun:__libc_freeres 5164 fun:__libc_freeres
5156 fun:_vgnU_freeres 5165 fun:_vgnU_freeres
(...skipping 11 matching lines...) Expand all
5168 } 5177 }
5169 { 5178 {
5170 bug_todo_getdelim2 5179 bug_todo_getdelim2
5171 Memcheck:Leak 5180 Memcheck:Leak
5172 fun:malloc 5181 fun:malloc
5173 fun:getdelim 5182 fun:getdelim
5174 obj:/lib/libselinux.so.1 5183 obj:/lib/libselinux.so.1
5175 obj:/lib/libselinux.so.1 5184 obj:/lib/libselinux.so.1
5176 obj:/lib/libselinux.so.1 5185 obj:/lib/libselinux.so.1
5177 } 5186 }
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