]> Cypherpunks repositories - gostls13.git/commit
cmd/go: change the gccgo 'package m' regression test to run in GOPATH mode
authorBryan C. Mills <bcmills@google.com>
Thu, 19 Sep 2019 16:49:05 +0000 (12:49 -0400)
committerBryan C. Mills <bcmills@google.com>
Thu, 19 Sep 2019 18:27:53 +0000 (18:27 +0000)
commit83feeedaecd2a367a2855d5fca5829ded5c52930
tree0086ffae46d5f6ab578a4d13857b6d769884d971
parent110bbc49666215e66155cafd80c5b6493a7707a9
cmd/go: change the gccgo 'package m' regression test to run in GOPATH mode

This test is failing in the builders due to the deployed versions of
gccgo not supporting module mode. However, the bug reproduced in
GOPATH mode too, so that mode should be fine for a regression test.

Updates #34358

Change-Id: I954132a96849e80e8783d4de10389fcab7b14af2
Reviewed-on: https://go-review.googlesource.com/c/go/+/196518
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/go/testdata/script/gccgo_m.txt [moved from src/cmd/go/testdata/script/mod_m.txt with 88% similarity]