]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove TestGoTestDetectsTestOnlyImportCycles
authorMichael Matloob <matloob@golang.org>
Mon, 30 Dec 2019 23:18:07 +0000 (18:18 -0500)
committerMichael Matloob <matloob@golang.org>
Fri, 3 Jan 2020 19:04:06 +0000 (19:04 +0000)
commit4ffd1a0f1ca5f92d4185d02c3f1be00683d755e2
tree3787e4f9b2a36296361b0a6c9250e0bab2ede3fe
parent8cc2b73a7439e303d015e53176575e649ace68bf
cmd/go: remove TestGoTestDetectsTestOnlyImportCycles

The error that's tested in this test is also tested in list_test_err.txt
which uses go list -test -deps. Because both commands are just loading
packages, the difference is not meaningful.

Updates #36320
Updates #17751

Change-Id: Ie712a77d64e8985dd908a1afb515ed3ecc0a9985
Reviewed-on: https://go-review.googlesource.com/c/go/+/212937
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/src/testcycle/p1/p1.go [deleted file]
src/cmd/go/testdata/src/testcycle/p1/p1_test.go [deleted file]
src/cmd/go/testdata/src/testcycle/p2/p2.go [deleted file]
src/cmd/go/testdata/src/testcycle/p3/p3.go [deleted file]
src/cmd/go/testdata/src/testcycle/p3/p3_test.go [deleted file]
src/cmd/go/testdata/src/testcycle/q1/q1.go [deleted file]
src/cmd/go/testdata/src/testcycle/q1/q1_test.go [deleted file]