]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo/internal/testtls: build and run everywhere
authorAustin Clements <austin@google.com>
Wed, 17 May 2023 19:32:41 +0000 (15:32 -0400)
committerAustin Clements <austin@google.com>
Fri, 19 May 2023 01:37:35 +0000 (01:37 +0000)
commitab3c2b6d89daa54679cdaa0d78d2902473e0d63b
tree61940c3a0924ec6993be45165b3309bdc949bb97
parent408f7a4663fdb19357e2c0967eb442a1e5679b2d
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>
src/cmd/cgo/internal/testtls/tls.c [moved from src/cmd/cgo/internal/testtls/tls_unix.c with 79% similarity]
src/cmd/cgo/internal/testtls/tls.go
src/cmd/cgo/internal/testtls/tls_none.go [new file with mode: 0644]
src/cmd/cgo/internal/testtls/tls_test.go
src/cmd/dist/test.go