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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 0474552f6f3ed09d0d24b0af24590e300261d478..27c308fbf03eb29311531ccb18a26853aa015c13 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3637,3 +3637,20 @@
fun:_ZN9SingletonI13PluginService22DefaultSingletonTraitsIS0_ES0_E3getEv
fun:_ZN13PluginService11GetInstanceEv
}
+{
+ bug_70291
+ Memcheck:Leak
+ ...
+ fun:_ZN4base13RSAPrivateKey34CreateFromPrivateKeyInfoWithParamsERKSt6vectorIhSaIhEEbb
+ fun:_ZN4base13RSAPrivateKey24CreateFromPrivateKeyInfoERKSt6vectorIhSaIhEE
+ fun:_ZN8remoting8protocol17JingleSessionTest18DoCreateServerPairEv
+ fun:_Z16DispatchToMethodIN8remoting8protocol17JingleSessionTestEMS2_FvvEEvPT_T0_RK6Tuple0
+ fun:_ZN14RunnableMethodIN8remoting8protocol17JingleSessionTestEMS2_FvvE6Tuple0E3RunEv
+ fun:_ZN11MessageLoop7RunTaskEP4Task
+ fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
+ fun:_ZN11MessageLoop6DoWorkEv
+ fun:_ZN8remoting12JingleThread17JingleMessagePump9OnMessageEPN9talk_base7MessageE
+ fun:_ZN9talk_base12MessageQueue8DispatchEPNS_7MessageE
+ fun:_ZN9talk_base6Thread15ProcessMessagesEi
+ }
+
« 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