| 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 4214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4225 fun:_ZN3net8internal26ClientSocketPoolBaseHelper20CancelAllConnectJobsEv | 4225 fun:_ZN3net8internal26ClientSocketPoolBaseHelper20CancelAllConnectJobsEv |
| 4226 fun:_ZN3net8internal26ClientSocketPoolBaseHelperD0Ev | 4226 fun:_ZN3net8internal26ClientSocketPoolBaseHelperD0Ev |
| 4227 fun:_ZN4base10RefCountedIN3net8internal26ClientSocketPoolBaseHelperEE7Release
Ev | 4227 fun:_ZN4base10RefCountedIN3net8internal26ClientSocketPoolBaseHelperEE7Release
Ev |
| 4228 ... | 4228 ... |
| 4229 fun:_ZN13scoped_refptrIN3net8internal26ClientSocketPoolBaseHelperEED*Ev | 4229 fun:_ZN13scoped_refptrIN3net8internal26ClientSocketPoolBaseHelperEED*Ev |
| 4230 ... | 4230 ... |
| 4231 fun:_ZN3net20ClientSocketPoolBaseINS_15TCPSocketParamsEED*Ev | 4231 fun:_ZN3net20ClientSocketPoolBaseINS_15TCPSocketParamsEED*Ev |
| 4232 fun:_ZN3net19TCPClientSocketPoolD0Ev | 4232 fun:_ZN3net19TCPClientSocketPoolD0Ev |
| 4233 fun:_ZN4base10RefCountedIN3net16ClientSocketPoolEE7ReleaseEv | 4233 fun:_ZN4base10RefCountedIN3net16ClientSocketPoolEE7ReleaseEv |
| 4234 } | 4234 } |
| 4235 { |
| 4236 bug_53277 |
| 4237 Memcheck:Leak |
| 4238 fun:_Znw* |
| 4239 fun:_Z11NewCallbackIN8remoting14SessionManagerEPNS0_21ChromotingHostMessageEi
EPN9Callback2IT0_T1_E4TypeEPT_MSA_FvS5_S6_E |
| 4240 fun:_ZN8remoting14SessionManager8DoEncodeE13scoped_refptrINS_11CaptureDataEE |
| 4241 fun:_Z16DispatchToMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0
_11CaptureDataEEES4_EvPT_T0_RK6Tuple1IT1_E |
| 4242 fun:_ZN14RunnableMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0_
11CaptureDataEEE6Tuple1IS4_EE3RunEv |
| 4243 fun:_ZN11MessageLoop7RunTaskEP4Task |
| 4244 ... |
| 4245 fun:_ZN8remoting38SessionManagerTest_OneRecordCycle_Test8TestBodyEv |
| 4246 } |
| OLD | NEW |