]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert import comment tests to script framework
authorMichael Matloob <matloob@golang.org>
Mon, 6 Jan 2020 19:26:28 +0000 (14:26 -0500)
committerMichael Matloob <matloob@golang.org>
Tue, 7 Jan 2020 18:46:29 +0000 (18:46 +0000)
commit52a9210a2c91098b667c2c8890c24dec89b5dfff
tree9fe9eb14fcbae3037e49c2b8ebfcdbb7aa870705
parent7340d15c85ed2412a29e08001d343df7aa53d0df
cmd/go: convert import comment tests to script framework

Part of converting all tests to script framework to improve
test parallelism.

Updates #36320
Updates #17751

Change-Id: I30230ca3b4d8b037ea861db952b89e706ed8706d
Reviewed-on: https://go-review.googlesource.com/c/go/+/213425
Run-TryBot: Michael Matloob <matloob@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
12 files changed:
src/cmd/go/go_test.go
src/cmd/go/testdata/importcom/bad.go [deleted file]
src/cmd/go/testdata/importcom/conflict.go [deleted file]
src/cmd/go/testdata/importcom/src/bad/bad.go [deleted file]
src/cmd/go/testdata/importcom/src/conflict/a.go [deleted file]
src/cmd/go/testdata/importcom/src/conflict/b.go [deleted file]
src/cmd/go/testdata/importcom/src/works/x/x.go [deleted file]
src/cmd/go/testdata/importcom/src/works/x/x1.go [deleted file]
src/cmd/go/testdata/importcom/src/wrongplace/x.go [deleted file]
src/cmd/go/testdata/importcom/works.go [deleted file]
src/cmd/go/testdata/importcom/wrongplace.go [deleted file]
src/cmd/go/testdata/script/build_import_comment.txt [new file with mode: 0644]