diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-13 15:06:27 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-13 15:06:27 +0000 |
commit | aeda9d98cc0893bbaed8f0d774d1f19a15f55e2a (patch) | |
tree | b87c1a392f2b36078e1ffdf18c2c4ea2c390c80a | |
parent | ab67ef4037a62df93cec7ebde6c76a476afad16a (diff) | |
download | chromium_src-aeda9d98cc0893bbaed8f0d774d1f19a15f55e2a.zip chromium_src-aeda9d98cc0893bbaed8f0d774d1f19a15f55e2a.tar.gz chromium_src-aeda9d98cc0893bbaed8f0d774d1f19a15f55e2a.tar.bz2 |
More suppressions to green up the waterfall
BUG=251034,259350
TBR=rnk
NOTRY=true
Review URL: https://codereview.chromium.org/19131002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211571 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/heapcheck/suppressions.txt | 12 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 22 |
2 files changed, 22 insertions, 12 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 29df536..e845d4a 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -886,22 +886,10 @@ bug_251034_b Heapcheck:Leak ... - fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn - fun:gfx::GLContextOSMesa::MakeCurrent fun:Initialize fun:gpu::GLInProcessContext::CreateContext fun:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl::MaybeInitializeGL fun:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl::makeContextCurrent - fun:ui::DefaultContextFactory::CreateContextCommon - fun:ui::DefaultContextFactory::CreateOutputSurface - fun:ui::Compositor::CreateOutputSurface - fun:cc::LayerTreeHost::CreateOutputSurface - fun:cc::LayerTreeHost::InitializeProxy - fun:cc::LayerTreeHost::Initialize - fun:cc::LayerTreeHost::Create - fun:Compositor - fun:ui::TestCompositorHostX11::Show - fun:SetUp } { bug_251034_c diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index d753736..f5d7a90 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -7026,6 +7026,22 @@ fun:_ZN3net10FileStream7Context14CloseAndDeleteEv } { + bug_251034 + Memcheck:Leak + ... + fun:_ZN3gpu5gles216ShaderTranslator4InitE12ShShaderType12ShShaderSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27GlslBuiltInFunctionBehaviorE + fun:_ZN3gpu5gles221ShaderTranslatorCache13GetTranslatorE12ShShaderType12ShShaderSpecPK18ShBuiltInResourcesNS0_25ShaderTranslatorInterface22GlslImplementationTypeENS7_27GlslBuiltInFunctionBehaviorE + fun:_ZN3gpu5gles216GLES2DecoderImpl26InitializeShaderTranslatorEv + fun:_ZN3gpu5gles216GLES2DecoderImpl10InitializeERK13scoped_refptrIN3gfx9GLSurfaceEERKS2_INS3_9GLContextEEbRKNS3_4SizeERKNS0_18DisallowedFeaturesEPKcRKSt6vectorIiSaIiEE + fun:_ZN3gpu12_GLOBAL__N_122GLInProcessContextImpl10InitializeEbmRKN3gfx4SizeEPKcPKiNS2_13GpuPreferenceERKN4base8CallbackIFvvEEE + fun:_ZN3gpu18GLInProcessContext13CreateContextEbmRKN3gfx4SizeEbPKcPKiNS1_13GpuPreferenceERKN4base8CallbackIFvvEEE + fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl17MaybeInitializeGLEv + fun:_ZN6webkit3gpu46WebGraphicsContext3DInProcessCommandBufferImpl18makeContextCurrentEv + fun:_ZN2cc13OutputSurface12BindToClientEPNS_19OutputSurfaceClientE + fun:_ZN2cc17LayerTreeHostImpl18InitializeRendererE10scoped_ptrINS_13OutputSurfaceEN4base14DefaultDeleterIS2_EEE + fun:_ZN2cc11ThreadProxy35InitializeOutputSurfaceOnImplThreadEPNS_15CompletionEventE10scoped_ptrINS_13OutputSurfaceEN4base14DefaultDeleterIS4_EEE13scoped_refptrINS_15ContextProviderEEPbPNS_20RendererCapabilitiesE +} +{ bug_252054 Memcheck:Unaddressable fun:_ZNK7WebCore32PlatformSpeechSynthesisUtterance6clientEv @@ -7249,6 +7265,12 @@ fun:_ZN11jingle_glue26ProxyResolvingClientSocket23ProcessProxyResolveDoneEi } { + bug_259350f + Memcheck:Leak + fun:_Znw* + fun:_ZN11jingle_glue26ProxyResolvingClientSocket23ProcessProxyResolveDoneEi +} +{ bug_259357a Memcheck:Leak fun:_Znw* |