]> Cypherpunks repositories - gostls13.git/commit
net: skip TestUnixConnLocalWindows on windows/386
authorAlex Brainman <alex.brainman@gmail.com>
Sun, 30 Sep 2018 06:07:27 +0000 (16:07 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Tue, 2 Oct 2018 09:49:44 +0000 (09:49 +0000)
commitde72c43f78cf31e672cfc93474c9bbb8a1eec925
tree0b90ce9f085b6e161426b672c8c52271ebfff63e
parent5d444e36a664e7f0c4b6e4e53bb76f964028bd22
net: skip TestUnixConnLocalWindows on windows/386

Recent CL 125456 implemented Unix Socket functionality on windows.
But that functionality does not appear to be working when 32-bit
code is used. So disable TestUnixConnLocalWindows.

windows/386 builder does not appear to be complaining about
TestUnixConnLocalWindows, because new functionality requires
Windows 10 Build 17063. windows/386 builder uses Windows 2008.

Fixes #27943

Change-Id: Iea91b86aaa124352d198ca0cd03fff1e7542f949
Reviewed-on: https://go-review.googlesource.com/138676
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Yasuhiro MATSUMOTO <mattn.jp@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/unixsock_windows_test.go