]> Cypherpunks repositories - gostls13.git/commit
net: make all.bat run for ordinary Windows users
authorRuss Cox <rsc@golang.org>
Mon, 16 Sep 2013 18:05:06 +0000 (14:05 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 16 Sep 2013 18:05:06 +0000 (14:05 -0400)
commitd9fdf88f34f7bfd80e16ed96637ac0b4106d59ed
tree3e3183e58f29933ff64b614c6aa59988d6c6d561
parent647eaed93b2aba07d4d4d032d5f58bf6dbc06e5a
net: make all.bat run for ordinary Windows users

This CL is required for all.bat to work out of the box on
my Windows 8 laptop.

These tests either require the firewall to be turned off
or require the user to be in the Administrators group.
I don't know which.

Alex may follow up with a refinement of the test to
allow them to run if the user is in the Administrators
group.

Fixes #6392.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13421049
src/pkg/net/ipraw_test.go
src/pkg/net/multicast_test.go
src/pkg/net/packetconn_test.go
src/pkg/net/protoconn_test.go