summaryrefslogtreecommitdiffstats
path: root/net/data
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-04 15:43:12 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-04 15:43:12 +0000
commit4e4e65fdf52efa29f7168f72a2bc898e19d8c81c (patch)
treea91505307deb0caf55d686cc15abb52345dcb90b /net/data
parent2227c699c409af182b20d64fae135217d9ab6a24 (diff)
downloadchromium_src-4e4e65fdf52efa29f7168f72a2bc898e19d8c81c.zip
chromium_src-4e4e65fdf52efa29f7168f72a2bc898e19d8c81c.tar.gz
chromium_src-4e4e65fdf52efa29f7168f72a2bc898e19d8c81c.tar.bz2
Run more net_ tests under TSan on Windows
TBR=glider Review URL: http://codereview.chromium.org/1932002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46350 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/data')
-rw-r--r--net/data/valgrind/net_unittests.gtest-tsan_win32.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/data/valgrind/net_unittests.gtest-tsan_win32.txt b/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
index c4a55e0..f004356 100644
--- a/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
+++ b/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
@@ -1,17 +1,18 @@
# These tests fail due to SSL/Certificates/Network issues
# TODO(timurrrr): need to investigate.
-HTTPSRequestTest.*
ProxyScriptFetcherTest.*
-X509CertificateTest.*
# These tests fail due to unknown reasons
# TODO(timurrrr): investigate
CookieMonsterTest.TestLastAccess
SpdyNetwork*Error*
SpdyNetwork*Get*
+X509CertificateTest.UnoSoftCertParsing
#########################################
# Please see http://dev.chromium.org/developers/testing#TOC-SSL-tests
# if you think you want to un-comment one of the following lines
#SSLClientSocketTest.*
#URLRequestTest*
+#HTTPSRequestTest.*
+#X509CertificateTest.*