]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/amd64: disable FIPS 140-3 mode for TestGoAMD64v1
authorFilippo Valsorda <filippo@golang.org>
Tue, 18 Mar 2025 19:21:51 +0000 (20:21 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 18 Mar 2025 21:04:58 +0000 (14:04 -0700)
commitfcb27f717b0eccb2a3de1bc05a7d222325ad5aeb
treec33ef055fcde9edd2fb46c552c58ab87c36040d4
parentc8eced8580028328fde7c03cbfcb720ce15b2358
cmd/compile/internal/amd64: disable FIPS 140-3 mode for TestGoAMD64v1

TestGoAMD64v1 modifies the binary, which will make the FIPS 140-3
integrity self-check fail. Disable FIPS 140-3 mode when running the
modified binary.

Change-Id: I6a6a46566a38f8c44f996f6e1155dac5f67c56e6
Reviewed-on: https://go-review.googlesource.com/c/go/+/658915
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/compile/internal/amd64/versions_test.go