]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/staticinit: remove FIPS debugging
authorRuss Cox <rsc@golang.org>
Fri, 15 Nov 2024 14:34:04 +0000 (09:34 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 15 Nov 2024 16:06:27 +0000 (16:06 +0000)
commitdea12628e65de4bf5e2bfdf2d51cee573e626000
tree13d33bb24c84ba17b215abce71bbe24b4bd26272
parentad6bc88e07212f74fa8445233fc0fe4358d1776e
cmd/compile/internal/staticinit: remove FIPS debugging

This is panicking on the darwin-amd64-longtest builders.
Not sure why, but it was added only to get a stack trace
during debugging. If there's still a problem, we should let
it proceed and find the real problem.

The test that was failing - internal/coverage/cfile - passes
with this CL, even when I set GODEBUG=fips140=on,
so there's hope that it will fix the longtest builders.

Change-Id: I9b3e743effdddcc0a76895922f87631527781dff
Reviewed-on: https://go-review.googlesource.com/c/go/+/628375
Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/staticinit/sched.go