OLD | NEW |
---|---|
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 5865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5876 Memcheck:Unaddressable | 5876 Memcheck:Unaddressable |
5877 ... | 5877 ... |
5878 fun:_*Sk* | 5878 fun:_*Sk* |
5879 ... | 5879 ... |
5880 fun:_ZN7WebCore24CanvasRenderingContext2D* | 5880 fun:_ZN7WebCore24CanvasRenderingContext2D* |
5881 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL11*CallbackERKN2v89Argume ntsE | 5881 fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL11*CallbackERKN2v89Argume ntsE |
5882 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE | 5882 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE |
5883 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgume ntsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE | 5883 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgume ntsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE |
5884 } | 5884 } |
5885 { | 5885 { |
5886 FileStream::Context can leak through WorkerPool by design | |
Lei Zhang
2012/11/06 01:58:27
This is in the wrong section, and you also need to
| |
5887 Memcheck:Leak | |
5888 fun:_Znw* | |
5889 fun:_ZN3net10FileStreamC1EPNS_6NetLogE | |
5890 ... | |
5891 } | |
5892 { | |
5893 Tasks posted to WorkerPool can leak by design | |
5894 Memcheck:Leak | |
5895 fun:_Znw* | |
5896 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_ | |
5897 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_b | |
5898 ... | |
5899 } | |
5900 { | |
5886 bug_149748b | 5901 bug_149748b |
5887 Memcheck:Unaddressable | 5902 Memcheck:Unaddressable |
5888 ... | 5903 ... |
5889 fun:*SkPath* | 5904 fun:*SkPath* |
5890 ... | 5905 ... |
5891 fun:_ZN8SkDevice8drawRectERK6SkDrawRK6SkRectRK7SkPaint | 5906 fun:_ZN8SkDevice8drawRectERK6SkDrawRK6SkRectRK7SkPaint |
5892 fun:_ZN8SkCanvas8drawRectERK6SkRectRK7SkPaint | 5907 fun:_ZN8SkCanvas8drawRectERK6SkRectRK7SkPaint |
5893 fun:_ZN7WebCore15GraphicsContext10strokeRectERKNS_9FloatRectEf | 5908 fun:_ZN7WebCore15GraphicsContext10strokeRectERKNS_9FloatRectEf |
5894 fun:_ZNK7WebCore13RenderSVGRect11strokeShapeEPNS_15GraphicsContextE | 5909 fun:_ZNK7WebCore13RenderSVGRect11strokeShapeEPNS_15GraphicsContextE |
5895 } | 5910 } |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
6110 fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderS tyleE | 6125 fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderS tyleE |
6111 fun:_ZN7WebCore11RenderBlock14styleDidChangeENS_15StyleDifferenceEPKNS_11Rend erStyleE | 6126 fun:_ZN7WebCore11RenderBlock14styleDidChangeENS_15StyleDifferenceEPKNS_11Rend erStyleE |
6112 fun:_ZN7WebCore12RenderObject8setStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE | 6127 fun:_ZN7WebCore12RenderObject8setStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE |
6113 } | 6128 } |
6114 { | 6129 { |
6115 bug_159286 | 6130 bug_159286 |
6116 Memcheck:Uninitialized | 6131 Memcheck:Uninitialized |
6117 fun:_ZN2ui10Compositor20OnSwapBuffersAbortedEv | 6132 fun:_ZN2ui10Compositor20OnSwapBuffersAbortedEv |
6118 fun:_ZN2ui52LayerWithRealCompositorTest_CompositorObservers_Test8TestBodyEv | 6133 fun:_ZN2ui52LayerWithRealCompositorTest_CompositorObservers_Test8TestBodyEv |
6119 } | 6134 } |
OLD | NEW |