summaryrefslogtreecommitdiffstats
path: root/net/data
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-16 16:44:33 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-16 16:44:33 +0000
commitd0937f36aa7a3a073cfbec8722ae7ee1dd9a3354 (patch)
tree438ce6220d19ed04353c44d27731ee0803d8e428 /net/data
parent7cb1e7cab13924a85540a74104f46e88652e6cb3 (diff)
downloadchromium_src-d0937f36aa7a3a073cfbec8722ae7ee1dd9a3354.zip
chromium_src-d0937f36aa7a3a073cfbec8722ae7ee1dd9a3354.tar.gz
chromium_src-d0937f36aa7a3a073cfbec8722ae7ee1dd9a3354.tar.bz2
A bit wider SpdyNetwork gtest filter for TSan/Win
TBR=glider Review URL: http://codereview.chromium.org/1610033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44780 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/data')
-rwxr-xr-xnet/data/valgrind/net_unittests.gtest-tsan_win32.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/data/valgrind/net_unittests.gtest-tsan_win32.txt b/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
index eee7405..dab96a4 100755
--- a/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
+++ b/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
@@ -12,7 +12,8 @@ X509CertificateTest.*
# These tests fail due to unknown reasons
# TODO(timurrrr): investigate
CookieMonsterTest.TestLastAccess
-SpdyNetwork.*Error*
+SpdyNetwork*Error*
+SpdyNetwork*Get*
# DiskCache tests produce some strange reports under TSan.
# TODO(timurrrr): possibly a bug in TSan, need to investigate.