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

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

Issue 67243002: Remove suppression for MessageChannel.create() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 6387 matching lines...) Expand 10 before | Expand all | Expand 10 after
6398 { 6398 {
6399 bug_310351 6399 bug_310351
6400 Memcheck:Leak 6400 Memcheck:Leak
6401 ... 6401 ...
6402 fun:_ZN3WTF12PthreadStatenwEm 6402 fun:_ZN3WTF12PthreadStatenwEm
6403 fun:_ZN3WTFL35establishIdentifierForPthreadHandleERK* 6403 fun:_ZN3WTFL35establishIdentifierForPthreadHandleERK*
6404 fun:_ZN3WTF13currentThreadEv 6404 fun:_ZN3WTF13currentThreadEv
6405 fun:_ZN3WTF20initializeMainThreadEPFvPFvPvES0_E 6405 fun:_ZN3WTF20initializeMainThreadEPFvPFvPvES0_E
6406 } 6406 }
6407 { 6407 {
6408 bug_311229
6409 Memcheck:Leak
6410 fun:malloc
6411 fun:_ZN3WTF10fastMallocEm
6412 fun:_ZN3WTF24ThreadSafeRefCountedBasenwEm
6413 fun:_ZN7WebCore18MessagePortChannel6createEPN5blink21WebMessagePortChannelE
6414 fun:_ZN7WebCore18MessagePortChannel13createChannelEPNS_11MessagePortES2_
6415 fun:_ZN7WebCore14MessageChannelC1EPNS_16ExecutionContextE
6416 fun:_ZN7WebCore14MessageChannel6createEPNS_16ExecutionContextE
6417 fun:_ZN7WebCore16V8MessageChannel17constructorCustomERKN2v820FunctionCallback InfoINS1_5ValueEEE
6418 fun:_ZN7WebCore16V8MessageChannel19constructorCallbackERKN2v820FunctionCallba ckInfoINS1_5ValueEEE
6419 fun:_ZN2v88internal25FunctionCallbackArguments4CallEPFvRKNS_20FunctionCallbac kInfoINS_5ValueEEEE
6420 fun:_ZN2v88internalL19HandleApiCallHelperILb1EEEPNS0_11MaybeObjectENS0_12_GLO BAL__N_116BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
6421 fun:_ZN2v88internalL34Builtin_implHandleApiCallConstructENS0_12_GLOBAL__N_116 BuiltinArgumentsILNS0_21BuiltinExtraArgumentsE1EEEPNS0_7IsolateE
6422 fun:_ZN2v88internalL30Builtin_HandleApiCallConstructEiPPNS0_6ObjectEPNS0_7Iso lateE
6423 }
6424 {
6425 bug_312332 6408 bug_312332
6426 Memcheck:Uninitialized 6409 Memcheck:Uninitialized
6427 ... 6410 ...
6428 fun:_ZNK7WebCore17RenderTextControl29computeIntrinsicLogicalWidthsERNS_10Layo utUnitES2_ 6411 fun:_ZNK7WebCore17RenderTextControl29computeIntrinsicLogicalWidthsERNS_10Layo utUnitES2_
6429 fun:_ZN7WebCore17RenderTextControl29computePreferredLogicalWidthsEv 6412 fun:_ZN7WebCore17RenderTextControl29computePreferredLogicalWidthsEv
6430 ... 6413 ...
6431 fun:_ZN7WebCore11RenderBlock6layoutEv 6414 fun:_ZN7WebCore11RenderBlock6layoutEv
6432 } 6415 }
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