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

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

Issue 11415247: Extend the suppression for leaks in _mesa_glsl_link_shader (issue 139998) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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 5443 matching lines...) Expand 10 before | Expand all | Expand 10 after
5454 fun:_ZN7WebCore15toWebCoreStringEN2v86HandleINS0_5ValueEEE 5454 fun:_ZN7WebCore15toWebCoreStringEN2v86HandleINS0_5ValueEEE
5455 fun:_ZN7WebCore6V8Blob19constructorCallbackERKN2v89ArgumentsE 5455 fun:_ZN7WebCore6V8Blob19constructorCallbackERKN2v89ArgumentsE
5456 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 5456 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5457 fun:_ZN2v88internalL30Builtin_HandleApiCallConstructENS0_12_GLOBAL__N_116Buil tinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 5457 fun:_ZN2v88internalL30Builtin_HandleApiCallConstructENS0_12_GLOBAL__N_116Buil tinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5458 } 5458 }
5459 { 5459 {
5460 bug_139998 5460 bug_139998
5461 Memcheck:Leak 5461 Memcheck:Leak
5462 fun:*alloc 5462 fun:*alloc
5463 ... 5463 ...
5464 fun:_mesa_symbol_table_add_symbol
5465 fun:_ZN17glsl_symbol_table12add_variableEPKcP11ir_variable
5466 fun:_ZL21populate_symbol_tableP9gl_shader
5467 fun:_ZL23link_intrastage_shadersP14__GLcontextRecP17gl_shader_programPP9gl_sh aderj 5464 fun:_ZL23link_intrastage_shadersP14__GLcontextRecP17gl_shader_programPP9gl_sh aderj
5468 fun:_Z12link_shadersP14__GLcontextRecP17gl_shader_program 5465 fun:_Z12link_shadersP14__GLcontextRecP17gl_shader_program
5469 fun:_mesa_glsl_link_shader 5466 fun:_mesa_glsl_link_shader
5470 fun:link_program 5467 fun:link_program
5471 fun:_mesa_LinkProgramARB 5468 fun:_mesa_LinkProgramARB
5472 fun:glLinkProgram 5469 fun:glLinkProgram
5470 ...
5473 fun:_ZN3gpu5gles214ProgramManager11ProgramInfo4LinkEPNS0_13ShaderManagerEPNS0 _16ShaderTranslatorES6_PNS0_11FeatureInfoE 5471 fun:_ZN3gpu5gles214ProgramManager11ProgramInfo4LinkEPNS0_13ShaderManagerEPNS0 _16ShaderTranslatorES6_PNS0_11FeatureInfoE
5474 fun:_ZN3gpu5gles216GLES2DecoderImpl13DoLinkProgramEj 5472 fun:_ZN3gpu5gles216GLES2DecoderImpl13DoLinkProgramEj
5475 fun:_ZN3gpu5gles216GLES2DecoderImpl17HandleLinkProgramEjRKNS0_11LinkProgramE 5473 fun:_ZN3gpu5gles216GLES2DecoderImpl17HandleLinkProgramEjRKNS0_11LinkProgramE
5476 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv 5474 fun:_ZN3gpu5gles216GLES2DecoderImpl9DoCommandEjjPKv
5477 fun:_ZN3gpu13CommandParser14ProcessCommandEv 5475 fun:_ZN3gpu13CommandParser14ProcessCommandEv
5478 fun:_ZN3gpu12GpuScheduler10PutChangedEv 5476 fun:_ZN3gpu12GpuScheduler10PutChangedEv
5479 fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv 5477 fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv
5480 } 5478 }
5481 { 5479 {
5482 bug_140196 5480 bug_140196
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
5918 ... 5916 ...
5919 fun:_ZN8SkDevice8drawRectERK6SkDrawRK6SkRectRK7SkPaint 5917 fun:_ZN8SkDevice8drawRectERK6SkDrawRK6SkRectRK7SkPaint
5920 fun:_ZN8SkCanvas8drawRectERK6SkRectRK7SkPaint 5918 fun:_ZN8SkCanvas8drawRectERK6SkRectRK7SkPaint
5921 fun:_ZN7WebCore15GraphicsContext10strokeRectERKNS_9FloatRectEf 5919 fun:_ZN7WebCore15GraphicsContext10strokeRectERKNS_9FloatRectEf
5922 fun:_ZNK7WebCore13RenderSVGRect11strokeShapeEPNS_15GraphicsContextE 5920 fun:_ZNK7WebCore13RenderSVGRect11strokeShapeEPNS_15GraphicsContextE
5923 } 5921 }
5924 { 5922 {
5925 bug_150995_c 5923 bug_150995_c
5926 Memcheck:Leak 5924 Memcheck:Leak
5927 fun:_Zna* 5925 fun:_Zna*
5928 fun:_ZN14webkit_support12_GLOBAL__N_113DoLibpngWriteEP14png_struct_defP15png_ info_structPNS0_15PngEncoderStateEiiiPKhiiiPFvS8_iPhPbERKSt6vectorINS0_7CommentE SaISE_EE 5926 fun:_ZN14webkit_support12_GLOBAL__N_113DoLibpngWriteEP14png_struct_defP15png_ info_structPNS0_15PngEncoderStateEiiiPKhiiiPFvS8_iPhPbERKSt6vector*
5929 fun:_ZN14webkit_support26EncodeWithCompressionLevelEPKhNS_12_GLOBAL__N_111Col orFormatEiiibRKSt6vectorINS2_7CommentESaIS5_EEiPS4_IhSaIhEE 5927 fun:_ZN14webkit_support26EncodeWithCompressionLevelEPKhNS_12_GLOBAL__N_111Col orFormatEiiibRKSt6vectorINS2_7CommentESaIS5_EEiPS4_IhSaIhEE
5930 fun:_ZN14webkit_support6EncodeEPKhNS_12_GLOBAL__N_111ColorFormatEiiibRKSt6vec torINS2_7CommentESaIS5_EEPS4_IhSaIhEE 5928 fun:_ZN14webkit_support6EncodeEPKhNS_12_GLOBAL__N_111ColorFormatEiiibRKSt6vec torINS2_7CommentESaIS5_EEPS4_IhSaIhEE
5931 fun:_ZN14webkit_support25EncodeBGRAPNGWithChecksumEPKhiiibRKSsPSt6vectorIhSaI hEE 5929 fun:_ZN14webkit_support25EncodeBGRAPNGWithChecksumEPKhiiibRKSsPSt6vectorIhSaI hEE
5932 fun:_ZNK9TestShell9dumpImageEP8SkCanvas 5930 fun:_ZNK9TestShell9dumpImageEP8SkCanvas
5933 fun:_ZN9TestShell4dumpEv 5931 fun:_ZN9TestShell4dumpEv
5934 fun:_ZN9TestShell12testFinishedEv 5932 fun:_ZN9TestShell12testFinishedEv
5935 fun:_ZN13DRTTestRunner9WorkQueue15processWorkSoonEv 5933 fun:_ZN13DRTTestRunner9WorkQueue15processWorkSoonEv
5936 fun:_ZN13DRTTestRunner18locationChangeDoneEv 5934 fun:_ZN13DRTTestRunner18locationChangeDoneEv
5937 fun:_ZN11WebViewHost18locationChangeDoneEPN6WebKit8WebFrameE 5935 fun:_ZN11WebViewHost18locationChangeDoneEPN6WebKit8WebFrameE
5938 fun:_ZN11WebViewHost13didFinishLoadEPN6WebKit8WebFrameE 5936 fun:_ZN11WebViewHost13didFinishLoadEPN6WebKit8WebFrameE
5939 fun:_ZN6WebKit21FrameLoaderClientImpl21dispatchDidFinishLoadEv 5937 fun:_ZN6WebKit21FrameLoaderClientImpl21dispatchDidFinishLoadEv
5940 fun:_ZN7WebCore11FrameLoader29checkLoadCompleteForThisFrameEv 5938 fun:_ZN7WebCore11FrameLoader29checkLoadCompleteForThisFrameEv
5941 fun:_ZN7WebCore11FrameLoader17checkLoadCompleteEv 5939 fun:_ZN7WebCore11FrameLoader17checkLoadCompleteEv
5942 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEv 5940 fun:_ZN7WebCore14DocumentLoader15finishedLoadingEv
5943 fun:_ZN7WebCore18MainResourceLoader16didFinishLoadingEd 5941 fun:_ZN7WebCore18MainResourceLoader16didFinishLoadingEd
5944 fun:_ZN7WebCore14ResourceLoader16didFinishLoadingEPNS_14ResourceHandleEd 5942 fun:_ZN7WebCore14ResourceLoader16didFinishLoadingEPNS_14ResourceHandleEd
5945 fun:_ZN7WebCore22ResourceHandleInternal16didFinishLoadingEPN6WebKit12WebURLLo aderEd 5943 fun:_ZN7WebCore22ResourceHandleInternal16didFinishLoadingEPN6WebKit12WebURLLo aderEd
5946 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestEibRKSsRKN4 base9TimeTicksE 5944 fun:_ZN11webkit_glue16WebURLLoaderImpl7Context18OnCompletedRequestEibRKSsRKN4 base9TimeTicksE
5947 fun:_ZN12_GLOBAL__N_112RequestProxy22NotifyCompletedRequestEiRKSsRKN4base9Tim eTicksE 5945 fun:_ZN12_GLOBAL__N_112RequestProxy22NotifyCompletedRequestEiRKSsRKN4base9Tim eTicksE
5948 } 5946 }
5949 { 5947 {
5948 bug_150995_d
5949 Memcheck:Leak
5950 fun:_Zna*
5951 fun:_ZN14webkit_support12_GLOBAL__N_113DoLibpngWriteEP14png_struct_defP15png_ info_structPNS0_15PngEncoderStateEiiiPKhiiiPFvS8_iPhPbERKSt6vector*
5952 fun:_ZN14webkit_support26EncodeWithCompressionLevelEPKhNS_12_GLOBAL__N_111Col orFormatEiiibRKSt6vectorINS2_7CommentESaIS5_EEiPS4_IhSaIhEE
5953 fun:_ZN14webkit_support6EncodeEPKhNS_12_GLOBAL__N_111ColorFormatEiiibRKSt6vec torINS2_7CommentESaIS5_EEPS4_IhSaIhEE
5954 fun:_ZN14webkit_support25EncodeBGRAPNGWithChecksumEPKhiiibRKSsPSt6vectorIhSaI hEE
5955 fun:_ZNK9TestShell9dumpImageEP8SkCanvas
5956 fun:_ZN9TestShell4dumpEv
5957 fun:_ZN9TestShell12testFinishedEv
5958 fun:_ZN13DRTTestRunner18completeNotifyDoneEb
5959 fun:_ZN13DRTTestRunner10notifyDoneERKN3WTF6VectorIN13WebTestRunner10CppVarian tELm0EEEPS3_
5960 fun:_ZN13WebTestRunner13CppBoundClass14MemberCallbackI13DRTTestRunnerE3runERK N3WTF6VectorINS_10CppVariantELm0EEEPS6_
5961 fun:_ZN13WebTestRunner13CppBoundClass6invokeEPvPK10_NPVariantmPS2_
5962 fun:_ZN13WebTestRunner11CppNPObject6invokeEP8NPObjectPvPK10_NPVariantjPS4_
5963 fun:_ZN7WebCoreL18npObjectInvokeImplERKN2v89ArgumentsENS_18InvokeFunctionType E
5964 fun:_ZN7WebCore21npObjectMethodHandlerERKN2v89ArgumentsE
5965 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5966 fun:_ZN2v88internalL21Builtin_HandleApiCallENS0_12_GLOBAL__N_116BuiltinArgume ntsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
5967 }
5968 {
5950 bug_151006 5969 bug_151006
5951 Memcheck:Leak 5970 Memcheck:Leak
5952 fun:malloc 5971 fun:malloc
5953 fun:uprv_malloc_46 5972 fun:uprv_malloc_46
5954 fun:_ZN6icu_467UMemorynwEm 5973 fun:_ZN6icu_467UMemorynwEm
5955 fun:_ZN6icu_4610DateFormat6createENS0_6EStyleES1_RKNS_6LocaleE 5974 fun:_ZN6icu_4610DateFormat6createENS0_6EStyleES1_RKNS_6LocaleE
5956 fun:_ZN6icu_4610DateFormat22createDateTimeInstanceENS0_6EStyleES1_RKNS_6Local eE 5975 fun:_ZN6icu_4610DateFormat22createDateTimeInstanceENS0_6EStyleES1_RKNS_6Local eE
5957 fun:udat_open_46 5976 fun:udat_open_46
5958 fun:_ZNK7WebCore9LocaleICU14openDateFormatE16UDateFormatStyleS1_ 5977 fun:_ZNK7WebCore9LocaleICU14openDateFormatE16UDateFormatStyleS1_
5959 fun:_ZN7WebCore9LocaleICU24initializeDateTimeFormatEv 5978 fun:_ZN7WebCore9LocaleICU24initializeDateTimeFormatEv
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
6224 ... 6243 ...
6225 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE 6244 fun:_ZN2v88internalL19HandleApiCallHelperILb0EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
6226 } 6245 }
6227 { 6246 {
6228 bug_163111 6247 bug_163111
6229 Memcheck:Leak 6248 Memcheck:Leak
6230 fun:_Znw* 6249 fun:_Znw*
6231 fun:_ZN4dbus8Response14FromMethodCallEPNS_10MethodCallE 6250 fun:_ZN4dbus8Response14FromMethodCallEPNS_10MethodCallE
6232 fun:_ZN8chromeos4ibus20IBusPanelServiceImpl*Properties* 6251 fun:_ZN8chromeos4ibus20IBusPanelServiceImpl*Properties*
6233 } 6252 }
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