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

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

Issue 7585018: Leaks in BrowsingDataQuotaHelperTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 011e711303a0c0451ecb93c1e20e2cc5811fa13f..b141428f3d9e5d6812460717472aa6f32a265862 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5247,6 +5247,17 @@
fun:_ZN38BrowsingDataQuotaHelperTest_Empty_Test8TestBodyEv
}
{
+ bug_91836_c2
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN5quota12QuotaManager13StartEvictionEv
+ fun:_ZN5quota12QuotaManager34InitializeTemporaryOriginsInfoTask21DatabaseTaskCompletedEv
+ fun:_ZN5quota12QuotaManager16DatabaseTaskBase9CompletedEv
+ fun:_ZN5quota9QuotaTask13CallCompletedEv
+ ...
+ fun:_ZN42BrowsingDataQuotaHelperTest_FetchData_Test8TestBodyEv
+}
+{
bug_91836_d
Memcheck:Leak
fun:_Znw*
@@ -5329,9 +5340,36 @@
fun:_ZN38BrowsingDataQuotaHelperTest_Empty_Test8TestBodyEv
}
{
+ bug_91836_h2
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3sql10Connection18GetUniqueStatementEPKc
+ fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
+ fun:_ZN3sql9MetaTable19PrepareGetStatementEPNS_9StatementEPKc
+ fun:_ZN3sql9MetaTable8GetValueEPKcPi
+ fun:_ZN5quota13QuotaDatabase28IsOriginDatabaseBootstrappedEv
+ fun:_ZN5quota12QuotaManager14InitializeTask17RunOnTargetThreadEv
+ ...
+ fun:_ZN38BrowsingDataQuotaHelperTest_Empty_Test8TestBodyEv
+}
+{
+ bug_91836_h3
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3sql10Connection18GetUniqueStatementEPKc
+ fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
+ fun:_ZN5quota12_GLOBAL__N_122PrepareCachedStatementEPN3sql10ConnectionERKNS1_11StatementIDEPKcPNS1_9StatementE
+ fun:_ZN5quota13QuotaDatabase19FindOriginUsedCountERK4GURLNS_11StorageTypeEPi
+ fun:_ZN5quota13QuotaDatabase25SetOriginLastModifiedTimeERK4GURLNS_11StorageTypeEN4base4TimeE
+ fun:_ZN5quota12QuotaManager22UpdateModifiedTimeTask17RunOnTargetThreadEv
+ ...
+ fun:_ZN42BrowsingDataQuotaHelperTest_FetchData_Test8TestBodyEv
+}
+{
bug_91836_i
Memcheck:Leak
fun:_Znw*
+ ...
fun:_ZN27BrowsingDataQuotaHelperTest5SetUpEv
}
{
« 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