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

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

Issue 8872042: Suppress PlatformThread::SetName leak on mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 2217 matching lines...) Expand 10 before | Expand all | Expand 10 after
2228 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb 2228 fun:_ZN2v88internalL6InvokeEbNS0_6HandleINS0_10JSFunctionEEENS1_INS0_6ObjectE EEiPS5_Pb
2229 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb 2229 fun:_ZN2v88internal9Execution4CallENS0_6HandleINS0_6ObjectEEES4_iPS4_Pbb
2230 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE 2230 fun:_ZN2v88Function4CallENS_6HandleINS_6ObjectEEEiPNS1_INS_5ValueEEE
2231 fun:_ZN7WebCore7V8Proxy24instrumentedCallFunctionEPNS_4PageEN2v86HandleINS3_8 FunctionEEENS4_INS3_6ObjectEEEiPNS4_INS3_5ValueEEE 2231 fun:_ZN7WebCore7V8Proxy24instrumentedCallFunctionEPNS_4PageEN2v86HandleINS3_8 FunctionEEENS4_INS3_6ObjectEEEiPNS4_INS3_5ValueEEE
2232 fun:_ZN7WebCore7V8Proxy12callFunctionEN2v86HandleINS1_8FunctionEEENS2_INS1_6O bjectEEEiPNS2_INS1_5ValueEEE 2232 fun:_ZN7WebCore7V8Proxy12callFunctionEN2v86HandleINS1_8FunctionEEENS2_INS1_6O bjectEEEiPNS2_INS1_5ValueEEE
2233 fun:_ZN7WebCore19V8LazyEventListener20callListenerFunctionEPNS_22ScriptExecut ionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE 2233 fun:_ZN7WebCore19V8LazyEventListener20callListenerFunctionEPNS_22ScriptExecut ionContextEN2v86HandleINS3_5ValueEEEPNS_5EventE
2234 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExec utionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE 2234 fun:_ZN7WebCore23V8AbstractEventListener18invokeEventHandlerEPNS_22ScriptExec utionContextEPNS_5EventEN2v86HandleINS5_5ValueEEE
2235 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionCo ntextEPNS_5EventE 2235 fun:_ZN7WebCore23V8AbstractEventListener11handleEventEPNS_22ScriptExecutionCo ntextEPNS_5EventE
2236 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTarget DataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE 2236 fun:_ZN7WebCore11EventTarget18fireEventListenersEPNS_5EventEPNS_15EventTarget DataERN3WTF6VectorINS_23RegisteredEventListenerELm1EEE
2237 } 2237 }
2238 {
2239 bug_106912
2240 Memcheck:Leak
2241 fun:_Znw*
2242 fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs
2243 fun:_ZN4base14PlatformThread7SetNameEPKc
2244 }
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