Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: fix x/tools tests that fail with a go1.23.1 go.work file
Delete or selectively skip tests that made either of the following assumptions: - The default GODEBUG is that of Go 1.22 (not true given a go.work file). - GOROOT is a development version of Go (not true if GOROOT is prepared by cmd/distpack). Fixes golang/go#70081 Fixes golang/go#70082 Change-Id: I47dfb225427f75e3be833eed3ba677ff454935f1 Reviewed-on: https://go-review.googlesource.com/c/tools/+/622896 Reviewed-by: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
- Loading branch information