]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fips/aes/gcm: skip TestAllocations on PPC64
authorPaul E. Murphy <murp@ibm.com>
Tue, 19 Nov 2024 18:31:08 +0000 (12:31 -0600)
committerPaul Murphy <murp@ibm.com>
Tue, 19 Nov 2024 20:47:33 +0000 (20:47 +0000)
commit2e607475903b9cceacfac6bc900ed8d7e42d4231
tree632884f90933b9f612d6b7ff977303f23d22c309
parent8f9a420a7219674413927b35c2c80c25c200919d
crypto/internal/fips/aes/gcm: skip TestAllocations on PPC64

TestAllocations is failing on PPC64 causing all PPC64 CI to fail.

Skip the test until it can be debugged.

For #70448

Change-Id: Ic18e402f4af5939a90eba2e1f2b182699013ed55
Reviewed-on: https://go-review.googlesource.com/c/go/+/629697
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/crypto/internal/fips/aes/gcm/ctrkdf_test.go