]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert TestImportCycle to the script framework
authorMichael Matloob <matloob@golang.org>
Mon, 6 Jan 2020 20:06:10 +0000 (15:06 -0500)
committerMichael Matloob <matloob@golang.org>
Tue, 7 Jan 2020 18:40:18 +0000 (18:40 +0000)
commit7340d15c85ed2412a29e08001d343df7aa53d0df
tree76d8c5b52e9c8defdf98df20d174661c0fe644b7
parentb8e2ffcb901038db838544bdd5339d51f20e6aa4
cmd/go: convert TestImportCycle to the script framework

This test already calls tg.Parallel

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

Updates #36320
Updates #17751

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