cmd/compile: checkEnabled causes some debug lines tests to fail #54029
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
If you set
cmd/compile/internal/ssa/compile.go:checkEnabled
totrue
and runall.bash
, some tests fail.I suspect this is the randomization done in
cmd/compile/internal/ssa/compile.go
whencheckEnabled
is set.There is a secondary question here, which is why these tests don't already fail on the ssacheck builder. Maybe the
GO_GCFLAGS
setting doesn't make it through to the subprocess those tests use?@dr2chase
The text was updated successfully, but these errors were encountered: