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

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

Issue 10837311: Suppress leaks in extensions::SocketPermission (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 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 5759 matching lines...) Expand 10 before | Expand all | Expand 10 after
5770 ... 5770 ...
5771 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b 5771 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b
5772 } 5772 }
5773 { 5773 {
5774 bug_140628 5774 bug_140628
5775 Memcheck:Leak 5775 Memcheck:Leak
5776 ... 5776 ...
5777 fun:_ZN15ExtensionAction16RunIconAnimationEi 5777 fun:_ZN15ExtensionAction16RunIconAnimationEi
5778 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE 5778 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE
5779 } 5779 }
5780 {
5781 bug_143401_a
5782 Memcheck:Leak
5783 fun:_Znw*
5784 fun:_ZNK10extensions16SocketPermission*
5785 fun:_ZN10extensions16APIPermissionSet*
5786 ...
5787 fun:_ZN10extensions*Permission*Test*
5788 }
5789 {
5790 bug_143401_b
5791 Memcheck:Leak
5792 fun:_Znw*
5793 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIN10extensions20SocketPermi ssionDataEEE8allocateEmPKv
5794 fun:_ZNSt8_Rb_treeIN10extensions20SocketPermissionDataES1_St9_IdentityIS1_ESt 4lessIS1_ESaIS1_EE11_M_get_nodeEv
5795 fun:_ZNSt8_Rb_treeIN10extensions20SocketPermissionDataES1_St9_IdentityIS1_ESt 4lessIS1_ESaIS1_EE14_M_create_nodeERKS1_
5796 fun:_ZNSt8_Rb_treeIN10extensions20SocketPermissionDataES1_St9_IdentityIS1_ESt 4lessIS1_ESaIS1_EE10_M_insert_EPKSt18_Rb_tree_node_baseSA_RKS1_
5797 ...
5798 fun:_ZNK10extensions16SocketPermission*
5799 fun:_ZN10extensions16APIPermissionSet*
5800 ...
5801 fun:_ZN10extensions*Permission*Test*
5802 }
5780 5803
5781 #----------------------------------------------------------------------- 5804 #-----------------------------------------------------------------------
5782 # 4. These only occur on our Google workstations 5805 # 4. These only occur on our Google workstations
5783 5806
5784 { 5807 {
5785 bug_todo_getdelim 5808 bug_todo_getdelim
5786 Memcheck:Leak 5809 Memcheck:Leak
5787 fun:malloc 5810 fun:malloc
5788 fun:getdelim 5811 fun:getdelim
5789 ... 5812 ...
5790 fun:call_init 5813 fun:call_init
5791 fun:_dl_init 5814 fun:_dl_init
5792 } 5815 }
5793 { 5816 {
5794 bug_todo_getdelim2 5817 bug_todo_getdelim2
5795 Memcheck:Leak 5818 Memcheck:Leak
5796 fun:malloc 5819 fun:malloc
5797 fun:getdelim 5820 fun:getdelim
5798 obj:/lib/libselinux.so.1 5821 obj:/lib/libselinux.so.1
5799 obj:/lib/libselinux.so.1 5822 obj:/lib/libselinux.so.1
5800 obj:/lib/libselinux.so.1 5823 obj:/lib/libselinux.so.1
5801 } 5824 }
5802 { 5825 {
5803 bug_todo_grep 5826 bug_todo_grep
5804 Memcheck:Leak 5827 Memcheck:Leak
5805 fun:malloc 5828 fun:malloc
5806 obj:/bin/grep 5829 obj:/bin/grep
5807 obj:/bin/grep 5830 obj:/bin/grep
5808 } 5831 }
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