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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 10831171: Suppress memory leaks in ExtensionAction::*Animation and a NULL deref in WebKit. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 150020)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -5820,6 +5820,25 @@
fun:_ZN5media8Pipeline8SeekTaskEN4base9TimeDeltaERKNS1_8CallbackIFvNS_14PipelineStatusEEEE
}
{
+ bug_139853
+ Memcheck:Unaddressable
+ fun:_ZN11SkGpuDeviceC1EP9GrContextP9GrTexture
+ fun:_ZN7WebCoreL23createAcceleratedCanvas*
+ fun:_ZN7WebCore45FrameBufferSkPictureCanvasLayerTextureUpdater17*
+ fun:_ZN7WebCore45FrameBufferSkPictureCanvasLayerTextureUpdater7Texture10updateRectEPNS_18CCResourceProviderERKNS_7IntRectES6_
+ fun:_ZN7WebCore12_GLOBAL__N_126UnthrottledTextureUploader13uploadTextureEPNS_19LayerTextureUpdater7TextureEPNS_18CCResourceProviderENS_7IntRectES7_
+ fun:_ZN7WebCore16CCTextureUpdater6updateEPNS_18CCResourceProviderEPNS_13TextureCopierEPNS_15TextureUploaderEm
+ fun:_ZN7WebCore19CCSingleThreadProxy8doCommitERNS_16CCTextureUpdaterE
+ fun:_ZN7WebCore19CCSingleThreadProxy18commitAndCompositeEv
+ fun:_ZN7WebCore19CCSingleThreadProxy20compositeAndReadbackEPvRKNS_7IntRectE
+ fun:_ZN7WebCore15CCLayerTreeHost20compositeAndReadbackEPvRKNS_7IntRectE
+ fun:_ZN6WebKit16WebLayerTreeView20compositeAndReadbackEPvRKNS_7WebRectE
+ fun:_ZN6WebKit11WebViewImpl23doPixelReadbackToCanvasEP8SkCanvasRKN7WebCore7IntRectE
+ fun:_ZN6WebKit11WebViewImpl5paintEP8SkCanvasRKNS_7WebRectE
+ fun:_ZN11WebViewHost9paintRectERKN6WebKit7WebRectE
+ fun:_ZN11WebViewHost22paintInvalidatedRegionEv
+}
+{
bug_139996
Memcheck:Leak
fun:_Znw*
@@ -5861,6 +5880,13 @@
...
fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b
}
+{
+ bug_140628
+ Memcheck:Leak
+ ...
+ fun:_ZN15ExtensionAction16RunIconAnimationEi
+ fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« 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