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

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

Issue 10441054: [leak fixlet] Remove dead suppressions after leak fix in ProfileSyncServiceAutofillTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to master. Created 8 years, 6 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 2872 matching lines...) Expand 10 before | Expand all | Expand 10 after
2883 fun:_ZN16ExtensionService4InitEv 2883 fun:_ZN16ExtensionService4InitEv
2884 fun:_ZN11ProfileImpl14InitExtensionsE* 2884 fun:_ZN11ProfileImpl14InitExtensionsE*
2885 } 2885 }
2886 { 2886 {
2887 bug_78786 2887 bug_78786
2888 Memcheck:Leak 2888 Memcheck:Leak
2889 fun:_Znw* 2889 fun:_Znw*
2890 fun:*35NonBlockingInvalidationNotifierTest5SetUpEv 2890 fun:*35NonBlockingInvalidationNotifierTest5SetUpEv
2891 } 2891 }
2892 { 2892 {
2893 bug_79328
2894 Memcheck:Leak
2895 fun:_Znw*
2896 fun:_ZN14TestingProfile20CreateRequestContextEv
2897 fun:_ZN30ProfileSyncServiceAutofillTest5SetUpEv
2898 }
2899 {
2900 bug_79357a 2893 bug_79357a
2901 Memcheck:Unaddressable 2894 Memcheck:Unaddressable
2902 ... 2895 ...
2903 fun:*FilePathWatcherImpl*Watch*Delegate* 2896 fun:*FilePathWatcherImpl*Watch*Delegate*
2904 fun:*FilePathWatcher*Watch* 2897 fun:*FilePathWatcher*Watch*
2905 fun:_ZN21UserStyleSheetWatcher4InitEv 2898 fun:_ZN21UserStyleSheetWatcher4InitEv
2906 } 2899 }
2907 { 2900 {
2908 bug_79357b 2901 bug_79357b
2909 Memcheck:Leak 2902 Memcheck:Leak
(...skipping 2310 matching lines...) Expand 10 before | Expand all | Expand 10 after
5220 ... 5213 ...
5221 fun:_ZNK4base9Histogram11BucketIndexEi 5214 fun:_ZNK4base9Histogram11BucketIndexEi
5222 fun:_ZN4base9Histogram3AddEi 5215 fun:_ZN4base9Histogram3AddEi
5223 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl21histogramCustomCountsEPKciii i 5216 fun:_ZN11webkit_glue25WebKitPlatformSupportImpl21histogramCustomCountsEPKciii i
5224 fun:_ZN7WebCore15PlatformSupport21histogramCustomCountsEPKciiii 5217 fun:_ZN7WebCore15PlatformSupport21histogramCustomCountsEPKciiii
5225 fun:_ZN7WebCore19CCLayerTreeHostImpl20optimizeRenderPasses* 5218 fun:_ZN7WebCore19CCLayerTreeHostImpl20optimizeRenderPasses*
5226 fun:_ZN7WebCore19CCLayerTreeHostImpl10drawLayersEv 5219 fun:_ZN7WebCore19CCLayerTreeHostImpl10drawLayersEv
5227 fun:_ZN7WebCore19CCSingleThreadProxy11doCompositeEv 5220 fun:_ZN7WebCore19CCSingleThreadProxy11doCompositeEv
5228 } 5221 }
5229 { 5222 {
5230 bug_117427_a
5231 Memcheck:Leak
5232 fun:_Znw*
5233 ...
5234 fun:_ZN3net9HostCache3SetERKNS0_3KeyEiRKNS_11AddressListEN4base9TimeTicksENS7 _9TimeDeltaE
5235 fun:_ZN3net16HostResolverImpl11CacheResultERKNS_9HostCache3KeyEiRKNS_11Addres sListEN4base9TimeDeltaE
5236 fun:_ZN3net16HostResolverImpl3Job16CompleteRequestsEiRKNS_11AddressListEN4bas e9TimeDeltaE
5237 fun:_ZN3net16HostResolverImpl3Job18OnProcTaskCompleteEiRKNS_11AddressListE
5238 }
5239 {
5240 bug_117427_b
5241 Memcheck:Leak
5242 fun:_Znw*
5243 ...
5244 fun:_ZN3net13ExpiringCacheINS_9HostCache3KeyENS1_5EntryEE3PutERKS2_RKS3_N4bas e9TimeTicksENS9_9TimeDeltaE
5245 fun:_ZN3net9HostCache3SetERKNS0_3KeyEiRKNS_11AddressListEN4base9TimeTicksENS7 _9TimeDeltaE
5246 fun:_ZN3net20MockHostResolverBase11ResolveProcEmRKNS_12HostResolver11RequestI nfoEPNS_11AddressListE
5247 fun:_ZN3net20MockHostResolverBase10ResolveNowEm
5248 }
5249 {
5250 bug_118890_a 5223 bug_118890_a
5251 Memcheck:Leak 5224 Memcheck:Leak
5252 ... 5225 ...
5253 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE 5226 fun:_ZN8notifier18SingleLoginAttemptC1EPNS_13LoginSettingsEPNS0_8DelegateE
5254 fun:_ZN8notifier5Login15StartConnectionEv 5227 fun:_ZN8notifier5Login15StartConnectionEv
5255 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_ 5228 fun:_ZN13sync_notifier20InvalidationNotifier17UpdateCredentialsERKSsS2_
5256 } 5229 }
5257 { 5230 {
5258 bug_118890_b 5231 bug_118890_b
5259 Memcheck:Leak 5232 Memcheck:Leak
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
5780 obj:/lib/libselinux.so.1 5753 obj:/lib/libselinux.so.1
5781 obj:/lib/libselinux.so.1 5754 obj:/lib/libselinux.so.1
5782 } 5755 }
5783 { 5756 {
5784 bug_todo_grep 5757 bug_todo_grep
5785 Memcheck:Leak 5758 Memcheck:Leak
5786 fun:malloc 5759 fun:malloc
5787 obj:/bin/grep 5760 obj:/bin/grep
5788 obj:/bin/grep 5761 obj:/bin/grep
5789 } 5762 }
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