]> Cypherpunks.ru repositories - gostls13.git/commit
internal/testdir: move to cmd/internal/testdir
authorDmitri Shuralyov <dmitshur@golang.org>
Tue, 9 May 2023 13:50:19 +0000 (09:50 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 12 May 2023 17:18:08 +0000 (17:18 +0000)
commit7cc4516ac8305acf3689a2b755932512a1bf6efd
treed09b7d41027a12800617cc7d3822af1b48e183b9
parentcecf8b93283dd9fddacdf05db583644a2f3b0bbb
internal/testdir: move to cmd/internal/testdir

The effect and motivation is for the test to be selected when doing
'go test cmd' and not when doing 'go test std' since it's primarily
about testing the Go compiler and linker. Other than that, it's run
by all.bash and 'go test std cmd' as before.

For #56844.
Fixes #60059.

Change-Id: I2d499af013f9d9b8761fdf4573f8d27d80c1fccf
Reviewed-on: https://go-review.googlesource.com/c/go/+/493876
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/cmd/dist/test.go
src/cmd/internal/testdir/testdir_test.go [moved from src/internal/testdir/testdir_test.go with 100% similarity]
test/README.md
test/codegen/README