]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.12] cmd/go/internal/modload: remove erroneous test case
authorBryan C. Mills <bcmills@google.com>
Fri, 10 Jan 2020 14:25:51 +0000 (09:25 -0500)
committerBryan C. Mills <bcmills@google.com>
Fri, 10 Jan 2020 21:56:50 +0000 (21:56 +0000)
commit9720aff0bcf876647cf064a4e92eeab43598bfc5
tree788813a2d4a0f311a4bd6611e060c34bbfb98f25
parent694e20f4e08af7e7669c9652424d0df9b0b83f00
[release-branch.go1.12] cmd/go/internal/modload: remove erroneous test case

Commit e0cf3de987e6 of the vcs-test.golang.org/git/querytest repo
includes a go.mod file specifying path vcs-test.golang.org/git/querytest.git,
as does the latest commit. Since the repository also lacks v3 tags,
a query for "latest" with a v3 path should fail.

Due to a bug, that query does not fail as expected with Go 1.12.
However, we do not need to continue to test for buggy behavior that
was fixed in a subsequent release.

Updates #36489

Change-Id: I766390c962fc75ba98fad02831310d90abf3055f
Reviewed-on: https://go-review.googlesource.com/c/go/+/214281
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/go/internal/modload/query_test.go