go/src/internal/testenv
Michael Anthony Knyszek 20107e05a6 [release-branch.go1.22] internal/testenv: support the LUCI mobile builders in tests
This change updates the testenv tests to correctly match on future LUCI
builder names for mobile builders. This isn't a problem today because
those haven't been set up yet, but the builder names are structured and
it's clear where the modifiers will appear. Might as well set them up
now.

For #65473.
Fixes #65474.

Change-Id: I244b88a62a90312c0f3ff2360527d58531070362
Reviewed-on: https://go-review.googlesource.com/c/go/+/558597
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
(cherry picked from commit 5c7c24ce82)
Reviewed-on: https://go-review.googlesource.com/c/go/+/560536
2024-02-08 16:18:37 +00:00
..
exec.go internal/testenv: use cmd.Environ in CleanCmdEnv 2023-10-27 17:53:23 +00:00
noopt.go
opt.go
testenv.go internal/testenv: replace “go run.” with “go run”. in comments 2023-08-05 03:02:32 +00:00
testenv_notunix.go internal/testenv: probe for symlink on wasip1 2023-05-02 05:22:00 +00:00
testenv_notwin.go internal/testenv: probe for symlink on wasip1 2023-05-02 05:22:00 +00:00
testenv_test.go [release-branch.go1.22] internal/testenv: support the LUCI mobile builders in tests 2024-02-08 16:18:37 +00:00
testenv_unix.go syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement errors.ErrUnsupported 2023-03-16 17:44:01 +00:00
testenv_windows.go