]> Cypherpunks.ru repositories - gostls13.git/commit
crypto/ed25519: skip allocations test on -noopt builder
authorFilippo Valsorda <filippo@golang.org>
Thu, 6 May 2021 01:32:04 +0000 (21:32 -0400)
committerFilippo Valsorda <filippo@golang.org>
Thu, 6 May 2021 02:20:28 +0000 (02:20 +0000)
commit43c390a1fabfa5eb81529f399bb4d1875f1ca35d
tree06bc0dea021113744f533cb54328e7faa5e10377
parentcf73f1a8e40f44c0d3c69d63a5815861d685a845
crypto/ed25519: skip allocations test on -noopt builder

Without optimizations, there will be unexpected allocations.

Change-Id: I90dc2636279b7fda7689eabc763251c4cdd25874
Reviewed-on: https://go-review.googlesource.com/c/go/+/317370
Trust: Filippo Valsorda <filippo@golang.org>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
src/crypto/ed25519/ed25519_test.go
src/crypto/ed25519/internal/edwards25519/edwards25519_test.go