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

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

Issue 6532046: Memcheck suppression for BackgroundApplicationListModelTest leaks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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 cae8cd616faaa7430ba38125b4b74ff967d8f50e..1886e22397a5f4d8732fec1026dd3764323283b3 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3793,3 +3793,13 @@
fun:_Z11BrowserMainRK18MainFunctionParams
fun:_ZN47_GLOBAL__N__Z22CheckUserDataDirPolicyP8FilePath23RunNamedProcessTypeMainERKSsRK18MainFunctionParams
}
+{
+ bug_73358
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN14TestingProfile30GetRequestContextForExtensionsEv
+ fun:_ZN20ExtensionDataDeleterC1EP7ProfileRK4GURL
+ fun:_ZN16ExtensionService18ClearExtensionDataERK4GURL
+ fun:_ZN16ExtensionService18UninstallExtensionERKSsb
+ fun:*BackgroundApplicationListModelTest*
+}
« 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