blob: 6b436e8463908491f21bf62a1839664aa5277eaf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# WebSocketTest tests are extraordinary slow under ThreadSanitizer,
# (see http://crbug.com/25392)
# TODO(glider): investigate this.
WebSocketTest.*
# Strange reports from __NSThread__main__ appeared with the new TSan binaries
# See http://crbug.com/38926
DirectoryLister*
# Failing, see http://crbug.com/78303
HttpNetworkTransactionTest.BypassHostCacheOnRefresh2
HttpNetworkTransactionTest.GenerateAuthToken
HttpNetworkTransactionTest.HttpsProxySpdyGetWithProxyAuth
HttpNetworkTransactionTest.BasicAuthProxyNoKeepAlive
HttpNetworkTransactionTest.HttpsProxySpdyConnectHttps
# Hang, or killing the test. See http://crbug.com/78536
ProxyResolverV8Test.*
# CHECK failure. See http://crbug.com/78533
HttpNetworkLayerTest.GET
|