summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-24 13:08:27 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-24 13:08:27 +0000
commitad69f910c368ce20e63563ddf2d15b95ae6a4d77 (patch)
treeb9b54b37753ba25f8f41cd82b4e3c8fe3bd9e7a3 /tools
parent20bf3458318f0d94d526bddac99cd8a478a1b8c1 (diff)
downloadchromium_src-ad69f910c368ce20e63563ddf2d15b95ae6a4d77.zip
chromium_src-ad69f910c368ce20e63563ddf2d15b95ae6a4d77.tar.gz
chromium_src-ad69f910c368ce20e63563ddf2d15b95ae6a4d77.tar.bz2
Exclude some net_ tests and suppress a couple of stacks for Dr. Memory
TBR=glider TEST=Dr.Memory FYI bot should go greener Review URL: http://codereview.chromium.org/6032006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70157 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/drmemory/suppressions.txt21
-rw-r--r--tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt2
2 files changed, 23 insertions, 0 deletions
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index c805017..e4da305 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -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,6 +248,16 @@ UNADDRESSABLE ACCESS
...
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
@@ -322,6 +339,10 @@ ntdll.dll!RtlMakeSelfRelativeSD
ntdll.dll!RtlAbsoluteToSelfRelativeSD
ADVAPI32.dll!MakeSelfRelativeSD
+UNINITIALIZED READ
+...
+CRYPT32.dll!I_CertSyncStore
+
############################
# Intentional errors in Chromium tests (ToolsSanityTests)
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt
index 10b8617..03af34b 100644
--- a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt
+++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt
@@ -4,8 +4,10 @@ HttpNetworkLayerTest.GET
# TODO(timurrrr): investigate these
ClientSocketPoolBaseTest.*
+CookieMonsterTest.GarbageCollectionTriggers
SSLClientSocketTest.*
ProxyResolverJS*
+ProxyResolverV8Test.*
X509CertificateTest.*
UrlToFilenameEncoderTest.*
DirectoryListerTest.*