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

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

Issue 474993002: Suppress leaks in blink::ModulesInitializer::init (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 73fc3cf66f7478b4d03ce251e5e47c497efa2938..1237f8f1c3d6bfd8af15235c01cab039a8fdc2a9 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6200,3 +6200,16 @@
fun:_ZNK2cc9LayerImpl11AsValueIntoEPN4base5debug11TracedValueE
fun:_ZNK2cc*LayerImpl11AsValueIntoEPN4base5debug11TracedValueE
}
+{
+ bug_403774
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN5blink18ModulesInitializer4initEv
+ fun:_ZN5blink19initializeWithoutV8EPNS_8PlatformE
+ fun:_ZN5blink10initializeEPNS_8PlatformE
+ fun:_ZN7content25TestWebKitPlatformSupportC2Ev
+ fun:_ZN7content25TestWebKitPlatformSupportC1Ev
+ fun:_ZN7content17UnitTestTestSuiteC2EPN4base9TestSuiteE
+ fun:_ZN7content17UnitTestTestSuiteC1EPN4base9TestSuiteE
+}
« 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