]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert tests using testdata/testinternal* to script framework
authorMichael Matloob <matloob@golang.org>
Wed, 8 Jan 2020 18:49:25 +0000 (13:49 -0500)
committerMichael Matloob <matloob@golang.org>
Wed, 19 Feb 2020 20:49:31 +0000 (20:49 +0000)
commit8f41b1ff968387fd897748578d7b0fa7546226b2
treeaa0fbc339a304a899e11cc4d349268f1974d7920
parentce7fc1788d1ea488b3711142c7d6cb7c829b185a
cmd/go: convert tests using testdata/testinternal* to script framework

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

Updates #36320
Updates #17751

Change-Id: I94a99c339f527da8ffacc73f1b36a7ac860522ee
Reviewed-on: https://go-review.googlesource.com/c/go/+/213819
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/go_test.go
src/cmd/go/testdata/script/build_internal.txt [new file with mode: 0644]
src/cmd/go/testdata/testinternal/p.go [deleted file]
src/cmd/go/testdata/testinternal2/p.go [deleted file]
src/cmd/go/testdata/testinternal2/x/y/z/internal/w/w.go [deleted file]
src/cmd/go/testdata/testinternal3/t.go [deleted file]
src/cmd/go/testdata/testinternal4/src/p/p.go [deleted file]
src/cmd/go/testdata/testinternal4/src/q/internal/x/x.go [deleted file]
src/cmd/go/testdata/testinternal4/src/q/j/j.go [deleted file]