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

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

Issue 7618038: Update one memory leak suppression to account for the slightly modified method signature (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 three kinds of suppressions in this file. 1 # There are three 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 4742 matching lines...) Expand 10 before | Expand all | Expand 10 after
4753 ... 4753 ...
4754 fun:_ZN11ProfileImpl13OnPrefsLoadedEb 4754 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
4755 ... 4755 ...
4756 fun:_ZN11ProfileImplC1ERK8FilePathPN7Profile8DelegateE 4756 fun:_ZN11ProfileImplC1ERK8FilePathPN7Profile8DelegateE
4757 } 4757 }
4758 { 4758 {
4759 bug_88863_a 4759 bug_88863_a
4760 Memcheck:Leak 4760 Memcheck:Leak
4761 fun:_Znw* 4761 fun:_Znw*
4762 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE 4762 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE
4763 fun:_ZN3IPC16MessageWithReplyI6Tuple1IbES1_IRSt6vectorIN6webkit5npapi13WebPlu ginInfoESaIS6_EEEE8DispatchI19RenderMessageFilterSD_MSD_FvbPS8_EEEbPKNS_7Message EPT_PT0_T1_ 4763 fun:_ZN3IPC16MessageWithReplyI6Tuple1IbES1_IRSt6vectorIN6webkit13WebPluginInf oESaIS5_EEEE8DispatchI19RenderMessageFilterSC_MSC_FvbPS7_EEEbPKNS_7MessageEPT_PT 0_T1_
4764 fun:_ZN19RenderMessageFilter17OnMessageReceivedERKN3IPC7MessageEPb 4764 fun:_ZN19RenderMessageFilter17OnMessageReceivedERKN3IPC7MessageEPb
4765 } 4765 }
4766 { 4766 {
4767 bug_88863_b 4767 bug_88863_b
4768 Memcheck:Leak 4768 Memcheck:Leak
4769 fun:_Znw* 4769 fun:_Znw*
4770 fun:_ZN9__gnu_cxx13new_allocatorI13scoped_refptrIN3IPC12ChannelProxy13Message FilterEEE8allocateEjPKv 4770 fun:_ZN9__gnu_cxx13new_allocatorI13scoped_refptrIN3IPC12ChannelProxy13Message FilterEEE8allocateEjPKv
4771 fun:_ZNSt12_Vector_baseI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEES aIS4_EE11_M_allocateEj 4771 fun:_ZNSt12_Vector_baseI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEES aIS4_EE11_M_allocateEj
4772 fun:_ZNSt6vectorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE 13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS4_S6_EERKS4_ 4772 fun:_ZNSt6vectorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE 13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS4_S6_EERKS4_
4773 } 4773 }
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
5300 } 5300 }
5301 { 5301 {
5302 bug_todo_getdelim2 5302 bug_todo_getdelim2
5303 Memcheck:Leak 5303 Memcheck:Leak
5304 fun:malloc 5304 fun:malloc
5305 fun:getdelim 5305 fun:getdelim
5306 obj:/lib/libselinux.so.1 5306 obj:/lib/libselinux.so.1
5307 obj:/lib/libselinux.so.1 5307 obj:/lib/libselinux.so.1
5308 obj:/lib/libselinux.so.1 5308 obj:/lib/libselinux.so.1
5309 } 5309 }
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