]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo/internal/testshared: skip in short mode and not on builders
authorCherry Mui <cherryyz@google.com>
Thu, 20 Jul 2023 18:21:07 +0000 (14:21 -0400)
committerCherry Mui <cherryyz@google.com>
Fri, 21 Jul 2023 15:03:06 +0000 (15:03 +0000)
commit3437ff0d7ad9b556b534871dec14bf4ac4e603fe
treedd488802d006a301669e77c3c53df421ff7d6a33
parent14adf4fb21935061e0f1425030f2f4a003800e54
cmd/cgo/internal/testshared: skip in short mode and not on builders

We already skip testcarchive, testcshared, and testplugin in short
mode and not on builders. The shared build mode is not more
supported than the c-archive, c-shared, and plugin build modes. No
need to run it everywhere by default.

Updates #61025.

Change-Id: I6a06e04c1a1dc78f0f85456320d128bd67277915
Reviewed-on: https://go-review.googlesource.com/c/go/+/511696
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/cgo/internal/testshared/shared_test.go