OLD | NEW |
1 # List of suppressions. | 1 # List of suppressions. |
2 # Generated by hand to get net_unittests running initially. | 2 # Generated by hand to get net_unittests running initially. |
3 # Likely too aggressive disabling. | 3 # Likely too aggressive disabling. |
4 DiskCacheBackendTest.* | 4 DiskCacheBackendTest.* |
5 TransportSecurityStateTest.ParseSidePins* | 5 TransportSecurityStateTest.ParseSidePins* |
6 # TODO(jnd): The following tests are disabled because test server spawner is not | 6 # TODO(jnd): The following tests are disabled because test server spawner is not |
7 # enabled on Chromium Android. Once the net upstreaming is done, test server | 7 # enabled on Chromium Android. Once the net upstreaming is done, test server |
8 # spawner can be enabled and those tests should pass. | 8 # spawner can be enabled and those tests should pass. |
9 # BUG=135165 | 9 # BUG=135165 |
10 X509CertificateTest.* | 10 X509CertificateTest.* |
11 X509CertificateParseTest.* | 11 X509CertificateParseTest.* |
12 FtpDirectoryListingParserWindowsTest.Good | |
13 HttpNetworkTransactionSpdy2Test.SOCKS4_HTTP_GET | 12 HttpNetworkTransactionSpdy2Test.SOCKS4_HTTP_GET |
14 HttpNetworkTransactionSpdy2Test.SOCKS4_SSL_GET | 13 HttpNetworkTransactionSpdy2Test.SOCKS4_SSL_GET |
15 HttpNetworkTransactionSpdy21Test.SOCKS4_HTTP_GET | 14 HttpNetworkTransactionSpdy21Test.SOCKS4_HTTP_GET |
16 HttpNetworkTransactionSpdy21Test.SOCKS4_SSL_GET | 15 HttpNetworkTransactionSpdy21Test.SOCKS4_SSL_GET |
17 HttpNetworkTransactionSpdy3Test.SOCKS4_HTTP_GET | 16 HttpNetworkTransactionSpdy3Test.SOCKS4_HTTP_GET |
18 HttpNetworkTransactionSpdy3Test.SOCKS4_SSL_GET | 17 HttpNetworkTransactionSpdy3Test.SOCKS4_SSL_GET |
19 HttpNetworkTransactionTest.SOCKS4_HTTP_GET | 18 HttpNetworkTransactionTest.SOCKS4_HTTP_GET |
20 HttpNetworkTransactionTest.SOCKS4_SSL_GET | 19 HttpNetworkTransactionTest.SOCKS4_SSL_GET |
21 HttpNetworkTransactionTest.UploadUnreadableFile | 20 HttpNetworkTransactionTest.UploadUnreadableFile |
22 HttpNetworkTransactionTest.UnreadableUploadFileAfterAuthRestart | 21 HttpNetworkTransactionTest.UnreadableUploadFileAfterAuthRestart |
(...skipping 23 matching lines...) Expand all Loading... |
46 WebSocketJobSpdy2Test.ThrottlingSpdySpdyEnabled | 45 WebSocketJobSpdy2Test.ThrottlingSpdySpdyEnabled |
47 WebSocketJobSpdy3Test.ThrottlingWebSocket | 46 WebSocketJobSpdy3Test.ThrottlingWebSocket |
48 WebSocketJobSpdy3Test.ThrottlingWebSocketSpdyEnabled | 47 WebSocketJobSpdy3Test.ThrottlingWebSocketSpdyEnabled |
49 WebSocketJobSpdy3Test.ThrottlingSpdy | 48 WebSocketJobSpdy3Test.ThrottlingSpdy |
50 WebSocketJobSpdy3Test.ThrottlingSpdySpdyEnabled | 49 WebSocketJobSpdy3Test.ThrottlingSpdySpdyEnabled |
51 WebSocketJobTest.ThrottlingWebSocket | 50 WebSocketJobTest.ThrottlingWebSocket |
52 WebSocketJobTest.ThrottlingWebSocketSpdyEnabled | 51 WebSocketJobTest.ThrottlingWebSocketSpdyEnabled |
53 WebSocketJobTest.ThrottlingSpdy | 52 WebSocketJobTest.ThrottlingSpdy |
54 WebSocketJobTest.ThrottlingSpdySpdyEnabled | 53 WebSocketJobTest.ThrottlingSpdySpdyEnabled |
55 X509CertificateWeakDigestTest.* | 54 X509CertificateWeakDigestTest.* |
56 FtpDirectoryListingParserTest.* | |
57 */X509CertificateWeakDigestTest.* | 55 */X509CertificateWeakDigestTest.* |
58 TransportSecurityStateTest.BogusPinsHeaders | 56 TransportSecurityStateTest.BogusPinsHeaders |
59 TransportSecurityStateTest.ValidPinsHeadersSHA1 | 57 TransportSecurityStateTest.ValidPinsHeadersSHA1 |
60 TransportSecurityStateTest.ValidPinsHeadersSHA256 | 58 TransportSecurityStateTest.ValidPinsHeadersSHA256 |
61 HTTPSRequestTest.ResumeTest | 59 HTTPSRequestTest.ResumeTest |
62 HTTPSRequestTest.SSLSessionCacheShardTest | 60 HTTPSRequestTest.SSLSessionCacheShardTest |
63 HTTPSRequestTest.HTTPSErrorsNoClobberTSSTest | 61 HTTPSRequestTest.HTTPSErrorsNoClobberTSSTest |
64 HttpNetworkTransactionSpdy3Test.UploadUnreadableFile | 62 HttpNetworkTransactionSpdy3Test.UploadUnreadableFile |
65 HttpNetworkTransactionSpdy2Test.UploadUnreadableFile | 63 HttpNetworkTransactionSpdy2Test.UploadUnreadableFile |
66 HTTPSRequestTest.SSLv3Fallback | 64 HTTPSRequestTest.SSLv3Fallback |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 VerifyEndEntity/CertVerifyProcWeakDigestTest.* | 115 VerifyEndEntity/CertVerifyProcWeakDigestTest.* |
118 VerifyIncompleteIntermediate/CertVerifyProcWeakDigestTest.* | 116 VerifyIncompleteIntermediate/CertVerifyProcWeakDigestTest.* |
119 VerifyIncompleteEndEntity/CertVerifyProcWeakDigestTest.* | 117 VerifyIncompleteEndEntity/CertVerifyProcWeakDigestTest.* |
120 VerifyMixed/CertVerifyProcWeakDigestTest.* | 118 VerifyMixed/CertVerifyProcWeakDigestTest.* |
121 | 119 |
122 # Death tests are not supported with apks. | 120 # Death tests are not supported with apks. |
123 *DeathTest* | 121 *DeathTest* |
124 # These are death tests and thus also disabled. | 122 # These are death tests and thus also disabled. |
125 PrioritizedDispatcherTest.CancelNull | 123 PrioritizedDispatcherTest.CancelNull |
126 PrioritizedDispatcherTest.CancelMissing | 124 PrioritizedDispatcherTest.CancelMissing |
OLD | NEW |