aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/go_windows_test.go
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-05cmd/go: update go_windows_test to use test go binaryMichael Matloob
2019-06-13cmd/go: factor the I/O-retry logic out of renameioBryan C. Mills
2019-03-08cmd/go: convert TestACL to a script testBryan C. Mills
2019-03-06cmd/go: run the 'go build' command in TestACL in the temp directoryBryan C. Mills
2018-07-28cmd/go: uses SID of group Guests to test ACLConstantin Konstantinidis
2018-02-15all: drop support for Windows Vista or below (Windows XP)Mikio Hara
2017-11-22cmd/go: add TestACLAlex Brainman
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2014-09-26cmd/go: handle paths like \x.go on windowsAlex Brainman