Commit dd7ae928 authored by ppi@chromium.org's avatar ppi@chromium.org

Enable net_unittests that rely on device time settings on Android.

Since http://crbug.com/164180 is now fixed, we can enable ~10
unittests that depend on the device time settings and were
failing exclusively on bots.

BUG=160756

Review URL: https://chromiumcodereview.appspot.com/13947040

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195225 0039d316-1c4b-4281-b951-d872f2087c98
parent 25d0eddc
# List of suppressions. # List of suppressions.
CertVerifyProcTest.InvalidKeyUsage
CertVerifyProcTest.PublicKeyHashes CertVerifyProcTest.PublicKeyHashes
CertVerifyProcTest.RejectWeakKeys
CertVerifyProcTest.VerifyReturnChainBasic CertVerifyProcTest.VerifyReturnChainBasic
CertVerifyProcTest.VerifyReturnChainFiltersUnrelatedCerts CertVerifyProcTest.VerifyReturnChainFiltersUnrelatedCerts
CertVerifyProcTest.VerifyReturnChainProperlyOrdered CertVerifyProcTest.VerifyReturnChainProperlyOrdered
HTTPSCRLSetTest.ExpiredCRLSet
HTTPSEVCRLSetTest.FreshCRLSet
HTTPSRequestTest.ClientAuthTest
HTTPSRequestTest.HTTPSGetTest
HTTPSRequestTest.ResumeTest
HTTPSRequestTest.SSLSessionCacheShardTest
# Bug: 171812 # Bug: 171812
MultiThreadedCertVerifierTest.CancelRequest MultiThreadedCertVerifierTest.CancelRequest
PythonUtils.PythonRunTime PythonUtils.PythonRunTime
TransportSecurityStateTest.ValidPinsHeadersSHA1
TransportSecurityStateTest.ValidPinsHeadersSHA256
URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest URLRequestTestHTTP.HTTPSToHTTPRedirectNoRefererTest
URLRequestTestHTTP.ProcessSTS
URLRequestTestHTTP.ProcessSTSOnce
VerifyEndEntity/CertVerifyProcWeakDigestTest.Verify/0 VerifyEndEntity/CertVerifyProcWeakDigestTest.Verify/0
VerifyEndEntity/CertVerifyProcWeakDigestTest.Verify/1 VerifyEndEntity/CertVerifyProcWeakDigestTest.Verify/1
VerifyEndEntity/CertVerifyProcWeakDigestTest.Verify/2 VerifyEndEntity/CertVerifyProcWeakDigestTest.Verify/2
...@@ -38,9 +29,6 @@ VerifyRoot/CertVerifyProcWeakDigestTest.Verify/0 ...@@ -38,9 +29,6 @@ VerifyRoot/CertVerifyProcWeakDigestTest.Verify/0
VerifyRoot/CertVerifyProcWeakDigestTest.Verify/1 VerifyRoot/CertVerifyProcWeakDigestTest.Verify/1
VerifyRoot/CertVerifyProcWeakDigestTest.Verify/2 VerifyRoot/CertVerifyProcWeakDigestTest.Verify/2
# Fail only on bots. # Fail only on bots.
CertVerifyProcTest.TestKnownRoot
CertVerifyProcTest.WithoutRevocationChecking
CertVerifyProcTest.InvalidKeyUsage
HttpCache.RangeGET_Cancel HttpCache.RangeGET_Cancel
HttpCache.RangeGET_Cancel2 HttpCache.RangeGET_Cancel2
HttpCache.RangeGET_OK HttpCache.RangeGET_OK
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment