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
/
os
/
exec
/
lp_windows_test.go
Age
Commit message (
Expand
)
Author
2024-09-04
all: use t.Chdir in tests
Kir Kolyshkin
2024-09-03
math,os,os/*: use testenv.Executable
Kir Kolyshkin
2023-09-13
os/exec: avoid calling LookPath in cmd.Start for resolved paths
Bryan C. Mills
2023-09-13
os/exec: fix edge cases in Windows PATH resolution
Bryan C. Mills
2023-09-13
os/exec: avoid writing to Cmd.Path in Cmd.Start on Windows
Bryan C. Mills
2023-09-13
os/exec: simplify Windows-specific tests
Bryan C. Mills
2023-08-21
os/exec: don't convert byte slice to string when using verb %s
Jes Cok
2023-05-15
os, syscall: support ill-formed UTF-16 strings on Windows
qmuntal
2023-02-21
os: use testenv.Command instead of exec.Command in tests
cui fliter
2022-10-06
os/exec: parallelize more tests
Bryan C. Mills
2022-05-02
os/exec: return error when PATH lookup would use current directory
Russ Cox
2022-04-29
Revert "os/exec: return error when PATH lookup would use current directory"
Bryan Mills
2022-04-29
os/exec: return error when PATH lookup would use current directory
Russ Cox
2022-04-26
os/exec: use a TestMain to avoid hijacking stdout for helper commands
Bryan C. Mills
2021-08-12
os/exec: re-enable LookPathTest/16
Dmitri Shuralyov
2021-04-08
os/exec: replace os.MkdirTemp with T.TempDir
Manlio Perillo
2021-02-19
os/exec: disable failing LookPathTest on windows/arm64
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2018-05-30
os/exec: gofmt
Tobias Klauser
2018-04-26
os/exec: fix Win32 tests missing 'chcp'
Lubomir I. Ivanov (VMware)
2018-01-10
go/importer,os/exec: use testenv.GoToolPath
Daniel Martí
2016-05-11
os/exec: cleanup and remove duplicated code
Hiroshi Ioka
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-06-11
all: fix misprints in comments
Ainar Garipov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox