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

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

Issue 10829279: Remove the suppression for Valgrind checks against WebFilterOperations, as the leak should be resol… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | 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 5592 matching lines...) Expand 10 before | Expand all | Expand 10 after
5603 Memcheck:Uninitialized 5603 Memcheck:Uninitialized
5604 fun:_ZNK7WebCore16HTMLInputElement8dataListEv 5604 fun:_ZNK7WebCore16HTMLInputElement8dataListEv
5605 fun:_ZNK7WebCore16HTMLInputElement4listEv 5605 fun:_ZNK7WebCore16HTMLInputElement4listEv
5606 fun:_ZN7WebCore11RenderTheme16paintSliderTicksEPNS_12RenderObjectERKNS_9Paint InfoERKNS_7IntRectE 5606 fun:_ZN7WebCore11RenderTheme16paintSliderTicksEPNS_12RenderObjectERKNS_9Paint InfoERKNS_7IntRectE
5607 fun:_ZN7WebCore24RenderThemeChromiumLinux16paintSliderTrackEPNS_12RenderObjec tERKNS_9PaintInfoERKNS_7IntRectE 5607 fun:_ZN7WebCore24RenderThemeChromiumLinux16paintSliderTrackEPNS_12RenderObjec tERKNS_9PaintInfoERKNS_7IntRectE
5608 fun:_ZN7WebCore11RenderTheme5paintEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7I ntRectE 5608 fun:_ZN7WebCore11RenderTheme5paintEPNS_12RenderObjectERKNS_9PaintInfoERKNS_7I ntRectE
5609 fun:_ZN7WebCore9RenderBox19paintBoxDecorationsERNS_9PaintInfoERKNS_21Fraction alLayoutPointE 5609 fun:_ZN7WebCore9RenderBox19paintBoxDecorationsERNS_9PaintInfoERKNS_21Fraction alLayoutPointE
5610 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_21FractionalLay outPointE 5610 fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_21FractionalLay outPointE
5611 } 5611 }
5612 { 5612 {
5613 bug_138231
5614 Memcheck:Leak
5615 fun:_Znw*
5616 fun:_ZN6WebKit19WebFilterOperations10initializeEv
5617 fun:_ZN6WebKit19WebFilterOperationsC1ERKS0_
5618 fun:_ZN7WebCore20CCRenderPassDrawQuadC1EPKN6WebKit28WebCompositorSharedQuadSt ateERKNS_7IntRectEibRKNS1_23WebTransformationMatrixERKNS1_19WebFilterOperationsE SD_jS7_
5619 fun:_ZN7WebCore20CCRenderPassDrawQuad6createEPKN6WebKit28WebCompositorSharedQ uadStateERKNS_7IntRectEibRKNS1_23WebTransformationMatrixERKNS1_19WebFilterOperat ionsESD_jS7_
5620 fun:_ZN7WebCore15CCRenderSurface11appendQuadsERNS_12CCQuadCullerEPN6WebKit28W ebCompositorSharedQuadStateEbi
5621 fun:_ZN7WebCore12CCRenderPass32appendQuadsForRenderSurfaceLayerEPNS_11CCLayer ImplEPKS0_PNS_22CCOcclusionTrackerBaseIS1_NS_15CCRenderSurfaceEEE
5622 fun:_ZN7WebCore19CCLayerTreeHostImpl21calculateRenderPassesERNS0_9FrameDataE
5623 fun:_ZN7WebCore19CCLayerTreeHostImpl13prepareToDrawERNS0_9FrameDataE
5624 fun:_ZN7WebCore19CCSingleThreadProxy11doCompositeEv
5625 fun:_ZN7WebCore19CCSingleThreadProxy18commitAndCompositeEv
5626 fun:_ZN7WebCore19CCSingleThreadProxy20compositeAndReadbackEPvRKNS_7IntRectE
5627 fun:_ZN7WebCore15CCLayerTreeHost20compositeAndReadbackEPvRKNS_7IntRectE
5628 fun:_ZN6WebKit16WebLayerTreeView20compositeAndReadbackEPvRKNS_7WebRectE
5629 fun:_ZN6WebKit11WebViewImpl23doPixelReadbackToCanvasEP8SkCanvasRKN7WebCore7In tRectE
5630 fun:_ZN6WebKit11WebViewImpl5paintEP8SkCanvasRKNS_7WebRectE
5631 fun:_ZN11WebViewHost9paintRectERKN6WebKit7WebRectE
5632 fun:_ZN11WebViewHost22paintInvalidatedRegionEv
5633 }
5634 {
5635 bug_138233_a 5613 bug_138233_a
5636 Memcheck:Leak 5614 Memcheck:Leak
5637 fun:malloc 5615 fun:malloc
5638 fun:_ZN3WTF10fastMallocEm 5616 fun:_ZN3WTF10fastMallocEm
5639 fun:_ZN3WTF10RefCountedIN7WebCore17ScriptProfileNodeEEnwEm 5617 fun:_ZN3WTF10RefCountedIN7WebCore17ScriptProfileNodeEEnwEm
5640 fun:_ZN7WebCore17ScriptProfileNode6createEPKN2v814CpuProfileNodeE 5618 fun:_ZN7WebCore17ScriptProfileNode6createEPKN2v814CpuProfileNodeE
5641 fun:_ZNK7WebCore13ScriptProfile4headEv 5619 fun:_ZNK7WebCore13ScriptProfile4headEv
5642 fun:_ZN7WebCore23ScriptProfileV8InternalL14headAttrGetterEN2v85LocalINS1_6Str ingEEERKNS1_12AccessorInfoE 5620 fun:_ZN7WebCore23ScriptProfileV8InternalL14headAttrGetterEN2v85LocalINS1_6Str ingEEERKNS1_12AccessorInfoE
5643 fun:_ZN2v88internal8JSObject23GetPropertyWithCallbackEPNS0_6ObjectES3_PNS0_6S tringE 5621 fun:_ZN2v88internal8JSObject23GetPropertyWithCallbackEPNS0_6ObjectES3_PNS0_6S tringE
5644 fun:_ZN2v88internal6Object11GetPropertyEPS1_PNS0_12LookupResultEPNS0_6StringE P18PropertyAttributes 5622 fun:_ZN2v88internal6Object11GetPropertyEPS1_PNS0_12LookupResultEPNS0_6StringE P18PropertyAttributes
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
5866 obj:/lib/libselinux.so.1 5844 obj:/lib/libselinux.so.1
5867 obj:/lib/libselinux.so.1 5845 obj:/lib/libselinux.so.1
5868 } 5846 }
5869 { 5847 {
5870 bug_todo_grep 5848 bug_todo_grep
5871 Memcheck:Leak 5849 Memcheck:Leak
5872 fun:malloc 5850 fun:malloc
5873 obj:/bin/grep 5851 obj:/bin/grep
5874 obj:/bin/grep 5852 obj:/bin/grep
5875 } 5853 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698