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

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

Issue 7806004: Suppression leak in ResolveProxyMsgHelperTest (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 | « tools/heapcheck/suppressions.txt ('k') | 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 3858 matching lines...) Expand 10 before | Expand all | Expand 10 after
3869 fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Conne ction12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE5clearEv 3869 fun:_ZNSt8_Rb_treeIN3sql11StatementIDESt4pairIKS1_13scoped_refptrINS0_10Conne ction12StatementRefEEESt10_Select1stIS8_ESt4lessIS1_ESaIS8_EE5clearEv
3870 fun:_ZNSt3mapIN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementR efEESt4lessIS1_ESaISt4pairIKS1_S5_EEE5clearEv 3870 fun:_ZNSt3mapIN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementR efEESt4lessIS1_ESaISt4pairIKS1_S5_EEE5clearEv
3871 fun:_ZN3sql10Connection5CloseEv 3871 fun:_ZN3sql10Connection5CloseEv
3872 fun:_ZN3sql10ConnectionD2Ev 3872 fun:_ZN3sql10ConnectionD2Ev
3873 fun:_ZN3sql10ConnectionD1Ev 3873 fun:_ZN3sql10ConnectionD1Ev
3874 fun:_ZN7history16InMemoryDatabaseD0Ev 3874 fun:_ZN7history16InMemoryDatabaseD0Ev
3875 } 3875 }
3876 { 3876 {
3877 bug_76354 3877 bug_76354
3878 Memcheck:Leak 3878 Memcheck:Leak
3879 fun:_Znw*
3880 ... 3879 ...
3881 fun:_ZN32ChildProcessHostMsg_ResolveProxyC1ERK4GURLPiPSs 3880 fun:_ZN24ViewHostMsg_ResolveProxyC1ERK4GURLPbPSs
3882 fun:_ZN25ResolveProxyMsgHelperTest13GenerateReplyEv 3881 fun:_ZN25ResolveProxyMsgHelperTest13GenerateReplyEv
3883 fun:_ZN*ResolveProxyMsgHelperTest_*_Test8TestBodyEv 3882 fun:_ZN44ResolveProxyMsgHelperTest_*_Test8TestBodyEv
3884 } 3883 }
3885 { 3884 {
3886 bug_76490 3885 bug_76490
3887 Memcheck:Cond 3886 Memcheck:Cond
3888 fun:_ZN7WebCore7Element15removeAttributeERKN3WTF6StringERi 3887 fun:_ZN7WebCore7Element15removeAttributeERKN3WTF6StringERi
3889 fun:_ZN7WebCore19DatasetDOMStringMap10deleteItemERKN3WTF6StringERi 3888 fun:_ZN7WebCore19DatasetDOMStringMap10deleteItemERKN3WTF6StringERi
3890 fun:_ZN7WebCore14V8DOMStringMap20namedPropertyDeleterEN2v85LocalINS1_6StringE EERKNS1_12AccessorInfoE 3889 fun:_ZN7WebCore14V8DOMStringMap20namedPropertyDeleterEN2v85LocalINS1_6StringE EERKNS1_12AccessorInfoE
3891 fun:_ZN2v88internal8JSObject29DeletePropertyWithInterceptorEPNS0_6StringE 3890 fun:_ZN2v88internal8JSObject29DeletePropertyWithInterceptorEPNS0_6StringE
3892 obj:* 3891 obj:*
3893 } 3892 }
(...skipping 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after
5401 } 5400 }
5402 { 5401 {
5403 bug_todo_getdelim2 5402 bug_todo_getdelim2
5404 Memcheck:Leak 5403 Memcheck:Leak
5405 fun:malloc 5404 fun:malloc
5406 fun:getdelim 5405 fun:getdelim
5407 obj:/lib/libselinux.so.1 5406 obj:/lib/libselinux.so.1
5408 obj:/lib/libselinux.so.1 5407 obj:/lib/libselinux.so.1
5409 obj:/lib/libselinux.so.1 5408 obj:/lib/libselinux.so.1
5410 } 5409 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698