Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 6313005: Valgrind: Suppress leaks in JingleSessionTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698