]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert all tests using testdata/standalone_* to script framework
authorMichael Matloob <matloob@golang.org>
Tue, 7 Jan 2020 21:07:20 +0000 (16:07 -0500)
committerMichael Matloob <matloob@golang.org>
Wed, 19 Feb 2020 20:48:08 +0000 (20:48 +0000)
commit8538f5f08f568aab5146ef93f8358d27b30dbfaf
tree2ab8890fb9d0022a57a450f01824f4386e285202
parentf74e21c150cfbcb193742844bd9651f2e4a58d60
cmd/go: convert all tests using testdata/standalone_* to script framework

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

Updates #36320
Updates #17751

Change-Id: Iea6ba91d37c6f0d4994ae64e629c349c4eae511a
Reviewed-on: https://go-review.googlesource.com/c/go/+/213678
Reviewed-by: Jay Conrod <jayconrod@google.com>
21 files changed:
src/cmd/go/go_test.go
src/cmd/go/testdata/script/test_main.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_match_benchmark_labels.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_match_no_benchmarks.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_match_no_subtests.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_match_no_subtests_failure.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_match_no_subtests_parallel.txt [moved from src/cmd/go/testdata/standalone_parallel_sub_test.go with 62% similarity]
src/cmd/go/testdata/script/test_match_no_tests.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_match_no_tests_with_subtests.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_match_only_benchmarks.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_match_only_subtests.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_match_only_subtests_parallel.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_match_only_tests.txt [new file with mode: 0644]
src/cmd/go/testdata/script/test_parallel_number.txt [new file with mode: 0644]
src/cmd/go/testdata/standalone_benchmark_test.go [deleted file]
src/cmd/go/testdata/standalone_fail_sub_test.go [deleted file]
src/cmd/go/testdata/standalone_main_normal_test.go [deleted file]
src/cmd/go/testdata/standalone_main_wrong_test.go [deleted file]
src/cmd/go/testdata/standalone_sub_test.go [deleted file]
src/cmd/go/testdata/standalone_test.go [deleted file]
src/cmd/go/testdata/standalone_testmain_flag_test.go [deleted file]