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

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

Issue 333014: Remove a valgrind suppression for skia::BGRAConvolve2D() leak. This hasn't b... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 three kinds of suppressions in this file. 1 # There are three 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 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 fun:_ZN11ChildThread17OnMessageReceivedERKN3IPC7MessageE 1043 fun:_ZN11ChildThread17OnMessageReceivedERKN3IPC7MessageE
1044 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE 1044 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE
1045 fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEES3 _EvPT_T0_RK6Tuple1IT1_E 1045 fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEES3 _EvPT_T0_RK6Tuple1IT1_E
1046 fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEE6Tu ple1IS3_EE3RunEv 1046 fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEE6Tu ple1IS3_EE3RunEv
1047 fun:_ZN11MessageLoop7RunTaskEP4Task 1047 fun:_ZN11MessageLoop7RunTaskEP4Task
1048 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 1048 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
1049 fun:_ZN11MessageLoop6DoWorkEv 1049 fun:_ZN11MessageLoop6DoWorkEv
1050 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE 1050 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
1051 } 1051 }
1052 { 1052 {
1053 bug_24345
1054 Memcheck:Leak
1055 fun:_Znw*
1056 fun:_ZN9__gnu_cxx13new_allocatorIhE8allocateEjPKv
1057 fun:_ZNSt12_Vector_baseIhSaIhEE11_M_allocateEj
1058 fun:_ZNSt6vectorIhSaIhEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPhS1_ EEjRKh
1059 fun:_ZNSt6vectorIhSaIhEE6insertEN9__gnu_cxx17__normal_iteratorIPhS1_EEjRKh
1060 fun:_ZNSt6vectorIhSaIhEE6resizeEjh
1061 fun:_ZN4skia105_GLOBAL__N__b_slave_chromium_rel_linux_valgrind_builder_build_ src_skia_ext_convolver.cc_00000000_5392CFA117CircularRowBufferC1Eiii
1062 fun:_ZN4skia14BGRAConvolve2DEPKhibRKNS_19ConvolutionFilter1DES4_Ph
1063 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEiiRK7SkIRe ct
1064 fun:_ZN4skia15ImageOperations6ResizeERK8SkBitmapNS0_12ResizeMethodEii
1065 fun:_ZN10RenderView16CaptureThumbnailEP7WebViewiiP8SkBitmapP14ThumbnailScore
1066 fun:_ZN10RenderView13SendThumbnailEv
1067 fun:_ZN10RenderView15CapturePageInfoEib
1068 fun:_Z16DispatchToMethodI10RenderViewMS0_FvibEibEvPT_T0_RK6Tuple2IT1_T2_E
1069 fun:_ZN27ScopedRunnableMethodFactoryI10RenderViewE14RunnableMethodIMS0_FvibE6 Tuple2IibEE3RunEv
1070 fun:_ZN11MessageLoop7RunTaskEP4Task
1071 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
1072 fun:_ZN11MessageLoop13DoDelayedWorkEPN4base4TimeE
1073 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
1074 fun:_ZN11MessageLoop11RunInternalEv
1075 fun:_ZN11MessageLoop10RunHandlerEv
1076 }
1077 {
1078 bug_24503 1053 bug_24503
1079 Memcheck:Leak 1054 Memcheck:Leak
1080 fun:calloc 1055 fun:calloc
1081 fun:allocate_dtv 1056 fun:allocate_dtv
1082 fun:_dl_allocate_tls 1057 fun:_dl_allocate_tls
1083 fun:pthread_create@@GLIBC_2.1 1058 fun:pthread_create@@GLIBC_2.1
1084 fun:_ZN2v88internal6Thread5StartEv 1059 fun:_ZN2v88internal6Thread5StartEv
1085 fun:_ZN2v88internal8Profiler6EngageEv 1060 fun:_ZN2v88internal8Profiler6EngageEv
1086 fun:_ZN2v88internal6Logger5SetupEv 1061 fun:_ZN2v88internal6Logger5SetupEv
1087 fun:_ZN2v88internal2V810InitializeEPNS0_12DeserializerE 1062 fun:_ZN2v88internal2V810InitializeEPNS0_12DeserializerE
1088 fun:_ZN2v88internal8Snapshot11DeserializeEPKhi 1063 fun:_ZN2v88internal8Snapshot11DeserializeEPKhi
1089 fun:_ZN2v88internal8Snapshot10InitializeEPKc 1064 fun:_ZN2v88internal8Snapshot10InitializeEPKc
1090 fun:_ZN2v82V810InitializeEv 1065 fun:_ZN2v82V810InitializeEv
1091 } 1066 }
1092 { 1067 {
1093 bug_24936 1068 bug_24936
1094 Memcheck:Free 1069 Memcheck:Free
1095 fun:_ZdlPv 1070 fun:_ZdlPv
1096 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELj0EEE 1071 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELj0EEE
1097 fun:_ZN7WebCore9CSSParser15createStyleRuleEPN3WTF6VectorIPNS_11CSSSelectorELj 0EEE 1072 fun:_ZN7WebCore9CSSParser15createStyleRuleEPN3WTF6VectorIPNS_11CSSSelectorELj 0EEE
1098 fun:_Z10cssyyparsePv 1073 fun:_Z10cssyyparsePv
1099 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE 1074 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE
1100 } 1075 }
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