]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: skip part of the test based on GOOS instead of GOARCH
authorNevkontakte <aleks@nevkontakte.com>
Mon, 21 Apr 2025 13:13:04 +0000 (13:13 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 23 Apr 2025 17:22:11 +0000 (10:22 -0700)
commit71d9505998fe224ebb7380616392f71f7ebf26bf
treeb6b13e2deb3dae41509a60e74090234349a2220d
parentf1ebad19bd3fcaaed98e8652172a7e55c105de75
crypto/tls: skip part of the test based on GOOS instead of GOARCH

This allows to skip the last part of the test under GopherJS as well as
WebAssembly, since GopherJS shares GOOS=js with wasm.

Change-Id: I41adad788043c1863b23eb2a6da9bc9aa2833092
GitHub-Last-Rev: d8d42a3b7ccb2bee6479306b6ac1a319443702ec
GitHub-Pull-Request: golang/go#51827
Reviewed-on: https://go-review.googlesource.com/c/go/+/394114
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Sean Liao <sean@liao.dev>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/crypto/tls/handshake_client_test.go
src/crypto/tls/handshake_server_test.go