Commit 15de24c8 authored by glider@chromium.org's avatar glider@chromium.org

Suppress a leak in BookmarkBarGtkUnittest.HidesHelpMessageWithBookmark (issue 164185)

Add a new suppression for dbus leaks (issue 163111)
Suppress uninit values in WebCore::RenderBox::paintFillLayers (issue 164198)

BUG=164185,163111,164198
TBR=eugenis
Review URL: https://codereview.chromium.org/11412329

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171026 0039d316-1c4b-4281-b951-d872f2087c98
parent adf7cd5d
...@@ -1645,3 +1645,16 @@ ...@@ -1645,3 +1645,16 @@
fun:dbus::Response::FromMethodCall fun:dbus::Response::FromMethodCall
fun:chromeos::ibus::IBusPanelServiceImpl::UpdateProperty fun:chromeos::ibus::IBusPanelServiceImpl::UpdateProperty
} }
{
bug_164185
Heapcheck:Leak
...
fun:BookmarkBarGtk::GetFirstHiddenBookmark
fun:BookmarkBarGtk::SetChevronState
fun:BookmarkBarGtk::BookmarkNodeAdded
fun:BookmarkModel::AddNode
fun:BookmarkModel::AddURLWithCreationTime
fun:BookmarkModel::AddURL
fun:BookmarkBarGtkUnittest_HidesHelpMessageWithBookmark_Test::TestBody
}
...@@ -6248,7 +6248,7 @@ ...@@ -6248,7 +6248,7 @@
Memcheck:Leak Memcheck:Leak
fun:_Znw* fun:_Znw*
fun:_ZN4dbus8Response14FromMethodCallEPNS_10MethodCallE fun:_ZN4dbus8Response14FromMethodCallEPNS_10MethodCallE
fun:_ZN8chromeos4ibus20IBusPanelServiceImpl*Properties* fun:_ZN8chromeos4ibus20IBusPanelServiceImpl*
} }
{ {
bug_163922 bug_163922
...@@ -6305,3 +6305,22 @@ ...@@ -6305,3 +6305,22 @@
fun:_ZN3net10URLFetcher6CreateERK4GURLNS0_11RequestTypeEPNS_18URLFetcherDelegateE fun:_ZN3net10URLFetcher6CreateERK4GURLNS0_11RequestTypeEPNS_18URLFetcherDelegateE
fun:_ZN18WebResourceService10StartFetchEv fun:_ZN18WebResourceService10StartFetchEv
} }
{
bug_164198
Memcheck:Uninitialized
fun:_ZN7WebCore9RenderBox15paintFillLayersERKNS_9PaintInfoERKNS_5ColorEPKNS_9FillLayerERKNS_10LayoutRectENS_24BackgroundBleedAvoidanceENS_17CompositeOperatorEPNS_12RenderObjectE
fun:_ZN7WebCore9RenderBox15paintBackgroundERKNS_9PaintInfoERKNS_10LayoutRectENS_24BackgroundBleedAvoidanceE
fun:_ZN7WebCore9RenderBox19paintBoxDecorationsERNS_9PaintInfoERKNS_11LayoutPointE
fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE
fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE
...
fun:_ZN7WebCore11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE
fun:_ZN7WebCore11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE
fun:_ZN7WebCore11RenderLayer18paintLayerContentsEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
fun:_ZN7WebCore11RenderLayer31paintLayerContentsAndReflectionEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
fun:_ZN7WebCore11RenderLayer10paintLayerEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
fun:_ZN7WebCore11RenderLayer9paintListEPN3WTF6VectorIPS0_Lm0EEEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
fun:_ZN7WebCore11RenderLayer18paintLayerContentsEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
fun:_ZN7WebCore11RenderLayer31paintLayerContentsAndReflectionEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
fun:_ZN7WebCore11RenderLayer10paintLayerEPNS_15GraphicsContextERKNS0_17LayerPaintingInfoEj
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment