aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/test.go
diff options
context:
space:
mode:
authorAustin Clements <austin@google.com>2023-05-17 15:32:41 -0400
committerAustin Clements <austin@google.com>2023-05-19 01:37:35 +0000
commitab3c2b6d89daa54679cdaa0d78d2902473e0d63b (patch)
tree61940c3a0924ec6993be45165b3309bdc949bb97 /src/cmd/dist/test.go
parent408f7a4663fdb19357e2c0967eb442a1e5679b2d (diff)
downloadgo-ab3c2b6d89daa54679cdaa0d78d2902473e0d63b.tar.gz
go-ab3c2b6d89daa54679cdaa0d78d2902473e0d63b.zip
cmd/cgo/internal/testtls: build and run everywhere
This makes testtls build and run on all platforms in the default build configuration (though it will Skip on some). Change-Id: I6aba96a82d618c9798a0d4418b40b2644cfceec9 Reviewed-on: https://go-review.googlesource.com/c/go/+/496177 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Austin Clements <austin@google.com> Reviewed-by: Bryan Mills <bcmills@google.com>
Diffstat (limited to 'src/cmd/dist/test.go')
-rw-r--r--src/cmd/dist/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go
index fe818036b5..40df8c03b8 100644
--- a/src/cmd/dist/test.go
+++ b/src/cmd/dist/test.go
@@ -1129,6 +1129,7 @@ func (t *tester) registerCgoTests(heading string) {
}
cgoTest("auto", "test", "auto", "")
+ cgoTest("auto", "testtls", "auto", "")
// Stub out various buildmode=pie tests on alpine until 54354 resolved.
builderName := os.Getenv("GO_BUILDER_NAME")
@@ -1162,7 +1163,6 @@ func (t *tester) registerCgoTests(heading string) {
gt := cgoTest("external-g0", "test", "external", "")
gt.env = append(gt.env, "CGO_CFLAGS=-g0 -fdiagnostics-color")
- cgoTest("auto", "testtls", "auto", "")
cgoTest("external", "testtls", "external", "")
switch {
case os == "aix":