blob: fd0c9a6633e44588cb2414b273d3b7477571c59e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# 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/47836
ClientSocketPoolBaseTest.CancelPendingSocketAtSocketLimit
# Single-threaded and relatively slow - no reason to test
# See http://crbug.com/59642
CookieMonsterTest.GarbageCollectionTriggers
# Time out, see http://crbug.com/68482
SSLServerSocketTest.*
# See http://crbug.com/102330
SSLClientSocketTest.*
# See http://crbug.com/104805
HostResolverImplTest.AbortOnlyExistingRequestsOnIPAddressChange
# Fails, see http://crbug.com/118874
DnsConfigServiceTest.*GetSystemConfig
# Times out occasionally, http://crbug.com/124452
HostResolverImplTest.StartWithinCallback
# Fails on most runs. http://crbug.com/130874
HttpNetworkTransactionSpdy2Test.BasicAuthSpdyProxy
|