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

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

Issue 7766015: Update suppression (Closed) Base URL: svn://svn.chromium.org/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 | « 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 4718 matching lines...) Expand 10 before | Expand all | Expand 10 after
4729 ... 4729 ...
4730 fun:_ZN11ProfileImpl13OnPrefsLoadedEb 4730 fun:_ZN11ProfileImpl13OnPrefsLoadedEb
4731 ... 4731 ...
4732 fun:_ZN11ProfileImplC1ERK8FilePathPN7Profile8DelegateE 4732 fun:_ZN11ProfileImplC1ERK8FilePathPN7Profile8DelegateE
4733 } 4733 }
4734 { 4734 {
4735 bug_88863_a 4735 bug_88863_a
4736 Memcheck:Leak 4736 Memcheck:Leak
4737 fun:_Znw* 4737 fun:_Znw*
4738 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE 4738 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE
4739 fun:_ZN3IPC16MessageWithReplyI6Tuple1IbES1_IRSt6vectorIN6webkit13WebPluginInf oESaIS5_EEEE8DispatchI19RenderMessageFilterSC_MSC_FvbPS7_EEEbPKNS_7MessageEPT_PT 0_T1_ 4739 fun:_ZN3IPC17SyncMessageSchemaI6Tuple1IbES1_IRSt6vectorIN6webkit13WebPluginIn foESaIS5_EEEE22DispatchWithSendParamsI19RenderMessageFilterSC_MSC_FvbPS7_EEEbbRK S2_PKNS_7MessageEPT_PT0_T1_
4740 fun:_ZN19RenderMessageFilter17OnMessageReceivedERKN3IPC7MessageEPb 4740 fun:_ZN22ViewHostMsg_GetPlugins8DispatchI19RenderMessageFilterS1_MS1_FvbPSt6v ectorIN6webkit13WebPluginInfoESaIS4_EEEEEbPKN3IPC7MessageEPT_PT0_T1_
4741 } 4741 }
4742 { 4742 {
4743 bug_88863_b 4743 bug_88863_b
4744 Memcheck:Leak 4744 Memcheck:Leak
4745 fun:_Znw* 4745 fun:_Znw*
4746 fun:_ZN9__gnu_cxx13new_allocatorI13scoped_refptrIN3IPC12ChannelProxy13Message FilterEEE8allocateEjPKv 4746 fun:_ZN9__gnu_cxx13new_allocatorI13scoped_refptrIN3IPC12ChannelProxy13Message FilterEEE8allocateEjPKv
4747 fun:_ZNSt12_Vector_baseI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEES aIS4_EE11_M_allocateEj 4747 fun:_ZNSt12_Vector_baseI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEES aIS4_EE11_M_allocateEj
4748 fun:_ZNSt6vectorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE 13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS4_S6_EERKS4_ 4748 fun:_ZNSt6vectorI13scoped_refptrIN3IPC12ChannelProxy13MessageFilterEESaIS4_EE 13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS4_S6_EERKS4_
4749 } 4749 }
4750 { 4750 {
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
5391 } 5391 }
5392 { 5392 {
5393 bug_todo_getdelim2 5393 bug_todo_getdelim2
5394 Memcheck:Leak 5394 Memcheck:Leak
5395 fun:malloc 5395 fun:malloc
5396 fun:getdelim 5396 fun:getdelim
5397 obj:/lib/libselinux.so.1 5397 obj:/lib/libselinux.so.1
5398 obj:/lib/libselinux.so.1 5398 obj:/lib/libselinux.so.1
5399 obj:/lib/libselinux.so.1 5399 obj:/lib/libselinux.so.1
5400 } 5400 }
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