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

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

Issue 7763010: update suprression after r98941 (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 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 3857 matching lines...) Expand 10 before | Expand all | Expand 10 after
3868 fun:_ZNSt3mapIN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementR efEESt4lessIS1_ESaISt4pairIKS1_S5_EEE5clearEv 3868 fun:_ZNSt3mapIN3sql11StatementIDE13scoped_refptrINS0_10Connection12StatementR efEESt4lessIS1_ESaISt4pairIKS1_S5_EEE5clearEv
3869 fun:_ZN3sql10Connection5CloseEv 3869 fun:_ZN3sql10Connection5CloseEv
3870 fun:_ZN3sql10ConnectionD2Ev 3870 fun:_ZN3sql10ConnectionD2Ev
3871 fun:_ZN3sql10ConnectionD1Ev 3871 fun:_ZN3sql10ConnectionD1Ev
3872 fun:_ZN7history16InMemoryDatabaseD0Ev 3872 fun:_ZN7history16InMemoryDatabaseD0Ev
3873 } 3873 }
3874 { 3874 {
3875 bug_76354 3875 bug_76354
3876 Memcheck:Leak 3876 Memcheck:Leak
3877 fun:_Znw* 3877 fun:_Znw*
3878 fun:_ZN3IPC16MessageWithReplyI6Tuple1I4GURLE6Tuple*
3879 ... 3878 ...
3880 fun:_ZN32ChildProcessHostMsg_ResolveProxyC1ERK4GURLPiPSs 3879 fun:_ZN32ChildProcessHostMsg_ResolveProxyC1ERK4GURLPiPSs
3881 fun:_ZN25ResolveProxyMsgHelperTest13GenerateReplyEv 3880 fun:_ZN25ResolveProxyMsgHelperTest13GenerateReplyEv
3882 fun:_ZN*ResolveProxyMsgHelperTest_*_Test8TestBodyEv 3881 fun:_ZN*ResolveProxyMsgHelperTest_*_Test8TestBodyEv
3883 } 3882 }
3884 { 3883 {
3885 bug_76490 3884 bug_76490
3886 Memcheck:Cond 3885 Memcheck:Cond
3887 fun:_ZN7WebCore7Element15removeAttributeERKN3WTF6StringERi 3886 fun:_ZN7WebCore7Element15removeAttributeERKN3WTF6StringERi
3888 fun:_ZN7WebCore19DatasetDOMStringMap10deleteItemERKN3WTF6StringERi 3887 fun:_ZN7WebCore19DatasetDOMStringMap10deleteItemERKN3WTF6StringERi
(...skipping 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after
5392 } 5391 }
5393 { 5392 {
5394 bug_todo_getdelim2 5393 bug_todo_getdelim2
5395 Memcheck:Leak 5394 Memcheck:Leak
5396 fun:malloc 5395 fun:malloc
5397 fun:getdelim 5396 fun:getdelim
5398 obj:/lib/libselinux.so.1 5397 obj:/lib/libselinux.so.1
5399 obj:/lib/libselinux.so.1 5398 obj:/lib/libselinux.so.1
5400 obj:/lib/libselinux.so.1 5399 obj:/lib/libselinux.so.1
5401 } 5400 }
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