]> Cypherpunks repositories - gostls13.git/commit
go/types: skip tests that require GOROOT/test if it is not present
authorBryan C. Mills <bcmills@google.com>
Fri, 16 Jun 2023 19:24:56 +0000 (15:24 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 16 Jun 2023 20:39:14 +0000 (20:39 +0000)
commita48f9c26d5735e7612d919ffe7809e701ffe0a76
tree4d3cf16da54968f7a8b963196f1a58ffee494abd
parent3891ecbd3551bb9dad706175fc447dcc5c43eacf
go/types: skip tests that require GOROOT/test if it is not present

cmd/distpack removes GOROOT/test from its archive of the distribution.

For #24904.

Change-Id: Ifde441f048f8af52f8973555b196ab0520b48ab7
Reviewed-on: https://go-review.googlesource.com/c/go/+/504057
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/cmd/compile/internal/types2/stdlib_test.go
src/go/types/stdlib_test.go