cmd/buildid: rewrite algorithm is broken #23181
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
release-blocker
Milestone
Please answer these questions before submitting your issue. Thanks!
What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
Apply following patch
Then do
go test cmd/go -run ExecBuildX
What did you expect to see?
success.
What did you see instead?
Does this issue reproduce with the latest release (go1.9.2)?
System details
This happens because
cmd/buildid
doesn't implement the same algorithm ascmd/go/internal/work/buildid.go:updateBuildID
The text was updated successfully, but these errors were encountered: