-
Notifications
You must be signed in to change notification settings - Fork 18k
crypto/ecdsa, crypto/tls, crypto/x509: many crypto tests are failing on s390x #70771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
arch-s390x
Issues solely affecting the s390x architecture.
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Comments
/cc @FiloSottile |
Change https://go.dev/cl/636015 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
arch-s390x
Issues solely affecting the s390x architecture.
NeedsFix
The path to resolution is known, but the work has not been done.
Go version
go version devel go1.24-a9922d096f Wed Dec 11 04:00:12 2024 +0000 linux/s390x
Output of
go env
in your module/workspace:What did you do?
cd src/crypto/ecdsa/
go test -v
cd src/crypto/tls
go test -v
cd src/crypto/x509
go test -v
What did you see happen?
ECDSA:
--- FAIL: TestSignAndVerify (0.15s)
--- FAIL: TestSignAndVerifyASN1 (0.09s)
--- FAIL: TestVectors (0.46s)
--- FAIL: TestZeroHashSignature (0.07s)
--- FAIL: TestRFC6979 (0.05s)
TLS:
--- FAIL: TestBogoSuite (0.66s)
--- FAIL: TestFIPSServerSignatureAndHash (0.52s)
--- FAIL: TestHandshakeClientECDHEECDSAAES (0.00s)
--- FAIL: TestHandshakeClientECDHEECDSAAESGCM (0.00s)
--- FAIL: TestHandshakeClientAES256GCMSHA384 (0.00s)
--- FAIL: TestHandshakeClientECDHEECDSAAES128CBCSHA256 (0.00s)
--- FAIL: TestHandshakeClientECDHEECDSAChaCha20 (0.00s)
--- FAIL: TestHandshakeClientECDSATLS13 (0.00s)
--- FAIL: TestHandshakeClientCertRSA (0.00s)
--- FAIL: TestHandshakeClientCertECDSA (0.00s)
--- FAIL: TestHandshakeServerECDHEECDSAAES (0.00s)
--- FAIL: TestClientAuth (0.00s)
x509:
--- FAIL: TestECDSA (0.00s)
--- FAIL: TestCreateCertificateRequest (0.06s)
What did you expect to see?
All tests pass
The text was updated successfully, but these errors were encountered: