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

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

Issue 9700027: suppress leaks in PasswordStore code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 5904 matching lines...) Expand 10 before | Expand all | Expand 10 after
5915 { 5915 {
5916 bug_117427 5916 bug_117427
5917 Memcheck:Leak 5917 Memcheck:Leak
5918 fun:_Znw* 5918 fun:_Znw*
5919 ... 5919 ...
5920 fun:_ZN3net9HostCache3SetERKNS0_3KeyEiRKNS_11AddressListEN4base9TimeTicksENS7 _9TimeDeltaE 5920 fun:_ZN3net9HostCache3SetERKNS0_3KeyEiRKNS_11AddressListEN4base9TimeTicksENS7 _9TimeDeltaE
5921 fun:_ZN3net16HostResolverImpl11CacheResultERKNS_9HostCache3KeyEiRKNS_11Addres sListEN4base9TimeDeltaE 5921 fun:_ZN3net16HostResolverImpl11CacheResultERKNS_9HostCache3KeyEiRKNS_11Addres sListEN4base9TimeDeltaE
5922 fun:_ZN3net16HostResolverImpl3Job16CompleteRequestsEiRKNS_11AddressListEN4bas e9TimeDeltaE 5922 fun:_ZN3net16HostResolverImpl3Job16CompleteRequestsEiRKNS_11AddressListEN4bas e9TimeDeltaE
5923 fun:_ZN3net16HostResolverImpl3Job18OnProcTaskCompleteEiRKNS_11AddressListE 5923 fun:_ZN3net16HostResolverImpl3Job18OnProcTaskCompleteEiRKNS_11AddressListE
5924 } 5924 }
5925 {
5926 bug_118196_a
5927 Memcheck:Leak
5928 fun:_Znw*
5929 ...
5930 fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
5931 ...
5932 fun:_ZN*13LoginDatabase*
5933 ...
5934 fun:_ZN*PasswordStore*
5935 }
5936 {
5937 bug_118196_b
5938 Memcheck:Leak
5939 fun:_Znw*
5940 ...
5941 fun:_ZNK20PasswordStoreFactory23BuildServiceInstanceForEP7Profile
5942 fun:_ZN23ProfileKeyedBaseFactory17GetBaseForProfileEP7Profileb
5943 fun:_ZN20PasswordStoreFactory13GetForProfileEP7ProfileNS0_17ServiceAccessType E
5944 }
5925 5945
5926 #----------------------------------------------------------------------- 5946 #-----------------------------------------------------------------------
5927 # 4. These only occur on our Google workstations 5947 # 4. These only occur on our Google workstations
5928 5948
5929 { 5949 {
5930 bug_todo_getdelim 5950 bug_todo_getdelim
5931 Memcheck:Leak 5951 Memcheck:Leak
5932 fun:malloc 5952 fun:malloc
5933 fun:getdelim 5953 fun:getdelim
5934 ... 5954 ...
(...skipping 16 matching lines...) Expand all
5951 obj:/bin/grep 5971 obj:/bin/grep
5952 obj:/bin/grep 5972 obj:/bin/grep
5953 } 5973 }
5954 { 5974 {
5955 bug_117789 5975 bug_117789
5956 Memcheck:Uninitialized 5976 Memcheck:Uninitialized
5957 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageC ollectorEPKcS5_ 5977 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageC ollectorEPKcS5_
5958 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc 5978 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc
5959 ... 5979 ...
5960 } 5980 }
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