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

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

Issue 14315004: Clean up the Memory FYI waterfall: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 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 | « tools/heapcheck/suppressions.txt ('k') | 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 194849)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -1671,6 +1671,17 @@
fun:_ZN16RenderWidgetHost4SendEPN3IPC7MessageE
}
{
+ bug_32623
+ Memcheck:Leak
+ ...
+ fun:ssl3_HandleHandshakeMessage
+ fun:ssl3_HandleHandshake
+ fun:ssl3_HandleRecord
+ fun:ssl3_GatherCompleteHandshake
+ fun:SSL_ForceHandshake
+ fun:_ZN3net18SSLClientSocketNSS4Core11DoHandshakeEv
+}
+{
bug_32624_b
Memcheck:Leak
fun:malloc
@@ -7038,3 +7049,9 @@
fun:_ZN3net17QuicStreamFactory3Job6DoLoopEi
fun:_ZN3net17QuicStreamFactory3Job12OnIOCompleteEi
}
+{
+ bug_233128
+ Memcheck:Leak
+ ...
+ fun:_ZN10extensions51WebstoreInlineInstallerTest_DomainVerification_Test8TestBodyEv
+}
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698