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

Unified Diff: tools/heapcheck/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 | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
===================================================================
--- tools/heapcheck/suppressions.txt (revision 68371)
+++ tools/heapcheck/suppressions.txt (working copy)
@@ -1068,5 +1068,27 @@
fun:ExtensionPrefsNotifyWhenNeeded::Initialize
fun:ExtensionPrefsTest::SetUp
}
-
-
+{
+ bug_65664a
+ Heapcheck:Leak
+ fun:webkit_glue::BufferedResourceLoaderTest::Initialize
+ fun:webkit_glue::BufferedResourceLoaderTest*
+}
+{
+ bug_65664b
+ Heapcheck:Leak
+ fun:webkit_glue::BufferedDataSourceTest::InitializeDataSource
+ fun:webkit_glue::BufferedDataSourceTest*
+}
+{
+ bug_65664c
+ Heapcheck:Leak
+ fun:webkit_glue::SimpleDataSourceTest::InitializeDataSource
+ fun:webkit_glue::SimpleDataSourceTest*
+}
+{
+ bug_65664d
+ Heapcheck:Leak
+ fun:webkit_glue::SimpleDataSourceTest_InitializeData_Test::TestBody
+ fun:testing::HandleExceptionsInMethodIfSupported
+}
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698