]> Cypherpunks repositories - gostls13.git/commit
cmd/go: rewrite tests using testdata/example[12]_test.go to scripts
authorMichael Matloob <matloob@golang.org>
Fri, 3 Jan 2020 21:35:19 +0000 (16:35 -0500)
committerMichael Matloob <matloob@golang.org>
Wed, 19 Feb 2020 20:40:29 +0000 (20:40 +0000)
commit2200b4fda24e2556c94972d5d4ca9377e10a8d3d
tree71c713534462519a8975c0343e0d935fab439d74
parent7b65f1d7bb3e88fd7aa6110672d03bd5bdf2f049
cmd/go: rewrite tests using testdata/example[12]_test.go to scripts

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

Updates #36320
Updates #17751

Change-Id: I81476ae6716903135781e5da135345456a36b026
Reviewed-on: https://go-review.googlesource.com/c/go/+/213219
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/go_test.go
src/cmd/go/testdata/example2_test.go [deleted file]
src/cmd/go/testdata/script/test_match_only_example.txt [moved from src/cmd/go/testdata/example1_test.go with 67% similarity]
src/cmd/go/testdata/script/test_source_order.txt [new file with mode: 0644]