summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/drmemory
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-26 12:59:53 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-26 12:59:53 +0000
commitd75cfdf2148d7d286c569a08976b8498ea61e657 (patch)
tree84dd612a801a660368b7d6e2376cb7f2ad5071f0 /tools/valgrind/drmemory
parente81783ec4653e55637d11a12a75058da8dae0e90 (diff)
downloadchromium_src-d75cfdf2148d7d286c569a08976b8498ea61e657.zip
chromium_src-d75cfdf2148d7d286c569a08976b8498ea61e657.tar.gz
chromium_src-d75cfdf2148d7d286c569a08976b8498ea61e657.tar.bz2
Update the Dr. Memory suppression file and exclude one net_ test
BUG=84033 TBR=bruening Review URL: http://codereview.chromium.org/7075008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/drmemory')
-rw-r--r--tools/valgrind/drmemory/suppressions.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 3f66dfd..fc6dbc9 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -20,11 +20,10 @@ LEAK
...
sophos*.dll!*
-# Leaks inside GoogleDesktop
-# TODO(timurrrr): How/why does it inject itself into the binaries? WTF?
+# Leaks inside GoogleDesktop - it injects into our processes for some reason
LEAK
...
-GoogleDesktop*.DLL!*
+GoogleDesktopNetwork3.DLL!DllUnregisterServer
############################
# Suppress some false reports due to bugs in Dr.Memory like wrong analysis
@@ -345,8 +344,7 @@ ntdll.dll!LdrShutdownThread
# http://code.google.com/p/drmemory/issues/detail?id=412
UNINITIALIZED READ
-...
-ADVAPI32.dll!Reg*Value*
+ADVAPI32.dll!RegDeleteValue*
UNINITIALIZED READ
...