diff options
author | rnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 17:32:15 +0000 |
---|---|---|
committer | rnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-20 17:32:15 +0000 |
commit | 2a8dea97ae05ba66c470400c501f07efe637a5ec (patch) | |
tree | 9b739caf8372fe25ac902ebb5d142bc32103f51b /tools | |
parent | 14a5463008fbd1ed16423599fa521404618d1e44 (diff) | |
download | chromium_src-2a8dea97ae05ba66c470400c501f07efe637a5ec.zip chromium_src-2a8dea97ae05ba66c470400c501f07efe637a5ec.tar.gz chromium_src-2a8dea97ae05ba66c470400c501f07efe637a5ec.tar.bz2 |
Exclude SpdyHttpStreamTest.* from drmemory runs.
This test has a race from the 100ms delayed task in socket_test_util.cc that
causes a DCHECK when run under DrMemory.
TBR=willchan@chromium.org
BUG=95007
TEST=drmemory full bot should get farther
Review URL: https://chromiumcodereview.appspot.com/9131013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118457 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 36f9596..41b9b2d 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt @@ -19,3 +19,7 @@ ClientSocketPoolBaseTest.DisableCleanupTimer # Flaky, see http://crbug.com/108422 SSLClientSocketTest.ConnectMismatched + +# Hits DCHECK failure due to 100ms delayed task in socket_test_util.cc, see +# http://crbug.com/110793 and http://crbug.com/95007 +SpdyHttpStreamTest.* |