tools/internal/versions
Michael Matloob adb7301a7f internal/versions: disable a test case incompatible with CL 607955
CL 607955 is changing the behavior of "//go:build" file versions.
Before, file versions did not apply if go version was set for the
package, but after CL 6079055, the package's go version does not
influence whether the file version is applied: max(fileVersion, go1.21)
will always be applied.

Once CL 607955 is released in a go 1.23 minor release, we can update the
test to require go1.23 and test for the new behavior (though it would
fail for users building with a version of go older than the minor
release with the behavior update).

For golang/go#68658

Change-Id: I99d39ce108274edf401d861e553ad923b508f936
Reviewed-on: https://go-review.googlesource.com/c/tools/+/608797
Reviewed-by: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
2024-08-27 21:22:16 +00:00
..
constraint.go go/analysis/passes/buildtag: report invalid go versions in build tags. 2024-07-29 22:04:23 +00:00
constraint_go121.go go/analysis/passes/buildtag: report invalid go versions in build tags. 2024-07-29 22:04:23 +00:00
features.go internal/versions: updates the meaning of FileVersions. 2024-02-28 22:27:48 +00:00
gover.go internal/versions: add a new versions package 2023-11-10 18:46:13 +00:00
toolchain.go internal/versions: updates the meaning of FileVersions. 2024-02-28 22:27:48 +00:00
toolchain_go119.go internal/versions: updates the meaning of FileVersions. 2024-02-28 22:27:48 +00:00
toolchain_go120.go internal/versions: updates the meaning of FileVersions. 2024-02-28 22:27:48 +00:00
toolchain_go121.go internal/versions: updates the meaning of FileVersions. 2024-02-28 22:27:48 +00:00
types.go internal/versions: add a new versions package 2023-11-10 18:46:13 +00:00
types_go121.go internal/versions: updates the meaning of FileVersions. 2024-02-28 22:27:48 +00:00
types_go122.go all: fix function names in comment 2024-05-17 16:49:08 +00:00
types_test.go internal/versions: disable a test case incompatible with CL 607955 2024-08-27 21:22:16 +00:00
versions.go internal/versions: updates the meaning of FileVersions. 2024-02-28 22:27:48 +00:00
versions_test.go internal/versions: updates the meaning of FileVersions. 2024-02-28 22:27:48 +00:00