golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
124.21k stars 17.7k forks source link

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

Open pmur opened 2 days ago

pmur commented 2 days ago

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 commented 2 days ago

Related Issues

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

gopherbot commented 2 days ago

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

pmur commented 2 days ago

@golang/ppc64