Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1795)

Unified Diff: net/cert/cert_verify_proc_unittest.cc

Issue 2755493002: Update comment for SupportsImportingMismatchedAlgorithms in cert_verify_proc_unittest.cc (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_proc_unittest.cc
diff --git a/net/cert/cert_verify_proc_unittest.cc b/net/cert/cert_verify_proc_unittest.cc
index d4a08868fb57972758bc15d7f66f23d38334b1bb..f9ebaa828c35437eec0a14ca43e0ce533da088e7 100644
--- a/net/cert/cert_verify_proc_unittest.cc
+++ b/net/cert/cert_verify_proc_unittest.cc
@@ -642,8 +642,8 @@ class CertVerifyProcInspectSignatureAlgorithmsTest : public ::testing::Test {
DigestAlgorithm tbs_algorithm;
};
- // On iOS trying to import a certificate with mismatched signature will
- // fail. Consequently the rest of the tests can't be performed.
+ // On some platforms trying to import a certificate with mismatched signature
+ // will fail. Consequently the rest of the tests can't be performed.
WARN_UNUSED_RESULT bool SupportsImportingMismatchedAlgorithms() const {
#if defined(OS_IOS)
LOG(INFO) << "Skipping test on iOS because certs with mismatched "
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698