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

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

Issue 9703038: Profiles: Really fix refcounted services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to save a file. >_< 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 | « chrome/test/base/testing_profile.cc ('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 5905 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 { 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 }
5945 {
5946 bug_118203 5926 bug_118203
5947 Memcheck:Leak 5927 Memcheck:Leak
5948 fun:_Znw* 5928 fun:_Znw*
5949 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St 4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E 5929 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St 4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E
5950 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState BlobEv 5930 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState BlobEv
5951 fun:_ZN12invalidation22InvalidationClientImpl5StartEv 5931 fun:_ZN12invalidation22InvalidationClientImpl5StartEv
5952 fun:_ZN13sync_notifier24ChromeInvalidationClient5StartERKSsS2_S2_RKSt3mapIN8s yncable9ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleI NS_26InvalidationVersionTrackerEEEPNS0_8ListenerEPNS_11StateWriterEN4base7WeakPt rIN4buzz23XmppTaskParentInterfaceEEE 5932 fun:_ZN13sync_notifier24ChromeInvalidationClient5StartERKSsS2_S2_RKSt3mapIN8s yncable9ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleI NS_26InvalidationVersionTrackerEEEPNS0_8ListenerEPNS_11StateWriterEN4base7WeakPt rIN4buzz23XmppTaskParentInterfaceEEE
5953 } 5933 }
5954 5934
5955 #----------------------------------------------------------------------- 5935 #-----------------------------------------------------------------------
(...skipping 24 matching lines...) Expand all
5980 obj:/bin/grep 5960 obj:/bin/grep
5981 obj:/bin/grep 5961 obj:/bin/grep
5982 } 5962 }
5983 { 5963 {
5984 bug_117789 5964 bug_117789
5985 Memcheck:Uninitialized 5965 Memcheck:Uninitialized
5986 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageC ollectorEPKcS5_ 5966 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageC ollectorEPKcS5_
5987 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc 5967 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc
5988 ... 5968 ...
5989 } 5969 }
OLDNEW
« no previous file with comments | « chrome/test/base/testing_profile.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698