diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-03 13:27:45 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-03 13:27:45 +0000 |
commit | ca491de5572a789a43e952ef265f4f945ee6207b (patch) | |
tree | c5505093719e0fd0691d184cc4db0fc02338dadd /tools | |
parent | 000668ff4c3a2e48084513c4b2b34587ff3baa62 (diff) | |
download | chromium_src-ca491de5572a789a43e952ef265f4f945ee6207b.zip chromium_src-ca491de5572a789a43e952ef265f4f945ee6207b.tar.gz chromium_src-ca491de5572a789a43e952ef265f4f945ee6207b.tar.bz2 |
Exclude some CookieMonster.*GarbageCollection* tests from Dr.Memory run
TBR=glider
BUG=59642
Review URL: http://codereview.chromium.org/4370002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64906 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt index 10b8617..a4f8be1 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt @@ -2,6 +2,10 @@ HttpNetworkTransactionTest.* HttpNetworkLayerTest.GET +# These take too long in Debug build, see http://crbug/59642 +CookieMonsterTest.GarbageCollectionTriggers +CookieMonsterTest.TestHostGarbageCollection + # TODO(timurrrr): investigate these ClientSocketPoolBaseTest.* SSLClientSocketTest.* |