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

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

Issue 8496013: Suppress some Dr. Memory INVALID HEAP reports on UI tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 109016)
+++ tools/valgrind/drmemory/suppressions.txt (working copy)
@@ -604,6 +604,13 @@
...
CRYPT32.dll!I_CertSyncStore
+INVALID HEAP ARGUMENT
+name=http://crbug.com/103365
+ppapi_tests.dll!*
Derek Bruening 2011/11/08 15:29:24 how do you know this isn't a false positive? were
Timur Iskhodzhanov 2011/11/08 15:48:18 It's on r579 you've pushed. FP or not these guys h
+...
+ppapi_tests.dll!*
+base::internal::Invoker2<*>::DoInvoke
+
############################
# Intentional errors in Chromium tests (ToolsSanityTests)
LEAK
@@ -781,6 +788,16 @@
name=http://crbug.com/101717 (2)
*!sandbox::PolicyBase::~PolicyBase
+INVALID HEAP ARGUMENT
+name=http://crbug.com/101717 (3)
+*!scoped_ptr<_UNICODE_STRING>::~scoped_ptr<_UNICODE_STRING>
+*!sandbox::GetHandleName
+
+INVALID HEAP ARGUMENT
+name=http://crbug.com/101717 (4)
+*!scoped_ptr<_OBJECT_NAME_INFORMATION>::~scoped_ptr<_OBJECT_NAME_INFORMATION>
+*!sandbox::GetPathFromHandle
+
############################
# Real issues in Chromium
« 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