]> Cypherpunks repositories - gostls13.git/commit
net: run unix socket stream tests on Windows
authorqmuntal <quimmuntal@gmail.com>
Wed, 26 Mar 2025 13:14:38 +0000 (14:14 +0100)
committerQuim Muntal <quimmuntal@gmail.com>
Wed, 26 Mar 2025 20:22:29 +0000 (13:22 -0700)
commitd69ab99f3f1765ebd496591fd8ca3f798e105d94
tree505227b2f69b46d962521f18820b7c34147e662a
parent440a8f7024044387a6e440fc003bd8fd61908c81
net: run unix socket stream tests on Windows

The net package supports Unix domain sockets on Windows, but most of
the tests related to them are skipped.

This CL unskip the SOCK_STREAM tests. SOCK_DGRAM probablye can also
make to work, but that will come in a follow-up CL.

Change-Id: If9506a8af57e9bfe58bd7b48a98fc39335627a61
Reviewed-on: https://go-review.googlesource.com/c/go/+/660915
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
src/net/platform_plan9_test.go [new file with mode: 0644]
src/net/platform_test.go
src/net/platform_unix_test.go [new file with mode: 0644]
src/net/platform_windows_test.go [new file with mode: 0644]
src/net/rawconn_windows_test.go
src/net/unixsock_test.go