Skip to content
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

crypto/internal/fips/aes/gcm: TestAllocations fails on PPC64 #70448

Open
pmur opened this issue Nov 19, 2024 · 3 comments
Open

crypto/internal/fips/aes/gcm: TestAllocations fails on PPC64 #70448

pmur opened this issue Nov 19, 2024 · 3 comments
Labels
arch-ppc64x FixPending Issues that have a fix which has not yet been reviewed or submitted. NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@pmur
Copy link
Contributor

pmur commented Nov 19, 2024

Go version

master

Output of go env in your module/workspace:

GOARCH=ppc64le

What did you do?

cd crypto/internal/fips/aes/gcm
go test

What did you see happen?

--- FAIL: TestAllocations (0.00s)
ctrkdf_test.go:31: expected zero allocations, got 6.0

What did you expect to see?

All tests pass

@gabyhelp
Copy link

Related Issues

(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)

@gopherbot
Copy link
Contributor

Change https://go.dev/cl/629697 mentions this issue: crypto/intenral/fips/aes/gcm: skip TestAllocations on PPC64

@dmitshur dmitshur added arch-ppc64x FixPending Issues that have a fix which has not yet been reviewed or submitted. labels Nov 19, 2024
@dmitshur dmitshur added this to the Go1.24 milestone Nov 19, 2024
@dmitshur dmitshur added the NeedsFix The path to resolution is known, but the work has not been done. label Nov 19, 2024
gopherbot pushed a commit that referenced this issue Nov 19, 2024
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>
@pmur
Copy link
Contributor Author

pmur commented Nov 19, 2024

@golang/ppc64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-ppc64x FixPending Issues that have a fix which has not yet been reviewed or submitted. NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants