Issue metadata
Sign in to add a comment
|
8 CertVerifyProcInspectSignatureAlgorithmsTest tests fail on Sierra |
||||||||||||||||||||||
Issue descriptionChrome Version: ToT (fdda6d5acfde5d7083995597ddddeb08588728cd) OS: OSX 10.12.3 XCode version: 8.2.1 (8C1002) What steps will reproduce the problem? (1) Check out fdda6d5acfde5d7083995597ddddeb08588728cd and `gclient sync`. (2) Build and run net_unittests on Mac. What is the expected result? Unit tests pass What happens instead? 8 of 10 CertVerifyProcInspectSignatureAlgorithmsTest unit tests fail: 8 tests failed: CertVerifyProcInspectSignatureAlgorithmsTest.IntermediateSha1Sha256 (../../net/cert/cert_verify_proc_unittest.cc:940) CertVerifyProcInspectSignatureAlgorithmsTest.IntermediateSha256Sha1 (../../net/cert/cert_verify_proc_unittest.cc:952) CertVerifyProcInspectSignatureAlgorithmsTest.LeafSha1Sha256 (../../net/cert/cert_verify_proc_unittest.cc:892) CertVerifyProcInspectSignatureAlgorithmsTest.LeafSha256Sha1 (../../net/cert/cert_verify_proc_unittest.cc:904) CertVerifyProcInspectSignatureAlgorithmsTest.LeafSha256Unknown (../../net/cert/cert_verify_proc_unittest.cc:916) CertVerifyProcInspectSignatureAlgorithmsTest.LeafUnknownSha256 (../../net/cert/cert_verify_proc_unittest.cc:928) CertVerifyProcInspectSignatureAlgorithmsTest.RootSha256Sha1 (../../net/cert/cert_verify_proc_unittest.cc:964) CertVerifyProcInspectSignatureAlgorithmsTest.RootUnknownSha256 (../../net/cert/cert_verify_proc_unittest.cc:976) See attachment for the log.
,
Mar 14 2017
I don't have time to do a full re-compile using the "hermetic" XCode version, but I'm re-titling with speculative specifics. I haven't found documentation on how to figure out what SDK I'm building with.
,
Mar 14 2017
I'm guessing it's a Sierra thing. (We don't run any sierra bots yet right?) I can have a look.
,
Mar 14 2017
Yep. Fix uploaded: https://codereview.chromium.org/2751673002/
,
Mar 14 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/d1b118ac1850cac95fa820722e227d7f7063cfdc commit d1b118ac1850cac95fa820722e227d7f7063cfdc Author: mattm <mattm@chromium.org> Date: Tue Mar 14 06:39:55 2017 Don't run certificate algorithm mismatch tests on Sierra or later. BUG= 701222 Review-Url: https://codereview.chromium.org/2751673002 Cr-Commit-Position: refs/heads/master@{#456637} [modify] https://crrev.com/d1b118ac1850cac95fa820722e227d7f7063cfdc/net/cert/cert_verify_proc_unittest.cc
,
Mar 14 2017
,
Mar 14 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/14d0a2201d6e9ca49843de49c68936a525dfed85 commit 14d0a2201d6e9ca49843de49c68936a525dfed85 Author: mattm <mattm@chromium.org> Date: Tue Mar 14 20:14:24 2017 Update comment for SupportsImportingMismatchedAlgorithms in cert_verify_proc_unittest.cc (followup to https://codereview.chromium.org/2751673002) BUG= 701222 Review-Url: https://codereview.chromium.org/2755493002 Cr-Commit-Position: refs/heads/master@{#456807} [modify] https://crrev.com/14d0a2201d6e9ca49843de49c68936a525dfed85/net/cert/cert_verify_proc_unittest.cc |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by lgar...@chromium.org
, Mar 14 2017