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

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

Issue 7598031: Suppress a few simple leaks found by Dr. Memory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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/drmemory/suppressions.txt
===================================================================
--- tools/valgrind/drmemory/suppressions.txt (revision 95980)
+++ tools/valgrind/drmemory/suppressions.txt (working copy)
@@ -657,6 +657,11 @@
*!TestURLRequestContextGetter::GetURLRequestContext
*!URLFetcher::Core::StartURLRequest
+# This test intentionally leaks an object and checks that it's never deleted
+LEAK
+...
+*!BrowserThreadTest_NotReleasedIfTargetThreadNonExistent_Test::TestBody
+
############################
# Real issues in Chromium
@@ -751,6 +756,15 @@
*!TestingProfile::CreateRequestContext
*!*ProfileSyncService*::SetUp
+# http://crbug.com/78784
+LEAK
+...
+*!RenderWidgetHost::WasHidden
+
+LEAK
+...
+*!RenderWidgetHost::WasRestored
+
# http://crbug.com/81522
LEAK
*!operator new
@@ -836,6 +850,11 @@
*!browser_sync::WeakHandle<browser_sync::JsBackend>::*
*!sync_api::SyncManager::SyncInternal::Init
+# http://crbug.com/91491
+LEAK
+...
+*!CrxUpdateService::ProcessPendingItems
+
# http://crbug.com/92026
UNINITIALIZED READ
softokn3.dll!FC_GetFunctionList
@@ -852,5 +871,10 @@
...
*!`anonymous namespace'::ConflictingDllsTest::ExecuteImpl
+# http://crbug.com/92150
+LEAK
+...
+*!BookmarkEditorView::Init
+
# Empty line at EOF - workaround for
# http://code.google.com/p/drmemory/issues/detail?id=41
« 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