summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-06 14:50:28 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-06 14:50:28 +0000
commit506811f0903a8a7bdfedd5b8a8e6d1b705c3c895 (patch)
tree9cbfa94b1548151583274a4a11f6b5663bc252dd /tools
parent68705bd475e7c7f6833ff75b36542dd9fb8429cb (diff)
downloadchromium_src-506811f0903a8a7bdfedd5b8a8e6d1b705c3c895.zip
chromium_src-506811f0903a8a7bdfedd5b8a8e6d1b705c3c895.tar.gz
chromium_src-506811f0903a8a7bdfedd5b8a8e6d1b705c3c895.tar.bz2
Add more Dr.Memory suppressions and exclude *Audio* from media_unittests
TBR=glider Review URL: http://codereview.chromium.org/3293012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58636 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/drmemory/suppressions.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 4908477..72527c9 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -105,6 +105,26 @@ LEAK
...
WINSPOOL.DRV!*
+# http://code.google.com/p/drmemory/issues/detail?id=45
+UNINITIALIZED READ
+drmemorylib.dll!replace_strlen
+*!*length
+*!*assign
+
+UNINITIALIZED READ
+drmemorylib.dll!replace_strcmp
+
+UNINITIALIZED READ
+...
+*!*cmp
+...
+*!*lipboard*
+
+UNADDRESSABLE ACCESS
+drmemorylib.dll!replace_*
+...
+*!*lipboard*
+
############################
# TODO(timurrrr): investigate these
UNINITIALIZED READ
@@ -151,6 +171,15 @@ UNADDRESSABLE ACCESS
...
GDI32.dll!CreateDC*
+UNINITIALIZED READ
+...
+USER32.dll!DrawText*
+
+# This one looks interesting
+INVALID HEAP ARGUMENT
+...
+KERNEL32.dll!ExitProcess
+
############################
# Real issues in Chromium