]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.24] 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>
Tue, 16 Sep 2025 17:09:29 +0000 (10:09 -0700)
commit6ab3a41c864978d98da4d1a1afd75975185a663b
tree703cbbab9622dd03ed9745d4b7ec51dad82a9af0
parentd41a8222133aabaf5527eab64586050a0fbb773b
[release-branch.go1.24] 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.

For #75017
Fixes #75356

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>
(cherry picked from commit cb814bd5bc3f0575e8d0e26370c05456770cb3da)
Reviewed-on: https://go-review.googlesource.com/c/go/+/704279
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Mark Freeman <markfreeman@google.com>
src/net/udpsock_test.go