Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 11336031: Cleanup suppression for compositor test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/valgrind/gtest_exclude/compositor_unittests.gtest.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 2a8020f3c61b5443503ea69b458c38719604e98c..8073967623fa961a3df47e3d0a0efd4dc943d341 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -739,12 +739,14 @@
Memcheck:Leak
fun:malloc
...
+ fun:_ZN3gfx9RealGLApi17glCompileShaderFnEj
fun:_ZN6webkit3gpu33WebGraphicsContext3DInProcessImpl13compileShaderEj
- fun:_ZN7WebCore18ProgramBindingBase10loadShaderEPN6WebKit20WebGraphicsContext3DEjRKN3WTF6StringE
- fun:_ZN7WebCore18ProgramBindingBase4initEPN6WebKit20WebGraphicsContext3DERKN3WTF6StringES7_
- ...
- fun:_ZN7WebCore12CCRendererGL23initializeSharedObjectsEv
- fun:_ZN7WebCore12CCRendererGL10initializeEv
+ fun:_ZN2cc18ProgramBindingBase10loadShaderEPN6WebKit20WebGraphicsContext3DEjRKSs
+ fun:_ZN2cc18ProgramBindingBase4initEPN6WebKit20WebGraphicsContext3DERKSsS5_
+ fun:_ZN2cc14ProgramBindingINS_26VertexShaderPosTexIdentityENS_21FragmentShaderRGBATexEEC1EPN6WebKit20WebGraphicsContext3DE
+ fun:_ZN2cc24AcceleratedTextureCopierC1EPN6WebKit20WebGraphicsContext3DEb
+ fun:_ZN2cc24AcceleratedTextureCopier6createEPN6WebKit20WebGraphicsContext3DEb
+ fun:_ZN2cc16ResourceProvider10initializeEv
}
# bug_todo_getdelim, bug_todo_getdelim2 and bug_todo_grep used to happen on
# Google Lucid workstations only.
@@ -6101,49 +6103,3 @@
fun:_ZN26ProfileKeyedServiceFactory23SetTestingFactoryAndUseEP7ProfilePFP19ProfileKeyedServiceS1_E
fun:_ZN21VisitedLinkEventsTest5SetUpEv
}
-{
- bug_158312
- Memcheck:Leak
- fun:realloc
- fun:__vasprintf_chk
- fun:g_vasprintf
- fun:g_strdup_vprintf
- fun:g_strdup_printf
- fun:gdk_x_error
- fun:_XError
- fun:process_responses
- fun:_XReply
- fun:_XGetWindowAttributes
- fun:XGetWindowAttributes
- fun:_ZN3gfx25NativeViewGLSurfaceOSMesa6ResizeERKNS_4SizeE
- fun:_ZN3gfx15GLSurfaceOSMesa10InitializeEv
- fun:_ZN3gfx25NativeViewGLSurfaceOSMesa10InitializeEv
- fun:_ZN3gfx9GLSurface19CreateViewGLSurfaceEbm
- fun:_ZN6webkit3gpu33WebGraphicsContext3DInProcessImpl15CreateForWindowEN6WebKit20WebGraphicsContext3D10AttributesEmPN3gfx12GLShareGroupE
- fun:_ZN2ui21DefaultContextFactory19CreateContextCommonEPNS_10CompositorEb
- fun:_ZN2ui21DefaultContextFactory13CreateContextEPNS_10CompositorE
- fun:_ZN2ui10Compositor19createOutputSurfaceEv
- fun:_ZN6WebKit20WebLayerTreeViewImpl19createOutputSurfaceEv
- fun:_ZN2cc13LayerTreeHost13createContextEv
- fun:_ZN2cc17SingleThreadProxy17initializeContextEv
-}
-{
- bug_158314
- Memcheck:Leak
- fun:malloc
- fun:__talloc
- ...
- fun:talloc_init
- fun:_ZN10loop_stateC1Ev
- fun:_ZN13loop_analysisC1Ev
- fun:_Z22analyze_loop_variablesP9exec_list
- fun:_Z22do_common_optimizationP9exec_listbj
- fun:_mesa_glsl_compile_shader
- fun:compile_shader
- fun:_mesa_CompileShaderARB
- fun:glCompileShader
- fun:_ZN3gfx9RealGLApi17glCompileShaderFnEj
- fun:_ZN6webkit3gpu33WebGraphicsContext3DInProcessImpl13compileShaderEj
- fun:_ZN2cc18ProgramBindingBase10loadShaderEPN6WebKit20WebGraphicsContext3DEjRKSs
- fun:_ZN2cc18ProgramBindingBase4initEPN6WebKit20WebGraphicsContext3DERKSsS5_
-}
« no previous file with comments | « tools/valgrind/gtest_exclude/compositor_unittests.gtest.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698