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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 11275061: Suppress some leaks on the Valgrind bots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are four kinds of suppressions in this file. 1 # There are four kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 6073 matching lines...) Expand 10 before | Expand all | Expand 10 after
6084 Memcheck:Leak 6084 Memcheck:Leak
6085 fun:_Znw* 6085 fun:_Znw*
6086 fun:_ZN12media_stream23AudioInputDeviceManager23EnumerateOnDeviceThreadEv 6086 fun:_ZN12media_stream23AudioInputDeviceManager23EnumerateOnDeviceThreadEv
6087 } 6087 }
6088 { 6088 {
6089 bug_157616 6089 bug_157616
6090 Memcheck:Uninitialized 6090 Memcheck:Uninitialized
6091 ... 6091 ...
6092 fun:_ZN7content63NavigationControllerTest_BackNavigationDoesNotClearFavicon_Te st8TestBodyEv 6092 fun:_ZN7content63NavigationControllerTest_BackNavigationDoesNotClearFavicon_Te st8TestBodyEv
6093 } 6093 }
6094 {
6095 bug_157669
6096 Memcheck:Leak
6097 fun:_Znw*
6098 fun:_ZN17VisitedLinkMasterC1EP7Profile
6099 fun:_ZN12_GLOBAL__N_122BuildVisitedLinkMasterEP7Profile
6100 fun:_ZN26ProfileKeyedServiceFactory20GetServiceForProfileEP7Profileb
6101 fun:_ZN26ProfileKeyedServiceFactory23SetTestingFactoryAndUseEP7ProfilePFP19Pr ofileKeyedServiceS1_E
6102 fun:_ZN21VisitedLinkEventsTest5SetUpEv
6103 }
6104 {
6105 bug_158312
6106 Memcheck:Leak
6107 fun:realloc
6108 fun:__vasprintf_chk
6109 fun:g_vasprintf
6110 fun:g_strdup_vprintf
6111 fun:g_strdup_printf
6112 fun:gdk_x_error
6113 fun:_XError
6114 fun:process_responses
6115 fun:_XReply
6116 fun:_XGetWindowAttributes
6117 fun:XGetWindowAttributes
6118 fun:_ZN3gfx25NativeViewGLSurfaceOSMesa6ResizeERKNS_4SizeE
6119 fun:_ZN3gfx15GLSurfaceOSMesa10InitializeEv
6120 fun:_ZN3gfx25NativeViewGLSurfaceOSMesa10InitializeEv
6121 fun:_ZN3gfx9GLSurface19CreateViewGLSurfaceEbm
6122 fun:_ZN6webkit3gpu33WebGraphicsContext3DInProcessImpl15CreateForWindowEN6WebK it20WebGraphicsContext3D10AttributesEmPN3gfx12GLShareGroupE
6123 fun:_ZN2ui21DefaultContextFactory19CreateContextCommonEPNS_10CompositorEb
6124 fun:_ZN2ui21DefaultContextFactory13CreateContextEPNS_10CompositorE
6125 fun:_ZN2ui10Compositor19createOutputSurfaceEv
6126 fun:_ZN6WebKit20WebLayerTreeViewImpl19createOutputSurfaceEv
6127 fun:_ZN2cc13LayerTreeHost13createContextEv
6128 fun:_ZN2cc17SingleThreadProxy17initializeContextEv
6129 }
6130 {
6131 bug_158314
6132 Memcheck:Leak
6133 fun:malloc
6134 fun:__talloc
6135 ...
6136 fun:talloc_init
6137 fun:_ZN10loop_stateC1Ev
6138 fun:_ZN13loop_analysisC1Ev
6139 fun:_Z22analyze_loop_variablesP9exec_list
6140 fun:_Z22do_common_optimizationP9exec_listbj
6141 fun:_mesa_glsl_compile_shader
6142 fun:compile_shader
6143 fun:_mesa_CompileShaderARB
6144 fun:glCompileShader
6145 fun:_ZN3gfx9RealGLApi17glCompileShaderFnEj
6146 fun:_ZN6webkit3gpu33WebGraphicsContext3DInProcessImpl13compileShaderEj
6147 fun:_ZN2cc18ProgramBindingBase10loadShaderEPN6WebKit20WebGraphicsContext3DEjR KSs
6148 fun:_ZN2cc18ProgramBindingBase4initEPN6WebKit20WebGraphicsContext3DERKSsS5_
6149 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698