I'm seeing the TestPlatformVerifier/revoked_leaf test in crypto/x509 failing at tip, 1.19.4, and 1.18.9 on darwin/arm64 running macOS 13.1 (22C65):
$ go test crypto/x509
--- FAIL: TestPlatformVerifier (1.39s)
--- FAIL: TestPlatformVerifier/revoked_leaf (0.18s)
root_darwin_test.go:116: unexpected verification error: got "x509: “revoked.badssl.com” certificate is expired", want "x509: “revoked.badssl.com” certificate is revoked"
FAIL
FAIL crypto/x509 3.321s
FAIL
CC @rolandshoemaker.
I'm seeing the
TestPlatformVerifier/revoked_leaftest in crypto/x509 failing at tip, 1.19.4, and 1.18.9 on darwin/arm64 running macOS 13.1 (22C65):CC @rolandshoemaker.