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

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: Update after http://crrev.com/159454 Created 8 years, 2 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
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 6005 matching lines...) Expand 10 before | Expand all | Expand 10 after
6016 Memcheck:Unaddressable 6016 Memcheck:Unaddressable
6017 ... 6017 ...
6018 fun:_*Sk* 6018 fun:_*Sk*
6019 ... 6019 ...
6020 fun:_ZN7WebCore24CanvasRenderingContext2D* 6020 fun:_ZN7WebCore24CanvasRenderingContext2D*
6021 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL11*CallbackERKN2v89Argume ntsE 6021 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL11*CallbackERKN2v89Argume ntsE
6022 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 6022 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
6023 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgume ntsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 6023 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgume ntsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
6024 } 6024 }
6025 { 6025 {
6026 FileStream::Context can leak through WorkerPool by design
6027 Memcheck:Leak
6028 fun:_Znw*
6029 fun:_ZN3net10FileStreamC1EPNS_6NetLogE
6030 ...
6031 }
6032 {
6033 Tasks posted to WorkerPool can leak by design
6034 Memcheck:Leak
6035 fun:_Znw*
6036 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
6037 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_b
6038 ...
6039 }
6040 {
6026 bug_149748b 6041 bug_149748b
6027 Memcheck:Unaddressable 6042 Memcheck:Unaddressable
6028 ... 6043 ...
6029 fun:*SkPath* 6044 fun:*SkPath*
6030 ... 6045 ...
6031 fun:_ZN8SkDevice8drawRectERK6SkDrawRK6SkRectRK7SkPaint 6046 fun:_ZN8SkDevice8drawRectERK6SkDrawRK6SkRectRK7SkPaint
6032 fun:_ZN8SkCanvas8drawRectERK6SkRectRK7SkPaint 6047 fun:_ZN8SkCanvas8drawRectERK6SkRectRK7SkPaint
6033 fun:_ZN7WebCore15GraphicsContext10strokeRectERKNS_9FloatRectEf 6048 fun:_ZN7WebCore15GraphicsContext10strokeRectERKNS_9FloatRectEf
6034 fun:_ZNK7WebCore13RenderSVGRect11strokeShapeEPNS_15GraphicsContextE 6049 fun:_ZNK7WebCore13RenderSVGRect11strokeShapeEPNS_15GraphicsContextE
6035 } 6050 }
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
6185 Memcheck:Leak 6200 Memcheck:Leak
6186 fun:_Znw* 6201 fun:_Znw*
6187 ... 6202 ...
6188 fun:_ZN7fileapi22LocalFileChangeTracker9TrackerDB4InitENS1_14RecoveryOptionE 6203 fun:_ZN7fileapi22LocalFileChangeTracker9TrackerDB4InitENS1_14RecoveryOptionE
6189 fun:_ZN7fileapi22LocalFileChangeTracker9TrackerDB9MarkDirtyERKSs 6204 fun:_ZN7fileapi22LocalFileChangeTracker9TrackerDB9MarkDirtyERKSs
6190 fun:_ZN7fileapi22LocalFileChangeTracker19MarkDirtyOnDatabaseERKNS_13FileSyste mURLE 6205 fun:_ZN7fileapi22LocalFileChangeTracker19MarkDirtyOnDatabaseERKNS_13FileSyste mURLE
6191 fun:_ZN7fileapi22LocalFileChangeTracker12RecordChangeERKNS_13FileSystemURLERK NS_10FileChangeE 6206 fun:_ZN7fileapi22LocalFileChangeTracker12RecordChangeERKNS_13FileSystemURLERK NS_10FileChangeE
6192 fun:_ZN7fileapi22LocalFileChangeTracker17OnCreateDirectoryERKNS_13FileSystemU RLE 6207 fun:_ZN7fileapi22LocalFileChangeTracker17OnCreateDirectoryERKNS_13FileSystemU RLE
6193 fun:_ZN7fileapi42LocalFileChangeTrackerTest_GetChanges_Test8TestBodyEv 6208 fun:_ZN7fileapi42LocalFileChangeTrackerTest_GetChanges_Test8TestBodyEv
6194 } 6209 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698