]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert TestGoTestWithoutTests to the script framework
authorMichael Matloob <matloob@golang.org>
Thu, 2 Jan 2020 20:39:28 +0000 (15:39 -0500)
committerMichael Matloob <matloob@golang.org>
Mon, 6 Jan 2020 17:43:15 +0000 (17:43 +0000)
commitd5967a710094b4e901175948727bbda7a197565c
treebe1bb7f3bfe6ed1a722d1afccbce5a5c953bea88
parent562fabcac7762b150fce2dfcd54e05a0639b622f
cmd/go: convert TestGoTestWithoutTests to the script framework

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

Updates #36320
Updates #17751

Change-Id: Ibc3cb3823bd1c1b80058076f2c9933dc729447a5
Reviewed-on: https://go-review.googlesource.com/c/go/+/213127
Run-TryBot: Michael Matloob <matloob@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/go_test.go
src/cmd/go/testdata/script/test_no_tests.txt [new file with mode: 0644]
src/cmd/go/testdata/src/testnorun/p.go [deleted file]