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

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

Issue 398193003: [MemSheriff] Suppress a leak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mem-394460
Patch Set: Created 6 years, 5 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 f82ba989adf7a9b5c1d6823906a3f90896fdb5b1..c4f944fe4d6b62da5dad0bdd6fc31022e404c522 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6244,3 +6244,9 @@
fun:_ZN8chromeos24HostResolverImplChromeOS25CreateHostResolverForTestE13scoped_refptrIN4base16MessageLoopProxyEEPNS_19NetworkStateHandlerE
fun:_ZN28HostResolverImplChromeOSTest22InitializeHostResolverEv
}
+{
+ bug_394558
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN32ProfileSyncComponentsFactoryMockC1Ev
+}
« 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