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

Issue 2556963002: Enable CertVerifyProcWeakDigestTest tests on android (Closed)

Created:
4 years ago by mattm
Modified:
4 years ago
Reviewers:
davidben
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable CertVerifyProcWeakDigestTest tests on android. They should be passing since https://crrev.com/b92e6f5c2a In fact, MAYBE_VerifyRoot/CertVerifyProcWeakDigestTest.VerifyDetectsAlgorithm has already been running on android since https://crrev.com/e04a95b881 as it was not using WRAPPED_INSTANTIATE_TEST_CASE_P. BUG=none Committed: https://crrev.com/164fb098d4af1f865f57c59f2e4deff3dd62bd9a Cr-Commit-Position: refs/heads/master@{#436829}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -11 lines) Patch
M net/cert/cert_verify_proc_unittest.cc View 6 chunks +6 lines, -11 lines 2 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 16 (10 generated)
mattm
4 years ago (2016-12-07 00:57:33 UTC) #5
davidben
lgtm https://codereview.chromium.org/2556963002/diff/1/net/cert/cert_verify_proc_unittest.cc File net/cert/cert_verify_proc_unittest.cc (right): https://codereview.chromium.org/2556963002/diff/1/net/cert/cert_verify_proc_unittest.cc#newcode1779 net/cert/cert_verify_proc_unittest.cc:1779: #if defined(USE_NSS_CERTS) || defined(OS_IOS) Probably for separate, but ...
4 years ago (2016-12-07 01:13:58 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2556963002/1
4 years ago (2016-12-07 01:38:28 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-07 01:43:01 UTC) #13
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/164fb098d4af1f865f57c59f2e4deff3dd62bd9a Cr-Commit-Position: refs/heads/master@{#436829}
4 years ago (2016-12-07 01:45:11 UTC) #15
mattm
4 years ago (2016-12-07 02:50:50 UTC) #16
Message was sent while issue was closed.
https://codereview.chromium.org/2556963002/diff/1/net/cert/cert_verify_proc_u...
File net/cert/cert_verify_proc_unittest.cc (right):

https://codereview.chromium.org/2556963002/diff/1/net/cert/cert_verify_proc_u...
net/cert/cert_verify_proc_unittest.cc:1779: #if defined(USE_NSS_CERTS) ||
defined(OS_IOS)
On 2016/12/07 01:13:58, davidben wrote:
> Probably for separate, but now that iOS doesn't use NSS anymore, I suspect you
> can take these OS_IOS's out too.

Thanks, I gave that a shot (https://codereview.chromium.org/2560703002/).
Perhaps unsurprisingly, it fails on the same subset of them that Sierra does.
(That's on ios-simulator.) I'll revisit once I've thought about how to address
those tests on Sierra.

(It passed on ios-device, but looking at the bot logs it doesn't seem to
actually run any tests?)

Powered by Google App Engine
This is Rietveld 408576698