]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert TestGoTestBuildsAnXtestContainingOnly... to the script framework
authorMichael Matloob <matloob@golang.org>
Mon, 13 Jan 2020 15:43:09 +0000 (10:43 -0500)
committerMichael Matloob <matloob@golang.org>
Thu, 27 Feb 2020 21:24:58 +0000 (21:24 +0000)
commit1c4e5152ae4400409886e2e31f7dfbb6638b0495
tree8e85cec3eaee342dcced6e3ace89f84bdce4085c
parentbec91cecef72265835b6227593c28d517cad211c
cmd/go: convert TestGoTestBuildsAnXtestContainingOnly... to the script framework

The name of the test is too long to fit on the first line. It's
TestGoTestBuildsAnXtestContainingOnlyNonRunnableExamples.

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

Updates #36320
Updates #17751

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