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

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

Issue 22293004: Update suppressions for leaks under DomStorage. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 352b40a5dabcdd4d608ab0e8cd081f9146a11cce..11bee1911e0585a2440d0fbbc7484b92d8f20def 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5742,23 +5742,11 @@
fun:_Znw*
fun:_ZN4base4BindIMN11dom_storage17DomStorageContextEFvRK4GURLE13scoped_refptrIS2_ES3_EENS_8CallbackINS_8internal9BindStateINSB_13FunctorTraitsIT_E12RunnableTypeENSF_7RunTypeEFvNSB_19CallbackParamTraitsIT0_E11StorageTypeENSI_IT1_E11StorageTypeEEE14UnboundRunTypeEEESE_RKSJ_RKSM_
fun:_ZN7content21DOMStorageContextImpl18DeleteLocalStorageERK4GURL
- fun:_ZN7content20StoragePartitionImpl23AsyncClearDataForOriginEjRK4GURLPN3net23URLRequestContextGetterE
+ ...
fun:_ZN10extensions11DataDeleter13StartDeletingEP7ProfileRKSsRK4GURL
fun:_ZN16ExtensionService18UninstallExtensionESsbPSbItN4base20string16_char_traitsESaItEE
}
{
- bug_166470b
- Memcheck:Leak
- fun:_Znw*
- fun:_ZN9__gnu_cxx13new_allocator*FilePath*allocate*
- fun:_ZNSt12_Vector_base*FilePath*_M_allocate*
- fun:_ZNSt6vector*FilePath*_M_insert_aux*
- fun:_ZNSt6vector*FilePath*push_back*
- fun:_ZN9file_util15CreateDirectoryE*
- fun:_ZN11dom_storage17DomStorageContext19GetStorageNamespaceEl
- fun:_ZN11dom_storage17DomStorageContext18DeleteLocalStorageERK4GURL
-}
-{
bug_166470c
Memcheck:Leak
fun:_Znw*
@@ -5776,6 +5764,19 @@
fun:_ZN11dom_storage17DomStorageContext18DeleteLocalStorageERK4GURL
}
{
+ bug_166485
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN9__gnu_cxx13new_allocator*FilePath*allocate*
+ fun:_ZNSt12_Vector_base*FilePath*_M_allocate*
+ fun:_ZNSt6vector*FilePath*_M_insert_aux*
+ fun:_ZNSt6vector*FilePath*push_back*
+ fun:_ZN9file_util26CreateDirectoryAndGetError*
+ fun:_ZN9file_util15CreateDirectory*
+ fun:_ZN11dom_storage17DomStorageContext19GetStorageNamespaceEl
+ fun:_ZN11dom_storage17DomStorageContext18DeleteLocalStorageERK4GURL
+}
+{
bug_166709
Memcheck:Leak
fun:_Znw*
« 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