summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt')
-rw-r--r--tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt
new file mode 100644
index 0000000..b7b6e2c
--- /dev/null
+++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt
@@ -0,0 +1,35 @@
+# These tests fail due to unknown reasons
+# TODO(timurrrr): investigate
+CookieMonsterTest.TestLastAccess
+SpdyNetwork*Error*
+SpdyNetwork*Get*
+SpdyNetworkTransactionTest.SynReplyHeadersVary
+X509CertificateTest.UnoSoftCertParsing
+URLRequestTest.DoNotSaveCookies
+URLRequestTest.QuitTest
+
+# See http://crbug.com/46647
+DiskCacheBackendTest.*
+
+# See http://crbug.com/53304
+URLRequestTest.*
+
+# See http://crbug.com/47836
+ClientSocketPoolBaseTest.CancelPendingSocketAtSocketLimit
+
+# See http://crbug.com/51145
+HttpNetworkTransactionTest.*
+HttpNetworkLayerTest.GET
+
+# Timing out under TSan, see http://crbug.com/59642
+CookieMonsterTest.GarbageCollectionTriggers
+
+#########################################
+# 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.
+#SSLClientSocketTest.*
+#URLRequestTest*
+#HTTPSRequestTest.*
+#X509CertificateTest.*
+#ProxyScriptFetcherTest.*