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

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

Issue 10701050: net: Implement canceling of all async operations in FileStream. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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
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 5886 matching lines...) Expand 10 before | Expand all | Expand 10 after
5897 Memcheck:Unaddressable 5897 Memcheck:Unaddressable
5898 ... 5898 ...
5899 fun:_*Sk* 5899 fun:_*Sk*
5900 ... 5900 ...
5901 fun:_ZN7WebCore24CanvasRenderingContext2D* 5901 fun:_ZN7WebCore24CanvasRenderingContext2D*
5902 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL11*CallbackERKN2v89Argume ntsE 5902 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL11*CallbackERKN2v89Argume ntsE
5903 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 5903 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5904 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgume ntsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 5904 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgume ntsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5905 } 5905 }
5906 { 5906 {
5907 FileStream::Context can leak through WorkerPool by design
5908 Memcheck:Leak
5909 fun:_Znw*
5910 fun:_ZN3net10FileStreamC1EPNS_6NetLogE
5911 ...
5912 }
5913 {
5914 Tasks posted to WorkerPool can leak by design
5915 Memcheck:Leak
5916 fun:_Znw*
5917 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
5918 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_b
5919 ...
5920 }
5921 {
5907 bug_149748b 5922 bug_149748b
5908 Memcheck:Unaddressable 5923 Memcheck:Unaddressable
5909 ... 5924 ...
5910 fun:*SkPath* 5925 fun:*SkPath*
5911 ... 5926 ...
5912 fun:_ZN8SkDevice8drawRectERK6SkDrawRK6SkRectRK7SkPaint 5927 fun:_ZN8SkDevice8drawRectERK6SkDrawRK6SkRectRK7SkPaint
5913 fun:_ZN8SkCanvas8drawRectERK6SkRectRK7SkPaint 5928 fun:_ZN8SkCanvas8drawRectERK6SkRectRK7SkPaint
5914 fun:_ZN7WebCore15GraphicsContext10strokeRectERKNS_9FloatRectEf 5929 fun:_ZN7WebCore15GraphicsContext10strokeRectERKNS_9FloatRectEf
5915 fun:_ZNK7WebCore13RenderSVGRect11strokeShapeEPNS_15GraphicsContextE 5930 fun:_ZNK7WebCore13RenderSVGRect11strokeShapeEPNS_15GraphicsContextE
5916 } 5931 }
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
6148 { 6163 {
6149 bug_159005 6164 bug_159005
6150 Memcheck:Uninitialized 6165 Memcheck:Uninitialized
6151 fun:_ZN7WebCore13RenderMarquee18updateMarqueeStyleEv 6166 fun:_ZN7WebCore13RenderMarquee18updateMarqueeStyleEv
6152 fun:_ZN7WebCore11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11Render StyleE 6167 fun:_ZN7WebCore11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11Render StyleE
6153 fun:_ZN7WebCore22RenderLayerModelObject14styleDidChangeENS_15StyleDifferenceE PKNS_11RenderStyleE 6168 fun:_ZN7WebCore22RenderLayerModelObject14styleDidChangeENS_15StyleDifferenceE PKNS_11RenderStyleE
6154 fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderS tyleE 6169 fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderS tyleE
6155 fun:_ZN7WebCore11RenderBlock14styleDidChangeENS_15StyleDifferenceEPKNS_11Rend erStyleE 6170 fun:_ZN7WebCore11RenderBlock14styleDidChangeENS_15StyleDifferenceEPKNS_11Rend erStyleE
6156 fun:_ZN7WebCore12RenderObject8setStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE 6171 fun:_ZN7WebCore12RenderObject8setStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE
6157 } 6172 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698