OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |