summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortoyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-30 15:32:51 +0000
committertoyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-30 15:32:51 +0000
commit44538b81b2db5de46effbd9cd532e57075f6c2a5 (patch)
treefa0a4f0b27d72bb774b07101addec6a64a6b8e4f /tools
parentac54efc81249bf1b855e63e0fc77d3082c0b221b (diff)
downloadchromium_src-44538b81b2db5de46effbd9cd532e57075f6c2a5.zip
chromium_src-44538b81b2db5de46effbd9cd532e57075f6c2a5.tar.gz
chromium_src-44538b81b2db5de46effbd9cd532e57075f6c2a5.tar.bz2
SpdyWebSocketStreamTest.IOPending is failing on the Dr.Memory bots.
SPDY Settings frame requires socket read completion in 100ms. But IO Pending situation did not guarantee that. We should prepare one receiving frame which doesn't affect the test. BUG=87620 TEST=tools\valgrind\chrome_tests.bat -t net_unittests --tool drmemory --build_dir net/Debug --gtest_filter=SpdyWebSocketStreamTest.IOPending Review URL: http://codereview.chromium.org/7277029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt4
1 files changed, 0 insertions, 4 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 89e5cf2a..984bcde 100644
--- a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt
+++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt
@@ -10,9 +10,5 @@ X509CertificateTest.*
# Too many uninits and too slow. TODO(timurrrr): investigate uninits
ProxyResolverV8Test.*
-# Fails under Dr. Memory (looks like the test is broken)
-# http://crbug.com/87620
-SpdyWebSocketStreamTest.IOPending
-
# Slow
CookieMonsterTest.GarbageCollectionTriggers