https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118286

            Bug ID: 118286
           Summary: go crypto/tls test falis (TestVerifyConnection, bad
                    certificate)
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Keywords: testsuite-fail
          Severity: normal
          Priority: P3
         Component: go
          Assignee: ian at airs dot com
          Reporter: sjames at gcc dot gnu.org
  Target Milestone: ---

On trunk, I see:
```
make[4]: Leaving directory
'/var/tmp/portage/sys-devel/gcc-15.0.9999/work/build/x86_64-pc-linux-gnu/libgo'
make[4]: Entering directory
'/var/tmp/portage/sys-devel/gcc-15.0.9999/work/build/x86_64-pc-linux-gnu/libgo'
--- FAIL: TestVerifyConnection (0.01s)
    --- FAIL: TestVerifyConnection/TLSv12 (0.01s)
        handshake_client_test.go:1721:
RequireAndVerifyClientCert-FullHandshake: handshake failed: remote error: tls:
bad certificate
    --- FAIL: TestVerifyConnection/TLSv13 (0.01s)
        handshake_client_test.go:1721:
RequireAndVerifyClientCert-FullHandshake: handshake failed: remote error: tls:
bad certificate
--- FAIL: TestResumptionKeepsOCSPAndSCT (0.01s)
    --- FAIL: TestResumptionKeepsOCSPAndSCT/TLSv12 (0.00s)
        handshake_client_test.go:2512: handshake failed: remote error: tls: bad
certificate
    --- FAIL: TestResumptionKeepsOCSPAndSCT/TLSv13 (0.01s)
        handshake_client_test.go:2512: handshake failed: remote error: tls: bad
certificate
FAIL
Terminated
FAIL: crypto/tls
make[4]: *** [Makefile:3053: crypto/tls/check] Error 1
```

Googling that test, I see https://bugs.debian.org/1078621. Expired cert here
too?

Reply via email to