summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-07 10:59:44 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-07 10:59:44 +0000
commit5dbbba85b7c00854e4e85b8d96090cd9ab614fb0 (patch)
tree55c742ef658ec6bedc492b6e5caf0a8fe4df653d /net
parentd75f16b227577597a35977e6871147b2f5aefbed (diff)
downloadchromium_src-5dbbba85b7c00854e4e85b8d96090cd9ab614fb0.zip
chromium_src-5dbbba85b7c00854e4e85b8d96090cd9ab614fb0.tar.gz
chromium_src-5dbbba85b7c00854e4e85b8d96090cd9ab614fb0.tar.bz2
Don't run a few more tests under TSan on Windows
TBR=glider Review URL: http://codereview.chromium.org/1633001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43822 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rwxr-xr-xnet/data/valgrind/net_unittests.gtest-tsan_win32.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/data/valgrind/net_unittests.gtest-tsan_win32.txt b/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
index 3298a0f..eee7405 100755
--- a/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
+++ b/net/data/valgrind/net_unittests.gtest-tsan_win32.txt
@@ -3,9 +3,16 @@
HTTPSRequestTest.*
SSLClientSocketTest.*
URLRequestTestHTTP.*
+URLRequestTestFTP.*
+URLRequestTest.*Cookie*
+URLRequestTest.QuitTest
ProxyScriptFetcherTest.*
X509CertificateTest.*
+
+# These tests fail due to unknown reasons
+# TODO(timurrrr): investigate
CookieMonsterTest.TestLastAccess
+SpdyNetwork.*Error*
# DiskCache tests produce some strange reports under TSan.
# TODO(timurrrr): possibly a bug in TSan, need to investigate.