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

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

Issue 5704002: Suppress memory leaks in MalwareDetailsTest introduced in r68828 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/tools/valgrind/memcheck
Patch Set: Created 10 years 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 90c7c6db51c12cbcebc9b59de2a6d204d566300e..70f44186d1c128bf17a81a4246205e8c0cddf32d 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3491,3 +3491,9 @@
fun:_Znw*
fun:_ZN6policy47AsynchronousPolicyTestBase_ProviderRefresh_Test8TestBodyEv
}
+{
+ bug_66277
+ Memcheck:Leak
+ ...
+ fun:*MalwareDetailsTest_*
+}
« 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