]> Cypherpunks repositories - gostls13.git/commit
net: skip TestIPv4WriteMsgUDPAddrPort on plan9
authorRichard Miller <millerresearch@gmail.com>
Thu, 14 Aug 2025 15:25:56 +0000 (16:25 +0100)
committerGopher Robot <gobot@golang.org>
Fri, 15 Aug 2025 20:18:32 +0000 (13:18 -0700)
commitcb814bd5bc3f0575e8d0e26370c05456770cb3da
tree728bf5c7a5e71c1391fca36bccf92a70683559f1
parent78a3968c2c9f2d6e8eb6dc263b4a2517c72d71be
net: skip TestIPv4WriteMsgUDPAddrPort on plan9

This test uses method (*UDPConn).WriteMsgUDPAddrPort, which is
not supported on Plan 9. The test needs to be skipped, like
for example TestAllocs which is already skipped for the
same reason.

Fixes #75017

Change-Id: Iaa0e6ecdba0938736d8f675fcac43c46db34cb5d
Reviewed-on: https://go-review.googlesource.com/c/go/+/696095
Auto-Submit: Damien Neil <dneil@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/net/udpsock_test.go