index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
net_windows_test.go
Age
Commit message (
Expand
)
Author
2025-08-11
net, os, file/filepath, syscall: use slices.Equal in tests
Tobias Klauser
2025-02-25
all: surround -test.run arguments with ^$
qmuntal
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2025-02-04
net: use strings.SplitSeq and bytes.SplitSeq
apocelipes
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2022-03-31
net: skip tests that use netsh on the windows-arm64-10 builder
Bryan C. Mills
2021-02-19
net: disable Windows netsh tests when netsh won't run
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2018-09-26
all: use strings.ReplaceAll and bytes.ReplaceAll where applicable
Brad Fitzpatrick
2018-02-15
all: drop support for Windows Vista or below (Windows XP)
Mikio Hara
2017-12-25
net: revert CL 82975
Jeff Johnson
2017-12-08
net: enable TestInterfaceHardwareAddrWithGetmac on all windows versions
Jeff Johnson
2017-11-10
net: ignore duplicate interfaces in TestInterfaceHardwareAddrWithGetmac
Alex Brainman
2017-06-29
net: fix Windows TestInterfaceHardwareAddrWithGetmac
Egon Elbre
2017-05-18
net: adjust TestInterfaceHardwareAddrWithGetmac
Alex Brainman
2017-04-21
net: skip Windows test using getmac if getmac cmdlet not available
Brad Fitzpatrick
2016-03-30
net: skip TestInterfacesWithNetsh if "netsh help" contains no English words
Alex Brainman
2016-03-02
net: fix vet warnings
Mohit Agarwal
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2016-02-16
net: make TestInterfaceAddrsWithNetsh more robust
Alex Brainman
2016-02-10
net: make getmac based tests on windows more robust
Volker Dobler
2016-01-21
net: improve netsh usage in Windows unit tests
Tim Ebringer
2016-01-18
net: disable TestInterfaceAddrsWithNetsh on windows
Mikio Hara
2015-12-19
net: adjust TestInterfaceHardwareAddrWithGetmac
Alex Brainman
2015-12-17
net: include both ipv4 and ipv6 netsh output in TestInterfacesWithNetsh
Alex Brainman
2015-12-10
net, internal/syscall/windows: fix interface and address identification on wi...
Mikio Hara
2015-12-09
net: add TestInterfaceHardwareAddrWithGetmac
Alex Brainman
2015-12-09
net: add TestInterfaceAddrsWithNetsh
Alex Brainman
2015-11-13
net: make TestInterfaceList work on non-English Windows
Yasuhiro Matsumoto
2015-11-10
net: fix off by one error while counting interfaces on windows
Alex Brainman
2015-05-12
net: relax error checking in TestAcceptIgnoreSomeErrors
Alex Brainman
2015-05-07
net: do not skip TestAcceptIgnoreSomeErrors
Alex Brainman
2015-05-06
net: simplify error messages in tests
Mikio Hara
2014-09-08
build: move package sources from src/pkg to src
Russ Cox