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

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

Issue 134293002: Remove suppression of PointerLockController uninitialized members. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months 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 6054 matching lines...) Expand 10 before | Expand all | Expand 10 after
6065 { 6065 {
6066 bug_293033 6066 bug_293033
6067 Memcheck:Leak 6067 Memcheck:Leak
6068 fun:_Znw* 6068 fun:_Znw*
6069 fun:_ZN7WebCore11ScriptState10forContextEN2v86HandleINS1_7ContextEEE 6069 fun:_ZN7WebCore11ScriptState10forContextEN2v86HandleINS1_7ContextEEE
6070 ... 6070 ...
6071 fun:_ZN7WebCore*V8InternalL*MethodERKN2v820FunctionCallbackInfoINS1_5ValueEEE 6071 fun:_ZN7WebCore*V8InternalL*MethodERKN2v820FunctionCallbackInfoINS1_5ValueEEE
6072 fun:_ZN7WebCore*V8InternalL*MethodCallbackERKN2v820FunctionCallbackInfoINS1_5 ValueEEE 6072 fun:_ZN7WebCore*V8InternalL*MethodCallbackERKN2v820FunctionCallbackInfoINS1_5 ValueEEE
6073 } 6073 }
6074 { 6074 {
6075 bug_293049
6076 Memcheck:Uninitialized
6077 fun:_ZNK7WebCore8Document24webkitPointerLockElementEv
6078 fun:_ZN7WebCore18DocumentV8InternalL39webkitPointerLockElementAttributeGetter *
6079 fun:_ZN7WebCore18DocumentV8InternalL47webkitPointerLockElementAttributeGetter Callback*
6080 fun:_ZN2v88internal25PropertyCallbackArguments4CallEPFvNS_5LocalINS_6StringEE ERKNS_20PropertyCallbackInfoINS_5ValueEEEES4_
6081 }
6082 {
6083 bug_293058_a 6075 bug_293058_a
6084 Memcheck:Leak 6076 Memcheck:Leak
6085 fun:_Znw* 6077 fun:_Znw*
6086 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResultsC1Ev 6078 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResultsC1Ev
6087 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResults11MaybeCreateERKN5blink 22WebFileSystemCallbacksE 6079 fun:_ZN7content12_GLOBAL__N_123WaitableCallbackResults11MaybeCreateERKN5blink 22WebFileSystemCallbacksE
6088 fun:_ZN7content17WebFileSystemImpl* 6080 fun:_ZN7content17WebFileSystemImpl*
6089 } 6081 }
6090 { 6082 {
6091 bug_293058_b 6083 bug_293058_b
6092 Memcheck:Leak 6084 Memcheck:Leak
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
6393 } 6385 }
6394 { 6386 {
6395 bug_332335 6387 bug_332335
6396 Memcheck:Param 6388 Memcheck:Param
6397 sendmsg(msg.msg_iov[0]) 6389 sendmsg(msg.msg_iov[0])
6398 fun:sys_sendmsg 6390 fun:sys_sendmsg
6399 fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandlerEPKvmPv 6391 fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandlerEPKvmPv
6400 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv 6392 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv
6401 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv 6393 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv
6402 } 6394 }
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