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

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

Issue 9139030: generalize suppression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 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 2843 matching lines...) Expand 10 before | Expand all | Expand 10 after
2854 fun:_Znw* 2854 fun:_Znw*
2855 fun:_ZN13NPObjectProxy10NPAllocateEP4_NPPP7NPClass 2855 fun:_ZN13NPObjectProxy10NPAllocateEP4_NPPP7NPClass
2856 fun:_NPN_CreateObject 2856 fun:_NPN_CreateObject
2857 fun:_ZN6WebKit11WebBindings12createObjectEP4_NPPP7NPClass 2857 fun:_ZN6WebKit11WebBindings12createObjectEP4_NPPP7NPClass
2858 } 2858 }
2859 { 2859 {
2860 Bug_69934_b 2860 Bug_69934_b
2861 Memcheck:Leak 2861 Memcheck:Leak
2862 fun:_Znw* 2862 fun:_Znw*
2863 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE 2863 fun:_ZN3IPC11SyncMessage13GenerateReplyEPKNS_7MessageE
2864 fun:_ZN3IPC17SyncMessageSchemaI6Tuple1IbES1_IRSt6vectorIN6webkit13WebPluginIn foESaIS5_EEEE32DispatchDelayReplyWithSendParamsI19RenderMessageFilterMSC_FvbPNS_ 7MessageEEEEbbRKS2_PKSD_PT_T0_ 2864 fun:_ZN3IPC17SyncMessageSchema*
2865 fun:_ZN22ViewHostMsg_GetPlugins18DispatchDelayReplyI19RenderMessageFilterMS1_ FvbPN3IPC7MessageEEEEbPKS3_PT_T0_
2866 fun:_ZN19RenderMessageFilter17OnMessageReceivedERKN3IPC7MessageEPb
2867 } 2865 }
2868 { 2866 {
2869 bug_70327_a 2867 bug_70327_a
2870 Memcheck:Leak 2868 Memcheck:Leak
2871 ... 2869 ...
2872 fun:FcCharSetFindLeafCreate 2870 fun:FcCharSetFindLeafCreate
2873 fun:FcCharSetAddLeaf 2871 fun:FcCharSetAddLeaf
2874 fun:FcCharSetMerge 2872 fun:FcCharSetMerge
2875 fun:FcFontSetSort 2873 fun:FcFontSetSort
2876 fun:FcFontSort 2874 fun:FcFontSort
(...skipping 2769 matching lines...) Expand 10 before | Expand all | Expand 10 after
5646 obj:/lib/libselinux.so.1 5644 obj:/lib/libselinux.so.1
5647 obj:/lib/libselinux.so.1 5645 obj:/lib/libselinux.so.1
5648 } 5646 }
5649 { 5647 {
5650 bug_todo_grep 5648 bug_todo_grep
5651 Memcheck:Leak 5649 Memcheck:Leak
5652 fun:malloc 5650 fun:malloc
5653 obj:/bin/grep 5651 obj:/bin/grep
5654 obj:/bin/grep 5652 obj:/bin/grep
5655 } 5653 }
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