summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-08 15:55:52 +0000
committerdhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-08 15:55:52 +0000
commit75a787aba36bf9c303db45f0dc594360f5093396 (patch)
tree4675ec67d286a7634db4a150aee3f8c043c8d783 /tools
parent0b139233f13888468871fe647e55b3d13387ca71 (diff)
downloadchromium_src-75a787aba36bf9c303db45f0dc594360f5093396.zip
chromium_src-75a787aba36bf9c303db45f0dc594360f5093396.tar.gz
chromium_src-75a787aba36bf9c303db45f0dc594360f5093396.tar.bz2
Valgrind uninitialized in ViewLayerTest::DontPaintChildrenWithLayers
Suppresses unititialized report in ViewLayerTest::DontPaintChildrenWithLayers. BUG=127236 TEST=Valgrind on ChromeOS TBR=tkent@chromium.org Review URL: https://chromiumcodereview.appspot.com/10388029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 72db2d4..7bbc645 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5772,6 +5772,27 @@
fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE
fun:_ZN30ChromeBrowserMainExtraPartsAsh14PreProfileInitEv
}
+{
+ bug_127236
+ Memcheck:Uninitialized
+ fun:_ZN7WebCore6Region5Shape13compareShapesINS1_24CompareContainsOperationEEEbRKS1_S5_
+ fun:_ZNK7WebCore6Region8containsERKS0_
+ fun:_ZN7WebCoreL23testContentRectOccludedERKNS_7IntRectERKNS_20TransformationMatrixES2_RKNS_6RegionE
+ fun:_ZNK7WebCore22CCOcclusionTrackerBaseINS_13LayerChromiumENS_21RenderSurfaceChromiumEE8occludedEPKS1_RKNS_7IntRectE
+ fun:_ZN7WebCore18TiledLayerChromium11updateTilesEbiiiiRNS_16CCTextureUpdaterEPKNS_22CCOcclusionTrackerBaseINS_13LayerChromiumENS_21RenderSurfaceChromiumEEE
+ fun:_ZN7WebCore18TiledLayerChromium15updateLayerRectERNS_16CCTextureUpdaterERKNS_7IntRectEPKNS_22CCOcclusionTrackerBaseINS_13LayerChromiumENS_21RenderSurfaceChromiumEEE
+ fun:_ZN7WebCore20ContentLayerChromium6updateERNS_16CCTextureUpdaterEPKNS_22CCOcclusionTrackerBaseINS_13LayerChromiumENS_21RenderSurfaceChromiumEEE
+ fun:_ZN7WebCore15CCLayerTreeHost6updateEPNS_13LayerChromiumENS0_9PaintTypeERNS_16CCTextureUpdaterEPKNS_22CCOcclusionTrackerBaseIS1_NS_21RenderSurfaceChromiumEEE
+ fun:_ZN7WebCore15CCLayerTreeHost18paintLayerContentsERKN3WTF6VectorINS1_6RefPtrINS_13LayerChromiumEEELm0EEENS0_9PaintTypeERNS_16CCTextureUpdaterE
+ fun:_ZN7WebCore15CCLayerTreeHost12updateLayersEPNS_13LayerChromiumERNS_16CCTextureUpdaterE
+ fun:_ZN7WebCore15CCLayerTreeHost12updateLayersERNS_16CCTextureUpdaterE
+ fun:_ZN7WebCore19CCSingleThreadProxy18commitAndCompositeEv
+ fun:_ZN7WebCore19CCSingleThreadProxy20compositeImmediatelyEv
+ fun:_ZN7WebCore15CCLayerTreeHost9compositeEv
+ fun:_ZN6WebKit16WebLayerTreeView9compositeEv
+ fun:_ZN2ui10Compositor4DrawEb
+ fun:_ZN5views46ViewLayerTest_DontPaintChildrenWithLayers_Test8TestBodyEv
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations