summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgroby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-17 23:48:01 +0000
committergroby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-17 23:48:01 +0000
commit644ef8f6c992dc31465e56eaa5a2109cd861b26a (patch)
tree7792625a954b699d052f5605d38ed658aa4c2f15
parent79f177fcdb628ad2b44e0f788ad60e5e344d5834 (diff)
downloadchromium_src-644ef8f6c992dc31465e56eaa5a2109cd861b26a.zip
chromium_src-644ef8f6c992dc31465e56eaa5a2109cd861b26a.tar.gz
chromium_src-644ef8f6c992dc31465e56eaa5a2109cd861b26a.tar.bz2
[Memory Sheriff] Leak suppression
Might be that we need to suppress all of OSMesaMakeCurrentFn, but I didn't want the suppressions too wide on the first try. Keeping an eye. NOTRY=true TBR=thestig@chromium.org, senorblanco@chromium.org, apatrick@chromium.org BUG=251034 Review URL: https://chromiumcodereview.appspot.com/16989004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206836 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/heapcheck/suppressions.txt55
1 files changed, 55 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 5c1aecb..aa2345a 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -870,3 +870,58 @@
fun:jingle_glue::XmppClientSocketFactory::CreateTransportClientSocket
fun:jingle_glue::ChromeAsyncSocket::Connect
}
+{
+ bug_251034_a
+ Heapcheck:Leak
+ ...
+ fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn
+ fun:gfx::GLContextOSMesa::MakeCurrent
+ fun:gpu::gles2::GLES2DecoderImpl::MakeCurrent
+ fun:webkit::gpu::GLInProcessContext::PumpCommands
+}
+{
+ bug_251034_b
+ Heapcheck:Leak
+ ...
+ fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn
+ fun:gfx::GLContextOSMesa::MakeCurrent
+ fun:webkit::gpu::GLInProcessContext::Initialize
+ fun:webkit::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::TestCompositorHostLinux::Show
+ fun:SetUp
+}
+{
+ bug_251034_c
+ Heapcheck:Leak
+ ...
+ fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn
+ fun:gfx::GLContextOSMesa::MakeCurrent
+ fun:ScopedMakeCurrent
+ fun:gfx::GLSurfaceOSMesa::Resize
+ fun:gfx::NativeViewGLSurfaceOSMesa::Resize
+ fun:webkit::gpu::GLInProcessContext::OnResizeView
+}
+{
+ bug_251034_d
+ Heapcheck:Leak
+ ...
+ fun:gfx::OSMESAApiBase::OSMesaMakeCurrentFn
+ fun:gfx::GLContextOSMesa::MakeCurrent
+ fun:~ScopedMakeCurrent
+ fun:base::DefaultDeleter::operator
+ fun:~scoped_ptr_impl
+ fun:~scoped_ptr
+ fun:gfx::GLSurfaceOSMesa::Resize
+ fun:gfx::NativeViewGLSurfaceOSMesa::Resize
+ fun:webkit::gpu::GLInProcessContext::OnResizeView
+}