]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert TestListTests to the script framework
authorMichael Matloob <matloob@golang.org>
Thu, 2 Jan 2020 20:24:21 +0000 (15:24 -0500)
committerMichael Matloob <matloob@golang.org>
Wed, 19 Feb 2020 20:38:24 +0000 (20:38 +0000)
commit7b65f1d7bb3e88fd7aa6110672d03bd5bdf2f049
tree82541f1b83eee7db22a50044a84f0a1669853f6e
parent8df6a5d9ad31ffbbf7828e322c1eb6ef11ed2bd0
cmd/go: convert TestListTests to the script framework

The original test has four subtests. I think it's okay to just have
one corresponding script test instead of having four different
tests.

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

Updates #36320
Updates #17751

Change-Id: I97bc2cbb3ad5a297d7457476b8c831ee6e0f49b2
Reviewed-on: https://go-review.googlesource.com/c/go/+/213126
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/go_test.go
src/cmd/go/testdata/script/list_test_simple.txt [new file with mode: 0644]
src/cmd/go/testdata/src/testlist/bench_test.go [deleted file]
src/cmd/go/testdata/src/testlist/example_test.go [deleted file]
src/cmd/go/testdata/src/testlist/test_test.go [deleted file]