summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnd@chromium.org <jnd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-09 06:40:41 +0000
committerjnd@chromium.org <jnd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-09 06:40:41 +0000
commitc9767c807236f64406ab95550b2dca0c4cfacff3 (patch)
tree8071811b51f4549ba016de41caafc7924603174d
parent635e2c12b9c2fbfbbb86d18454690dc39aedc607 (diff)
downloadchromium_src-c9767c807236f64406ab95550b2dca0c4cfacff3.zip
chromium_src-c9767c807236f64406ab95550b2dca0c4cfacff3.tar.gz
chromium_src-c9767c807236f64406ab95550b2dca0c4cfacff3.tar.bz2
Disable some test server based tests on Chromium Linux Android.
The test server based tests are because test server spawner is not enabled on Chromium Android. Once the net upstreaming is done, test server spawner can be enabled and those tests should pass on Chromium Android. BUG=None. TEST=Make Chromium Linux Android bot green. TBR=jrg, yfriedman Review URL: https://chromiumcodereview.appspot.com/10381069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135996 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--build/android/gtest_filter/net_unittests_disabled10
1 files changed, 8 insertions, 2 deletions
diff --git a/build/android/gtest_filter/net_unittests_disabled b/build/android/gtest_filter/net_unittests_disabled
index d4e583c..e3d0c1d 100644
--- a/build/android/gtest_filter/net_unittests_disabled
+++ b/build/android/gtest_filter/net_unittests_disabled
@@ -12,6 +12,9 @@ HostResolverImplTest.*
NetUtilTest.GetNetworkList
ProxyResolverV8Test.*
TransportSecurityStateTest.ParseSidePins*
+# TODO(jnd): The following tests are disabled because test server spawner is not
+# enabled on Chromium Android. Once the net upstreaming is done, test server
+# spawner can be enabled and those tests should pass.
X509CertificateTest.*
X509CertificateParseTest.*
FtpDirectoryListingParserWindowsTest.Good
@@ -66,9 +69,12 @@ TransportSecurityStateTest.BogusPinsHeaders
TransportSecurityStateTest.ValidPinsHeaders
HTTPSRequestTest.ResumeTest
HTTPSRequestTest.SSLSessionCacheShardTest
-# TODO(yfriedman): Can't load certificate
-# net/data/ssl/certificates/root_ca_cert.crt
HTTPSRequestTest.HTTPSErrorsNoClobberTSSTest
+HttpNetworkTransactionSpdy3Test.UploadUnreadableFile
+HttpNetworkTransactionSpdy2Test.UploadUnreadableFile
+HTTPSRequestTest.SSLv3Fallback
+HTTPSEVCRLSetTest.FreshCRLSet
+HTTPSCRLSetTest.ExpiredCRLSet
# TODO(jrg): Fails on bots. Works locally. Figure out why. 2/6/12
HttpCache.TypicalGET_ConditionalRequest
HttpCache.RangeGET_OK