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

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

Issue 10825423: Suppress leaks in ManagedMode::ManagedMode() (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 5782 matching lines...) Expand 10 before | Expand all | Expand 10 after
5793 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIN10extensions20SocketPermi ssionDataEEE8allocateEmPKv 5793 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIN10extensions20SocketPermi ssionDataEEE8allocateEmPKv
5794 fun:_ZNSt8_Rb_treeIN10extensions20SocketPermissionDataES1_St9_IdentityIS1_ESt 4lessIS1_ESaIS1_EE11_M_get_nodeEv 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_ 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_ 5796 fun:_ZNSt8_Rb_treeIN10extensions20SocketPermissionDataES1_St9_IdentityIS1_ESt 4lessIS1_ESaIS1_EE10_M_insert_EPKSt18_Rb_tree_node_baseSA_RKS1_
5797 ... 5797 ...
5798 fun:_ZNK10extensions16SocketPermission* 5798 fun:_ZNK10extensions16SocketPermission*
5799 fun:_ZN10extensions16APIPermissionSet* 5799 fun:_ZN10extensions16APIPermissionSet*
5800 ... 5800 ...
5801 fun:_ZN10extensions*Permission*Test* 5801 fun:_ZN10extensions*Permission*Test*
5802 } 5802 }
5803 {
5804 bug_143431
5805 Memcheck:Leak
5806 fun:_Znw*
5807 fun:_ZN11ManagedModeC2Ev
5808 fun:_ZN12_GLOBAL__N_115FakeManagedModeC1Ev
5809 fun:_ZN15ManagedModeTestC2Ev
5810 fun:_ZN*ManagedModeTest_*
5811 }
5803 5812
5804 #----------------------------------------------------------------------- 5813 #-----------------------------------------------------------------------
5805 # 4. These only occur on our Google workstations 5814 # 4. These only occur on our Google workstations
5806 5815
5807 { 5816 {
5808 bug_todo_getdelim 5817 bug_todo_getdelim
5809 Memcheck:Leak 5818 Memcheck:Leak
5810 fun:malloc 5819 fun:malloc
5811 fun:getdelim 5820 fun:getdelim
5812 ... 5821 ...
5813 fun:call_init 5822 fun:call_init
5814 fun:_dl_init 5823 fun:_dl_init
5815 } 5824 }
5816 { 5825 {
5817 bug_todo_getdelim2 5826 bug_todo_getdelim2
5818 Memcheck:Leak 5827 Memcheck:Leak
5819 fun:malloc 5828 fun:malloc
5820 fun:getdelim 5829 fun:getdelim
5821 obj:/lib/libselinux.so.1 5830 obj:/lib/libselinux.so.1
5822 obj:/lib/libselinux.so.1 5831 obj:/lib/libselinux.so.1
5823 obj:/lib/libselinux.so.1 5832 obj:/lib/libselinux.so.1
5824 } 5833 }
5825 { 5834 {
5826 bug_todo_grep 5835 bug_todo_grep
5827 Memcheck:Leak 5836 Memcheck:Leak
5828 fun:malloc 5837 fun:malloc
5829 obj:/bin/grep 5838 obj:/bin/grep
5830 obj:/bin/grep 5839 obj:/bin/grep
5831 } 5840 }
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