summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-27 14:38:58 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-27 14:38:58 +0000
commit8e62e9fd8cac2ef6403edb7e6e5747cfdf6f4b4a (patch)
treebe832d5d1e840b64158d1d9f6363e9d3d915c2f9 /tools/valgrind
parent7b94eb311bef85efbb2d302390b4ee4f33564b81 (diff)
downloadchromium_src-8e62e9fd8cac2ef6403edb7e6e5747cfdf6f4b4a.zip
chromium_src-8e62e9fd8cac2ef6403edb7e6e5747cfdf6f4b4a.tar.gz
chromium_src-8e62e9fd8cac2ef6403edb7e6e5747cfdf6f4b4a.tar.bz2
Update --gtest-filter files and suppressions for Dr. Memory
TBR=glider Review URL: http://codereview.chromium.org/3267001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57676 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/drmemory/suppressions.txt32
1 files changed, 29 insertions, 3 deletions
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt
index 258a6fe..e1a8f7d 100644
--- a/tools/valgrind/drmemory/suppressions.txt
+++ b/tools/valgrind/drmemory/suppressions.txt
@@ -30,10 +30,36 @@ ntdll.dll!Rtl*
ntdll.dll!Rtl*
ntdll.dll!RtlFindActivationContextSectionString
-# http://code.google.com/p/drmemory/issues/detail?id=13
+# http://code.google.com/p/drmemory/issues/detail?id=14
UNINITIALIZED READ
-system call NtCreateThread
-KERNEL32.dll!CreateThread
+...
+KERNEL32.dll!CreateProcess*
+
+# http://code.google.com/p/drmemory/issues/detail?id=15
+UNINITIALIZED READ
+...
+*!rand_s
+
+# http://code.google.com/p/drmemory/issues/detail?id=17
+UNINITIALIZED READ
+...
+*!CreateWindow*
+
+# http://code.google.com/p/drmemory/issues/detail?id=36
+UNINITIALIZED READ
+system call NtContinue
+*!DebuggerProbe
+*!DebuggerKnownHandle
+
+############################
+# TODO(timurrrr): investigate these
+UNINITIALIZED READ
+...
+*!win_util::GetLogonSessionOnlyDACL
+
+UNINITIALIZED READ
+...
+WINSPOOL.DRV!*
############################
# Real issues in Chromium