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

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

Issue 10825239: Suppress leak in MediaGalleriesPreferencesTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 03823ad7fe57cdb9e64adb4b6b3a8a36da29e2ba..73e20459d08e590e0380467eb316b8f91199abca 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5829,6 +5829,24 @@
fun:_ZN6policy22BrowserPolicyConnector4InitEv
fun:_ZN21TestingBrowserProcess24browser_policy_connectorEv
}
+{
+ bug_141322_a
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN10extensions16SettingsFrontendC1ERK13scoped_refptrINS_22SettingsStorageFactoryEEP7Profile
+ fun:_ZN10extensions16SettingsFrontend6CreateEP7Profile
+ fun:_ZN16ExtensionServiceC1EP7ProfilePK11CommandLineRK8FilePathPN10extensions14ExtensionPrefsEbb
+ fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPK11CommandLineRK8FilePathb
+ fun:_ZN6chrome12_GLOBAL__N_129MediaGalleriesPreferencesTest5SetUpEv
+}
+{
+ bug_141322_b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN16ExtensionServiceC1EP7ProfilePK11CommandLineRK8FilePathPN10extensions14ExtensionPrefsEbb
+ fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPK11CommandLineRK8FilePathb
+ fun:_ZN6chrome12_GLOBAL__N_129MediaGalleriesPreferencesTest5SetUpEv
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« 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