]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert tests using testdata/testimport dir to script framework
authorMichael Matloob <matloob@golang.org>
Wed, 8 Jan 2020 18:25:08 +0000 (13:25 -0500)
committerMichael Matloob <matloob@golang.org>
Wed, 19 Feb 2020 20:49:24 +0000 (20:49 +0000)
commitce7fc1788d1ea488b3711142c7d6cb7c829b185a
tree16a28cddb2a163880af8a805c141b7a270170af0
parentfcfc16694f6e1a1ddaead5f950094cfe7173d08e
cmd/go: convert tests using testdata/testimport dir to script framework

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

Updates #36320
Updates #17751

Change-Id: I3773508310865b198bc5f06dfc5ee7e34e92cdd0
Reviewed-on: https://go-review.googlesource.com/c/go/+/213818
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/go_test.go
src/cmd/go/testdata/script/test_relative_cmdline.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_relative_import.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_relative_import_dash_i.txt [new file with mode: 0644]
src/cmd/go/testdata/testimport/p.go [deleted file]
src/cmd/go/testdata/testimport/p1/p1.go [deleted file]
src/cmd/go/testdata/testimport/p2/p2.go [deleted file]
src/cmd/go/testdata/testimport/p_test.go [deleted file]
src/cmd/go/testdata/testimport/x_test.go [deleted file]