]> Cypherpunks repositories - gostls13.git/commit
crypto/sha256,crypto/sha512: skip TestAllocations without optimizations
authorFilippo Valsorda <filippo@golang.org>
Wed, 23 Oct 2024 18:01:36 +0000 (20:01 +0200)
committerFilippo Valsorda <filippo@golang.org>
Thu, 24 Oct 2024 08:58:59 +0000 (08:58 +0000)
commit651e839df81efd6b6cc26d8a11e51b8ec990127c
tree41c9907bee96fd4f1d495c49f912c07e76859b1f
parent91d07ac71ce90bd27ae67de48b85db642f4431b0
crypto/sha256,crypto/sha512: skip TestAllocations without optimizations

Fixes #70004
Fixes #70005

Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-noopt
Change-Id: I6766a722f124646262fa0d2a1ff245f8b93bc920
Reviewed-on: https://go-review.googlesource.com/c/go/+/622095
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/crypto/sha256/sha256_test.go
src/crypto/sha512/sha512_test.go