-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Milestone
Description
If you set cmd/compile/internal/ssa/compile.go:checkEnabled to true and run all.bash, some tests fail.
cmd/compile/internal/ssa/debug_lines_test.go
TestDebugLinesSayHi
TestDebugLinesPushback
TestDebugLinesConvert
cmd/compile/internal/ssa/stmtlines_test.go
TestStmtLines
I suspect this is the randomization done in cmd/compile/internal/ssa/compile.go when checkEnabled 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?
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Type
Projects
Status
Todo