]> Cypherpunks repositories - gostls13.git/commit
cmd/go: convert TestGoTestImportErrorStack to the script framework
authorMichael Matloob <matloob@golang.org>
Tue, 31 Dec 2019 00:45:29 +0000 (19:45 -0500)
committerMichael Matloob <matloob@golang.org>
Fri, 3 Jan 2020 21:09:16 +0000 (21:09 +0000)
commit9c3869d25933f4e885e0174fde666dba3faca764
tree03d4073010aa396763264dc03a98a6bbffd8e9a4
parent0d09b7e041e24fd2707282b5440e029019c73190
cmd/go: convert TestGoTestImportErrorStack to the script framework

The literal string match had to be turned into a regexp, otherwise
pretty straightforward.

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

Updates #36320
Updates #17751

Change-Id: I46f62312f02dc9adf83ed91c6f807420d29fbb12
Reviewed-on: https://go-review.googlesource.com/c/go/+/212939
Run-TryBot: Michael Matloob <matloob@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/go_test.go
src/cmd/go/testdata/script/test_import_error_stack.txt [new file with mode: 0644]
src/cmd/go/testdata/src/testdep/p1/p1.go [deleted file]
src/cmd/go/testdata/src/testdep/p1/p1_test.go [deleted file]
src/cmd/go/testdata/src/testdep/p2/p2.go [deleted file]
src/cmd/go/testdata/src/testdep/p3/p3.go [deleted file]