summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorrnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-09 02:08:59 +0000
committerrnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-09 02:08:59 +0000
commitce4a293dfcbbfecd604e8ecf11d6d118c04510c2 (patch)
tree058f77a2ea1eb2f08e2f2d34850d6588033346db /tools
parent41fc62636180872da393817610ea8e509a2ecccb (diff)
downloadchromium_src-ce4a293dfcbbfecd604e8ecf11d6d118c04510c2.zip
chromium_src-ce4a293dfcbbfecd604e8ecf11d6d118c04510c2.tar.gz
chromium_src-ce4a293dfcbbfecd604e8ecf11d6d118c04510c2.tar.bz2
Suppress all leaks from cmd.exe.
ProcessUtilTest.GetAppOutput was recently changed to use cmd.exe instead of python.exe, and it has some leak reports that we're not interested in. TBR=maruel@chromium.org,bruening@chromium.org TEST=ProcessUtilTest.GetAppOutput is clean under drmemory Review URL: https://chromiumcodereview.appspot.com/9651021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125770 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/drmemory/suppressions_full.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/valgrind/drmemory/suppressions_full.txt b/tools/valgrind/drmemory/suppressions_full.txt
index 42f2e0a..834066b 100644
--- a/tools/valgrind/drmemory/suppressions_full.txt
+++ b/tools/valgrind/drmemory/suppressions_full.txt
@@ -904,6 +904,13 @@ ntdll.dll!KiUserCallbackDispatcher
dxgi.dll!*
WinSATAPI.DLL!*
+# Suppress anything in cmd.exe. It's safer to suppress these than disable
+# following, since someone might launch a Chrome process via cmd.exe.
+LEAK
+name=cmd.exe
+...
+cmd.exe!*
+
###############################################################
# Benign issues in Chromium