diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-29 14:52:43 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-29 14:52:43 +0000 |
commit | 0cf86f7d99265299847f79c1010d016dbc5c339b (patch) | |
tree | 9fac47e297a580033318993e7150186d4227beba | |
parent | 5d56a995f7e7bdab7e36bb47d297e25e01b6ad96 (diff) | |
download | chromium_src-0cf86f7d99265299847f79c1010d016dbc5c339b.zip chromium_src-0cf86f7d99265299847f79c1010d016dbc5c339b.tar.gz chromium_src-0cf86f7d99265299847f79c1010d016dbc5c339b.tar.bz2 |
Update Dr. Memory suppressions to make printing_unittests greener on Windows 7
BUG=http://code.google.com/p/drmemory/issues/detail?id=12
TBR=bruening
Review URL: http://codereview.chromium.org/7736021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98635 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/drmemory/suppressions.txt | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/tools/valgrind/drmemory/suppressions.txt b/tools/valgrind/drmemory/suppressions.txt index 86303a0..8678d4a 100644 --- a/tools/valgrind/drmemory/suppressions.txt +++ b/tools/valgrind/drmemory/suppressions.txt @@ -39,6 +39,8 @@ UNINITIALIZED READ # assumptions or unhandled syscalls # http://code.google.com/p/drmemory/issues/detail?id=12 +# Please note: the following suppressions were written in the abscense of +# private symbols so may need to be updated when we switch to auto-loading PDBs UNINITIALIZED READ ntdll.dll!Rtl* ntdll.dll!Rtl* @@ -72,10 +74,24 @@ UNINITIALIZED READ ... SHELL32.dll!ILSaveToStream* -POSSIBLE LEAK +LEAK ... SHELL32.dll!SHFileOperation* +UNINITIALIZED READ +... +SHELL32.dll!SHGetItemFromDataObject + +LEAK +... +SHELL32.dll!SHGetItemFromDataObject + +LEAK +ole32.dll!* +... +ole32.dll!* +SHELL32.dll!SHChangeNotifySuspendResume + # http://code.google.com/p/drmemory/issues/detail?id=14 UNINITIALIZED READ ... |