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

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

Issue 6032006: Exclude some net_ tests and suppress a couple of stacks for Dr. Memory... (Closed) Base URL: svn://svn.chromium.org/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/gtest_exclude/net_unittests.gtest-drmemory_win32.txt » ('j') | 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 70146)
+++ tools/valgrind/drmemory/suppressions.txt (working copy)
@@ -1,4 +1,11 @@
############################
+# Known reports on the third party we have no control over.
+UNINITIALIZED READ
+...
+*!deflate_slow
+*!MOZ_Z_deflate
+
+############################
# Suppress some false reports due to bugs in Dr.Memory like wrong analysis
# assumptions or unhandled syscalls
@@ -241,7 +248,17 @@
...
ntdll.dll!RtlValidateUnicodeString
+# http://code.google.com/p/drmemory/issues/detail?id=256
+LEAK
+*!_mtinit
+*!__tmainCRTStartup
+*!mainCRTStartup
+# http://code.google.com/p/drmemory/issues/detail?id=257
+LEAK
+...
+*!std::use_facet<std::numpunct<char> >
+
############################
# TODO(timurrrr): investigate these
UNINITIALIZED READ
@@ -322,6 +339,10 @@
ntdll.dll!RtlAbsoluteToSelfRelativeSD
ADVAPI32.dll!MakeSelfRelativeSD
+UNINITIALIZED READ
+...
+CRYPT32.dll!I_CertSyncStore
+
############################
# Intentional errors in Chromium tests (ToolsSanityTests)
« no previous file with comments | « no previous file | tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698