diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 08:59:28 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-09 08:59:28 +0000 |
commit | 9126e66e74e8174e270023a4d10068675a6a5b16 (patch) | |
tree | f097f760cca5802da5d7bd612e3dc4218c4c6790 /tools | |
parent | 0829bbce2c8259b5af38b4b6510dc1be8a9e5873 (diff) | |
download | chromium_src-9126e66e74e8174e270023a4d10068675a6a5b16.zip chromium_src-9126e66e74e8174e270023a4d10068675a6a5b16.tar.gz chromium_src-9126e66e74e8174e270023a4d10068675a6a5b16.tar.bz2 |
Exclude DownloadManagerTest.StartDownload from the Dr. Memory runs
TBR=bruening
BUG=http://code.google.com/p/drmemory/issues/detail?id=548
Review URL: http://codereview.chromium.org/7598026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95970 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt index 78aca4f..960a623 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt @@ -7,6 +7,9 @@ AudioRendererHostTest.* ################################################## # un-analyzed Dr. Memory bugs: +# http://code.google.com/p/drmemory/issues/detail?id=548 +DownloadManagerTest.StartDownload + ################################################## # Chromium bugs: |