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:50:47 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-04 15:50:47 +0000
commit76276f15d0211cedb8296f8b07ce62188e534acc (patch)
treec80e8b364983c2429bc3f6daa5808d1d5e7fe0a9 /net/data
parent372a33ac2ccb4150776ffcd766b6408fd644efaf (diff)
downloadchromium_src-76276f15d0211cedb8296f8b07ce62188e534acc.zip
chromium_src-76276f15d0211cedb8296f8b07ce62188e534acc.tar.gz
chromium_src-76276f15d0211cedb8296f8b07ce62188e534acc.tar.bz2
Run ProxyScriptFetcherTest.* under TSan/Win
TBR=glider Review URL: http://codereview.chromium.org/1953001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46352 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/data')
-rw-r--r--net/data/valgrind/net_unittests.gtest-tsan_win32.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/data/valgrind/net_unittests.gtest-tsan_win32.txt b/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
index f004356..dbbca07 100644
--- a/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
+++ b/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
@@ -1,7 +1,3 @@
-# These tests fail due to SSL/Certificates/Network issues
-# TODO(timurrrr): need to investigate.
-ProxyScriptFetcherTest.*
-
# These tests fail due to unknown reasons
# TODO(timurrrr): investigate
CookieMonsterTest.TestLastAccess
@@ -10,9 +6,11 @@ SpdyNetwork*Get*
X509CertificateTest.UnoSoftCertParsing
#########################################
+# These tests fail if you don't have our SSL certificate installed.
# Please see http://dev.chromium.org/developers/testing#TOC-SSL-tests
-# if you think you want to un-comment one of the following lines
+# if you think you want to un-comment one of the following lines.
#SSLClientSocketTest.*
#URLRequestTest*
#HTTPSRequestTest.*
#X509CertificateTest.*
+#ProxyScriptFetcherTest.*