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

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

Issue 7085019: Suppressing leak in FileSystemDirectoryDatabase/ObfuscatedFileSystemUtil (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 defdf96d2c6941c4156f760cf235543f3b488b23..4ead7bc54f0a6ee1f93f33d4daee823106257a78 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -4649,7 +4649,26 @@
fun:_ZN22ResourceDispatcherHost14OnAuthRequiredEPN3net10URLRequestEPNS0_17AuthChallengeInfoE
fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
}
-
+{
+ bug_84293_a
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZNSt8_Rb_treeISsSt4pairIKSsPN7fileapi27FileSystemDirectoryDatabaseEESt10_Select1stIS5_ESt4lessISsESaIS5_*
+ fun:_ZNSt3mapISsPN7fileapi27FileSystemDirectoryDatabaseESt4lessISsESaISt4pairIKSsS2_EEE6insertESt17_Rb_tree_iteratorIS7_ERKS7_
+ fun:_ZNSt3mapISsPN7fileapi27FileSystemDirectoryDatabaseESt4lessISsESaISt4pairIKSsS2_EEEixERS6_
+ fun:_ZN7fileapi28ObfuscatedFileSystemFileUtil20GetDirectoryDatabaseERK4GURLNS_14FileSystemTypeE
+}
+{
+ bug_84293_b
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
+ fun:_ZN7fileapi27FileSystemDirectoryDatabase4InitEv
+ fun:_ZN7fileapi27FileSystemDirectoryDatabase16GetChildWithNameExRKSsPx
+ fun:_ZN7fileapi27FileSystemDirectoryDatabase15GetFileWithPathERK8FilePathPx
+}
#-----------------------------------------------------------------------
# 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