Filter out more tests from net_unittests
Some refactoring occured that broke some more Chrome on Android tests. See: https://chromiumcodereview.appspot.com/9582034 These will be fixed later. BUG= TEST= Review URL: http://codereview.chromium.org/9597027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124997 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -16,6 +16,12 @@ TransportSecurityStateTest.ParseSidePins*
|
|||||||
X509CertificateTest.*
|
X509CertificateTest.*
|
||||||
X509CertificateParseTest.*
|
X509CertificateParseTest.*
|
||||||
FtpDirectoryListingParserWindowsTest.Good
|
FtpDirectoryListingParserWindowsTest.Good
|
||||||
|
HttpNetworkTransactionSpdy2Test.SOCKS4_HTTP_GET
|
||||||
|
HttpNetworkTransactionSpdy2Test.SOCKS4_SSL_GET
|
||||||
|
HttpNetworkTransactionSpdy21Test.SOCKS4_HTTP_GET
|
||||||
|
HttpNetworkTransactionSpdy21Test.SOCKS4_SSL_GET
|
||||||
|
HttpNetworkTransactionSpdy3Test.SOCKS4_HTTP_GET
|
||||||
|
HttpNetworkTransactionSpdy3Test.SOCKS4_SSL_GET
|
||||||
HttpNetworkTransactionTest.SOCKS4_HTTP_GET
|
HttpNetworkTransactionTest.SOCKS4_HTTP_GET
|
||||||
HttpNetworkTransactionTest.SOCKS4_SSL_GET
|
HttpNetworkTransactionTest.SOCKS4_SSL_GET
|
||||||
HttpNetworkTransactionTest.UploadUnreadableFile
|
HttpNetworkTransactionTest.UploadUnreadableFile
|
||||||
@ -42,6 +48,14 @@ URLRequestTest.DoNotSendCookies_ViaPolicy_Async
|
|||||||
URLRequestTest.DoNotSaveCookies_ViaPolicy_Async
|
URLRequestTest.DoNotSaveCookies_ViaPolicy_Async
|
||||||
URLRequestTest.CookiePolicy_ForceSession
|
URLRequestTest.CookiePolicy_ForceSession
|
||||||
URLRequestTest.DoNotOverrideReferrer
|
URLRequestTest.DoNotOverrideReferrer
|
||||||
|
WebSocketJobSpdy2Test.ThrottlingWebSocket
|
||||||
|
WebSocketJobSpdy2Test.ThrottlingWebSocketSpdyEnabled
|
||||||
|
WebSocketJobSpdy2Test.ThrottlingSpdy
|
||||||
|
WebSocketJobSpdy2Test.ThrottlingSpdySpdyEnabled
|
||||||
|
WebSocketJobSpdy3Test.ThrottlingWebSocket
|
||||||
|
WebSocketJobSpdy3Test.ThrottlingWebSocketSpdyEnabled
|
||||||
|
WebSocketJobSpdy3Test.ThrottlingSpdy
|
||||||
|
WebSocketJobSpdy3Test.ThrottlingSpdySpdyEnabled
|
||||||
WebSocketJobTest.ThrottlingWebSocket
|
WebSocketJobTest.ThrottlingWebSocket
|
||||||
WebSocketJobTest.ThrottlingWebSocketSpdyEnabled
|
WebSocketJobTest.ThrottlingWebSocketSpdyEnabled
|
||||||
WebSocketJobTest.ThrottlingSpdy
|
WebSocketJobTest.ThrottlingSpdy
|
||||||
|
Reference in New Issue
Block a user