]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert TestLinkXImportPathEscape to the script framework
authorMichael Matloob <matloob@golang.org>
Mon, 13 Jan 2020 20:39:20 +0000 (15:39 -0500)
committerMichael Matloob <matloob@golang.org>
Thu, 27 Feb 2020 21:33:33 +0000 (21:33 +0000)
commit62ff72d87669b85f89417186bd79ad31aa0c3055
tree198edeb7a8a011366cde835c2438fb8ada50467d
parentc6d281e5acbaa658b01c9dc03fd51d7228fe7360
cmd/go: convert TestLinkXImportPathEscape to the script framework

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

Updates #36320
Updates #17751

Change-Id: Ib386838081abad8bc6b01c1f0a4656553d0b6ff3
Reviewed-on: https://go-review.googlesource.com/c/go/+/214579
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/go_test.go
src/cmd/go/testdata/script/build_link_x_import_path_escape.txt [new file with mode: 0644]
src/cmd/go/testdata/src/my.pkg/main/main.go [deleted file]
src/cmd/go/testdata/src/my.pkg/pkg.go [deleted file]