Revert "Implement HTTPSOCSPTests as browsertests"
This reverts commit ab3d270b. Reason for revert: Tests are failing in https://ci.chromium.org/p/chromium/builders/ci/Network%20Service%20Linux/7987 Original change's description: > Implement HTTPSOCSPTests as browsertests > > Right now the most complete set of OCSP tests is implemented in > url_request_unittest.cc using HTTPSOCSPTest. This CL creates a parallel > set of browsertests, so we can test that OCSP works with the > CertVerifierService as well. > > The new tests are in ocsp_browsertest.cc, and existing OCSP > browsertests were moved from ssl_browsertest.cc into > ocsp_browsertest.cc to reduce the size of the ssl_browsertest.cc > file. > > The new tests are nearly identical, structurally, to the original > tests, but SystemSupportsOCSP() is no longer necessary as it > was really checking support for EV certificates, and the checks > for EV certificates are already guarded by > SystemUsesChromiumEVMetadata(). > > Bug: 1015134, 1022561 > Change-Id: I32e9355d276f75de3432c09f8e7309db1525f729 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274581 > Commit-Queue: Matthew Denton <mpdenton@chromium.org> > Reviewed-by: Ryan Sleevi <rsleevi@chromium.org> > Reviewed-by: Matt Falkenhagen <falken@chromium.org> > Cr-Commit-Position: refs/heads/master@{#784338} TBR=falken@chromium.org,rsleevi@chromium.org,mpdenton@chromium.org Change-Id: I79bf58c017a324ca32f6b5a4e2dd30d9c2652683 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1015134, 1022561 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277380Reviewed-by:Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#784348}
Showing
This diff is collapsed.
Please register or sign in to comment