]> Cypherpunks repositories - gostls13.git/commit
cmd/compile,cmd/go: fix long test builders
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Mon, 8 Nov 2021 17:05:58 +0000 (00:05 +0700)
committerBryan C. Mills <bcmills@google.com>
Mon, 8 Nov 2021 18:54:21 +0000 (18:54 +0000)
commit830b393bcd5a3090b13cd0bd05f51e3d594807f3
tree268275f53add70d9249cc0819bf45106d4f12f2f
parent5e6475598c4c78fe5404ea273041552e65463a21
cmd/compile,cmd/go: fix long test builders

CL 361411 improved error message for go version requirement, but forgot
to update the test in cmd/go to match new error message. That causes
longtest builders failed.

This CL changes mod_vendor_goversion.txt to match compiler error, and
limit fixedbugs/issue49368.go to run with -G=3 only.

Updates #49368

Change-Id: I125fe0a8c2a1595066d39c03e97819e7a1274e0a
Reviewed-on: https://go-review.googlesource.com/c/go/+/361963
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/testdata/script/mod_vendor_goversion.txt
test/fixedbugs/issue49368.go