Open pmur opened 2 days ago
Related Issues
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
Change https://go.dev/cl/629697 mentions this issue: crypto/intenral/fips/aes/gcm: skip TestAllocations on PPC64
@golang/ppc64
Go version
master
Output of
go env
in your module/workspace: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