Commit 0cf86f7d authored by timurrrr@chromium.org's avatar timurrrr@chromium.org

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
parent 5d56a995
...@@ -39,6 +39,8 @@ UNINITIALIZED READ ...@@ -39,6 +39,8 @@ UNINITIALIZED READ
# assumptions or unhandled syscalls # assumptions or unhandled syscalls
# http://code.google.com/p/drmemory/issues/detail?id=12 # 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 UNINITIALIZED READ
ntdll.dll!Rtl* ntdll.dll!Rtl*
ntdll.dll!Rtl* ntdll.dll!Rtl*
...@@ -72,10 +74,24 @@ UNINITIALIZED READ ...@@ -72,10 +74,24 @@ UNINITIALIZED READ
... ...
SHELL32.dll!ILSaveToStream* SHELL32.dll!ILSaveToStream*
POSSIBLE LEAK LEAK
... ...
SHELL32.dll!SHFileOperation* 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 # http://code.google.com/p/drmemory/issues/detail?id=14
UNINITIALIZED READ UNINITIALIZED READ
... ...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment