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

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

Issue 342094: Valgrind: try to remove a suppression for V8 Profiler::Engage. (Closed)
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
« 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 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 fun:_ZN11ChildThread17OnMessageReceivedERKN3IPC7MessageE 1048 fun:_ZN11ChildThread17OnMessageReceivedERKN3IPC7MessageE
1049 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE 1049 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE
1050 fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEES3 _EvPT_T0_RK6Tuple1IT1_E 1050 fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEES3 _EvPT_T0_RK6Tuple1IT1_E
1051 fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEE6Tu ple1IS3_EE3RunEv 1051 fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEE6Tu ple1IS3_EE3RunEv
1052 fun:_ZN11MessageLoop7RunTaskEP4Task 1052 fun:_ZN11MessageLoop7RunTaskEP4Task
1053 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 1053 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
1054 fun:_ZN11MessageLoop6DoWorkEv 1054 fun:_ZN11MessageLoop6DoWorkEv
1055 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE 1055 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
1056 } 1056 }
1057 { 1057 {
1058 bug_24503
1059 Memcheck:Leak
1060 fun:calloc
1061 fun:allocate_dtv
1062 fun:_dl_allocate_tls
1063 fun:pthread_create@@GLIBC_2.1
1064 fun:_ZN2v88internal6Thread5StartEv
1065 fun:_ZN2v88internal8Profiler6EngageEv
1066 fun:_ZN2v88internal6Logger5SetupEv
1067 fun:_ZN2v88internal2V810InitializeEPNS0_12DeserializerE
1068 fun:_ZN2v88internal8Snapshot11DeserializeEPKhi
1069 fun:_ZN2v88internal8Snapshot10InitializeEPKc
1070 fun:_ZN2v82V810InitializeEv
1071 }
1072 {
1073 bug_24936 1058 bug_24936
1074 Memcheck:Free 1059 Memcheck:Free
1075 fun:_ZdlPv 1060 fun:_ZdlPv
1076 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELj0EEE 1061 fun:_ZN7WebCore15CSSSelectorList19adoptSelectorVectorERN3WTF6VectorIPNS_11CSS SelectorELj0EEE
1077 fun:_ZN7WebCore9CSSParser15createStyleRuleEPN3WTF6VectorIPNS_11CSSSelectorELj 0EEE 1062 fun:_ZN7WebCore9CSSParser15createStyleRuleEPN3WTF6VectorIPNS_11CSSSelectorELj 0EEE
1078 fun:_Z10cssyyparsePv 1063 fun:_Z10cssyyparsePv
1079 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE 1064 fun:_ZN7WebCore9CSSParser10parseSheetEPNS_13CSSStyleSheetERKNS_6StringE
1080 } 1065 }
1081 { 1066 {
1082 bug_26216 1067 bug_26216
1083 Memcheck:Leak 1068 Memcheck:Leak
1084 fun:_Znw* 1069 fun:_Znw*
1085 fun:_ZN9Extension25LoadExtensionActionHelperEPK15DictionaryValuePSs 1070 fun:_ZN9Extension25LoadExtensionActionHelperEPK15DictionaryValuePSs
1086 fun:_ZN39ExtensionTest_LoadPageActionHelper_Test8TestBodyEv 1071 fun:_ZN39ExtensionTest_LoadPageActionHelper_Test8TestBodyEv
1087 } 1072 }
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