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, 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 3451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3462 } | 3462 } |
3463 { | 3463 { |
3464 bug_65940 | 3464 bug_65940 |
3465 Memcheck:Leak | 3465 Memcheck:Leak |
3466 fun:_Znw* | 3466 fun:_Znw* |
3467 fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKNS_13ChannelHandleERKNS_7C
hannel4ModeE | 3467 fun:_ZN3IPC12ChannelProxy7Context13CreateChannelERKNS_13ChannelHandleERKNS_7C
hannel4ModeE |
3468 fun:_ZN3IPC12ChannelProxy4InitERKNS_13ChannelHandleENS_7Channel4ModeEP11Messa
geLoopb | 3468 fun:_ZN3IPC12ChannelProxy4InitERKNS_13ChannelHandleENS_7Channel4ModeEP11Messa
geLoopb |
3469 fun:_ZN3IPC12ChannelProxyC2ERKNS_13ChannelHandleENS_7Channel4ModeEP11MessageL
oopPNS0_7ContextEb | 3469 fun:_ZN3IPC12ChannelProxyC2ERKNS_13ChannelHandleENS_7Channel4ModeEP11MessageL
oopPNS0_7ContextEb |
3470 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen
erEP11MessageLoopbPN4base13WaitableEventE | 3470 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen
erEP11MessageLoopbPN4base13WaitableEventE |
3471 } | 3471 } |
3472 | 3472 { |
| 3473 bug_65988 |
| 3474 Memcheck:Leak |
| 3475 fun:_Znw* |
| 3476 fun:_ZN8remoting8protocol24BufferedSocketWriterBase5WriteE13scoped_refptrIN3n
et16IOBufferWithSizeEEP4Task |
| 3477 fun:_ZN8remoting8protocol10RtcpWriter10SendReportERKNS0_18RtcpReceiverReportE |
| 3478 fun:_ZN8remoting8protocol14RtpVideoReader20SendReceiverReportIfEv |
| 3479 fun:_ZN8remoting8protocol14RtpVideoReader18RebuildVideoPacketESt15_Deque_iter
atorINS1_17PacketsQueueEntryERS3_PS3_ES6_ |
| 3480 fun:_ZN8remoting8protocol14RtpVideoReader15CheckFullPacketESt15_Deque_iterato
rINS1_17PacketsQueueEntryERS3_PS3_E |
| 3481 } |
OLD | NEW |