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

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

Issue 5567007: Valgrind: Widen a test_shell leak suppression. (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 | « 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 68436)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3470,21 +3470,21 @@
Memcheck:Leak
fun:_Znw*
fun:_ZN11webkit_glue26BufferedResourceLoaderTest10InitializeEPKcii
- fun:_ZN11webkit_glue49BufferedResourceLoaderTest*
+ fun:_ZN11webkit_glue*BufferedResourceLoaderTest*
}
{
bug_65664b
Memcheck:Leak
fun:_Znw*
fun:_ZN11webkit_glue22BufferedDataSourceTest20InitializeDataSource*
- fun:_ZN11webkit_glue40BufferedDataSourceTest*
+ fun:_ZN11webkit_glue*BufferedDataSourceTest*
}
{
bug_65664c
Memcheck:Leak
fun:_Znw*
fun:_ZN11webkit_glue20SimpleDataSourceTest20InitializeDataSourceEPKc
- fun:_ZN11webkit_glue45SimpleDataSourceTest*
+ fun:_ZN11webkit_glue*SimpleDataSourceTest*
}
{
bug_65664d
« 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