aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/lp_windows_test.go
AgeCommit message (Expand)Author
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2024-09-03math,os,os/*: use testenv.ExecutableKir Kolyshkin
2023-09-13os/exec: avoid calling LookPath in cmd.Start for resolved pathsBryan C. Mills
2023-09-13os/exec: fix edge cases in Windows PATH resolutionBryan C. Mills
2023-09-13os/exec: avoid writing to Cmd.Path in Cmd.Start on WindowsBryan C. Mills
2023-09-13os/exec: simplify Windows-specific testsBryan C. Mills
2023-08-21os/exec: don't convert byte slice to string when using verb %sJes Cok
2023-05-15os, syscall: support ill-formed UTF-16 strings on Windowsqmuntal
2023-02-21os: use testenv.Command instead of exec.Command in testscui fliter
2022-10-06os/exec: parallelize more testsBryan C. Mills
2022-05-02os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-29Revert "os/exec: return error when PATH lookup would use current directory"Bryan Mills
2022-04-29os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-26os/exec: use a TestMain to avoid hijacking stdout for helper commandsBryan C. Mills
2021-08-12os/exec: re-enable LookPathTest/16Dmitri Shuralyov
2021-04-08os/exec: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-02-19os/exec: disable failing LookPathTest on windows/arm64Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2018-05-30os/exec: gofmtTobias Klauser
2018-04-26os/exec: fix Win32 tests missing 'chcp'Lubomir I. Ivanov (VMware)
2018-01-10go/importer,os/exec: use testenv.GoToolPathDaniel Martí
2016-05-11os/exec: cleanup and remove duplicated codeHiroshi Ioka
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-06-11all: fix misprints in commentsAinar Garipov
2014-09-08build: move package sources from src/pkg to srcRuss Cox