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

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 127253002: Valgrind: Suppress NSS leak in NegotiatingAuthenticatorTest. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 243448)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3780,6 +3780,16 @@
fun:_ZN11webkit_glue16WebURLLoaderImpl18loadAsynchronouslyERKN5blink13WebURLRequestEPNS1_18WebURLLoaderClientE
}
{
+ bug_124445
+ Memcheck:Leak
+ fun:calloc
+ fun:PR_Calloc
wtc 2014/01/08 23:33:26 This suppression is too broad. The stack should ha
+ ...
+ fun:_ZN3net18SSLClientSocketNSS4Core11DoHandshakeEv
+ ...
+ fun:_ZN8remoting8protocol21AuthenticatorTestBase14RunChannelAuthEb
+}
+{
bug_124488
Memcheck:Leak
fun:malloc
« 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