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 3619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3630 { | 3630 { |
3631 bug_70115 | 3631 bug_70115 |
3632 Memcheck:Leak | 3632 Memcheck:Leak |
3633 fun:_Znw* | 3633 fun:_Znw* |
3634 fun:_ZN15FilePathWatcherC1Ev | 3634 fun:_ZN15FilePathWatcherC1Ev |
3635 fun:_ZN13PluginServiceC1Ev | 3635 fun:_ZN13PluginServiceC1Ev |
3636 fun:_ZN22DefaultSingletonTraitsI13PluginServiceE3NewEv | 3636 fun:_ZN22DefaultSingletonTraitsI13PluginServiceE3NewEv |
3637 fun:_ZN9SingletonI13PluginService22DefaultSingletonTraitsIS0_ES0_E3getEv | 3637 fun:_ZN9SingletonI13PluginService22DefaultSingletonTraitsIS0_ES0_E3getEv |
3638 fun:_ZN13PluginService11GetInstanceEv | 3638 fun:_ZN13PluginService11GetInstanceEv |
3639 } | 3639 } |
| 3640 { |
| 3641 bug_70291 |
| 3642 Memcheck:Leak |
| 3643 ... |
| 3644 fun:_ZN4base13RSAPrivateKey34CreateFromPrivateKeyInfoWithParamsERKSt6vectorIh
SaIhEEbb |
| 3645 fun:_ZN4base13RSAPrivateKey24CreateFromPrivateKeyInfoERKSt6vectorIhSaIhEE |
| 3646 fun:_ZN8remoting8protocol17JingleSessionTest18DoCreateServerPairEv |
| 3647 fun:_Z16DispatchToMethodIN8remoting8protocol17JingleSessionTestEMS2_FvvEEvPT_
T0_RK6Tuple0 |
| 3648 fun:_ZN14RunnableMethodIN8remoting8protocol17JingleSessionTestEMS2_FvvE6Tuple
0E3RunEv |
| 3649 fun:_ZN11MessageLoop7RunTaskEP4Task |
| 3650 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE |
| 3651 fun:_ZN11MessageLoop6DoWorkEv |
| 3652 fun:_ZN8remoting12JingleThread17JingleMessagePump9OnMessageEPN9talk_base7Mess
ageE |
| 3653 fun:_ZN9talk_base12MessageQueue8DispatchEPNS_7MessageE |
| 3654 fun:_ZN9talk_base6Thread15ProcessMessagesEi |
| 3655 } |
| 3656 |
OLD | NEW |