summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-30 12:40:27 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-30 12:40:27 +0000
commit2b70537e3e0c5c3fa894880570b1045417f151b5 (patch)
tree28c65f278239b57e3908188bab90118769fa5fd3 /tools
parent6712da67126af7723b1166f26d38240a102e2bd4 (diff)
downloadchromium_src-2b70537e3e0c5c3fa894880570b1045417f151b5.zip
chromium_src-2b70537e3e0c5c3fa894880570b1045417f151b5.tar.gz
chromium_src-2b70537e3e0c5c3fa894880570b1045417f151b5.tar.bz2
Suppress one uninit and one leak to make the WebKit layout Valgrind bot greener
TBR=thakis NOTRY=true BUG=173097,173096 Review URL: https://codereview.chromium.org/12079073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179620 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index ff992e5..89b04f7 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6553,3 +6553,32 @@
fun:_ZN7content21RenderProcessHostImpl17OnMessageReceivedERKN3IPC7MessageE
fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE
}
+{
+ bug_173096
+ Memcheck:Uninitialized
+ fun:bcmp
+ fun:_ZN2cc19LayerTreeDebugState5equalERKS0_S2_
+ fun:_ZN2cc13LayerTreeHost13setDebugStateERKNS_19LayerTreeDebugStateE
+ fun:_ZN6WebKit20WebLayerTreeViewImpl*set*
+ fun:_ZN6WebKit11WebViewImpl33setIsAcceleratedCompositingActiveEb
+ fun:_ZN6WebKit11WebViewImpl20setRootGraphicsLayerEPN7WebCore13GraphicsLayerE
+ fun:_ZN6WebKit16ChromeClientImpl23attachRootGraphicsLayerEPN7WebCore5FrameEPNS1_13GraphicsLayerE
+ fun:_ZN7WebCore21RenderLayerCompositor15attachRootLayerENS0_19RootLayerAttachmentE
+ fun:_ZN7WebCore21RenderLayerCompositor15ensureRootLayerEv
+ fun:_ZN7WebCore21RenderLayerCompositor21enableCompositingModeEb
+ fun:_ZN7WebCore21RenderLayerCompositor13updateBackingEPNS_11RenderLayerENS0_24CompositingChangeRepaintE
+ fun:_ZN7WebCore21RenderLayerCompositor27updateLayerCompositingStateEPNS_11RenderLayerENS0_24CompositingChangeRepaintE
+ fun:_ZN7WebCore11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11RenderStyleE
+ fun:_ZN7WebCore22RenderLayerModelObject14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
+ fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderStyleE
+}
+{
+ bug_173097
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN7WebCore22SkiaImageFilterBuilder5buildERKNS_16FilterOperationsE
+ fun:_ZN7WebCore21GraphicsLayerChromium10setFiltersERKNS_16FilterOperationsE
+ fun:_ZN7WebCore18RenderLayerBacking13updateFiltersEPKNS_11RenderStyleE
+ fun:_ZN7WebCore18RenderLayerBacking*GraphicsLayer*
+}