aboutsummaryrefslogtreecommitdiff
path: root/src/internal/syscall/windows/exec_windows_test.go
AgeCommit message (Expand)Author
2025-04-04internal/syscall/windows: use unsafe.Pointer instead of uintptrqmuntal
2025-02-24all: use testenv.Executable instead of os.Executable and os.Args[0]qmuntal
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2021-10-28all: manual fixups for //go:build vs // +buildRuss Cox
2021-08-13all: gofmt more (but vendor, testdata, and top-level test directories)Dmitri Shuralyov
2018-02-15all: drop support for Windows Vista or below (Windows XP)Mikio Hara
2017-11-07syscall: change SysProcAttr.Token type to TokenAlex Brainman
2017-11-06syscall: add Token to Windows SysProcAttrPaul Querna