| 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 1546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1557 Memcheck:Leak | 1557 Memcheck:Leak |
| 1558 fun:_Znw* | 1558 fun:_Znw* |
| 1559 fun:_ZN16ChildProcessHost13CreateChannelEv | 1559 fun:_ZN16ChildProcessHost13CreateChannelEv |
| 1560 fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath | 1560 fun:_ZN18UtilityProcessHost12StartProcessERK8FilePath |
| 1561 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath | 1561 fun:_ZN18UtilityProcessHost22StartExtensionUnpackerERK8FilePath |
| 1562 fun:_ZN26SandboxedExtensionUnpacker22StartProcessOnIOThreadERK8FilePath | 1562 fun:_ZN26SandboxedExtensionUnpacker22StartProcessOnIOThreadERK8FilePath |
| 1563 fun:_Z16DispatchToMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathES1_EvP
T_T0_RK6Tuple1IT1_E | 1563 fun:_Z16DispatchToMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathES1_EvP
T_T0_RK6Tuple1IT1_E |
| 1564 fun:_ZN14RunnableMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathE6Tuple1
IS1_EE3RunEv | 1564 fun:_ZN14RunnableMethodI26SandboxedExtensionUnpackerMS0_FvRK8FilePathE6Tuple1
IS1_EE3RunEv |
| 1565 fun:_ZN11MessageLoop7RunTaskEP4Task | 1565 fun:_ZN11MessageLoop7RunTaskEP4Task |
| 1566 } | 1566 } |
| 1567 { | |
| 1568 bug_53277 | |
| 1569 Memcheck:Leak | |
| 1570 fun:_Znw* | |
| 1571 fun:_Z11NewCallbackIN8remoting14SessionManagerEPNS0_21ChromotingHostMessageEi
EPN9Callback2IT0_T1_E4TypeEPT_MSA_FvS5_S6_E | |
| 1572 fun:_ZN8remoting14SessionManager8DoEncodeE13scoped_refptrINS_11CaptureDataEE | |
| 1573 fun:_Z16DispatchToMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0
_11CaptureDataEEES4_EvPT_T0_RK6Tuple1IT1_E | |
| 1574 fun:_ZN14RunnableMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0_
11CaptureDataEEE6Tuple1IS4_EE3RunEv | |
| 1575 fun:_ZN11MessageLoop7RunTaskEP4Task | |
| 1576 ... | |
| 1577 fun:_ZN8remoting38SessionManagerTest_OneRecordCycle_Test8TestBodyEv | |
| 1578 } | |
| OLD | NEW |