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

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

Issue 5542006: Valgrind / Heapchecker: Suppress leaks in test_shell.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years 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 | « tools/heapcheck/suppressions.txt ('k') | 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 68375)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3465,4 +3465,31 @@
fun:_ZN30ExtensionPrefsNotifyWhenNeeded10InitializeEv
fun:_ZN18ExtensionPrefsTest5SetUpEv
}
-
+{
+ bug_65664a
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN11webkit_glue26BufferedResourceLoaderTest10InitializeEPKcii
+ fun:_ZN11webkit_glue49BufferedResourceLoaderTest*
+}
+{
+ bug_65664b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN11webkit_glue22BufferedDataSourceTest20InitializeDataSource*
+ fun:_ZN11webkit_glue40BufferedDataSourceTest*
+}
+{
+ bug_65664c
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN11webkit_glue20SimpleDataSourceTest20InitializeDataSourceEPKc
+ fun:_ZN11webkit_glue45SimpleDataSourceTest*
+}
+{
+ bug_65664d
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN11webkit_glue40SimpleDataSourceTest_InitializeData_Test8TestBodyEv
+ fun:_ZN7testing35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS2_vEPKc
+}
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698