Closed
Description
new windows-386-xp builder on https://build.golang.org fails at commit 29cb57c
https://build.golang.org/log/e18744bedc520329ee61476194bf5020a66ba706
with
--- FAIL: TestUDPConnSpecificMethods (0.02s)
protoconn_test.go:142: write udp4 127.0.0.1:1138->127.0.0.1:1138: wsasendmsg: An invalid argument was supplied.
--- FAIL: TestWriteToUDP (0.00s)
udpsock_test.go:168: write udp 127.0.0.1:1282: wsasendmsg: An invalid argument was supplied.
FAIL
FAIL net 10.336s
As I explained at #10267 (comment) I think we should just skip correspondent parts of the test on Windows XP.
Alex
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
bradfitz commentedon Dec 9, 2017
What's the proper way to detect XP?
alexbrainman commentedon Dec 9, 2017
Search for isWindowsXP in main repo.
I am going to send a fix for this in a little while. Please wait.
Alex
alexbrainman commentedon Dec 10, 2017
@bradfitz do we have Windows XP trybot?
Alex
gopherbot commentedon Dec 10, 2017
Change https://golang.org/cl/83076 mentions this issue:
internal/testenv: introduce IsWindowsXP
gopherbot commentedon Dec 10, 2017
Change https://golang.org/cl/83077 mentions this issue:
net: skip some tests on Windows XP
bradfitz commentedon Dec 10, 2017
@alexbrainman, no trybot. We just have a single XP VM currently. Maybe @johnsonj will get Windows Server 2003 working on GCE and then we could have an opt-in Trybot or something.
alexbrainman commentedon Dec 10, 2017
Cool, I will test my change here, and then we'll submit and see.
Alex
alexbrainman commentedon Dec 10, 2017
I really do not know how to fix this - I am not even sure if it is possible to fix. I am just skipping broken tests for the moment.
Alex
bradfitz commentedon Dec 10, 2017
@alexbrainman, that's fine.
internal/testenv: introduce IsWindowsXP
net: skip some tests on Windows XP
gopherbot commentedon Feb 15, 2018
Change https://golang.org/cl/94255 mentions this issue:
all: drop support for Windows Vista or below