OLD | NEW |
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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 fun:_ZN3gfx17CGImageToSkBitmapEP7CGImage | 313 fun:_ZN3gfx17CGImageToSkBitmapEP7CGImage |
314 } | 314 } |
315 { | 315 { |
316 bug_15819b | 316 bug_15819b |
317 Memcheck:Value4 | 317 Memcheck:Value4 |
318 fun:_ZNK10CMMConvLut7ConvertER10CMMMinBitsP14CMMRuntimeInfomm | 318 fun:_ZNK10CMMConvLut7ConvertER10CMMMinBitsP14CMMRuntimeInfomm |
319 ... | 319 ... |
320 fun:CGContextDrawImage | 320 fun:CGContextDrawImage |
321 fun:_ZN3gfx17CGImageToSkBitmapEP7CGImage | 321 fun:_ZN3gfx17CGImageToSkBitmapEP7CGImage |
322 } | 322 } |
| 323 { |
| 324 bug_16209 |
| 325 Memcheck:Leak |
| 326 fun:_Znwm |
| 327 fun:_ZN18RenderWidgetHelper17AllocTransportDIBEmPN4base14FileDescriptorE |
| 328 fun:_ZN21ResourceMessageFilter19OnAllocTransportDIBEmPN4base14FileDescriptorE |
| 329 fun:_Z16DispatchToMethodI21ResourceMessageFilterMS0_FvmPN4base14FileDescripto
rEEmS2_EvPT_T0_RK6Tuple1IT1_EPS9_IT2_E |
| 330 fun:_ZN3IPC16MessageWithReplyI6Tuple1ImES1_IRN4base14FileDescriptorEEE8Dispat
chI21ResourceMessageFilterMS9_FvmPS4_EEEbPKNS_7MessageEPT_T0_ |
| 331 fun:_ZN21ResourceMessageFilter17OnMessageReceivedERKN3IPC7MessageE |
| 332 fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE |
| 333 fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE |
| 334 } |
| 335 { |
| 336 bug_16210 |
| 337 Memcheck:Leak |
| 338 fun:_Znwm |
| 339 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP
roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE |
| 340 fun:_ZN11ChildThread4InitEv |
| 341 fun:_ZN12RenderThread4InitEv |
| 342 fun:_ZN4base6Thread10ThreadMainEv |
| 343 fun:_ZL10ThreadFuncPv |
| 344 fun:_pthread_start |
| 345 fun:thread_start |
| 346 } |
| 347 |
OLD | NEW |