go/src/os/exec
qiulaidongfeng 616193510f os/exec: avoid calling LookPath in cmd.Start for resolved paths
Follow up on CL 511458, see https://go-review.googlesource.com/c/go/+/511458/2..4/src/cmd/go/main.go#b270 .

For #36768.

Change-Id: Icc2a4dbb1219b1d69dd10a900478957b0e975847

Change-Id: Icc2a4dbb1219b1d69dd10a900478957b0e975847
GitHub-Last-Rev: bac7e66496
GitHub-Pull-Request: golang/go#61517
Reviewed-on: https://go-review.googlesource.com/c/go/+/512155
Auto-Submit: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
2023-07-26 11:13:35 +00:00
..
internal/fdtest os: add wasip1 support 2023-04-07 23:34:21 +00:00
bench_test.go
dot_test.go os/exec: parallelize more tests 2022-10-06 19:09:18 +00:00
env_test.go os/exec: allow NUL in environment variables on Plan 9 2022-11-04 01:23:16 +00:00
example_test.go os: use strings.Builder 2022-09-07 06:18:48 +00:00
exec.go os/exec: avoid calling LookPath in cmd.Start for resolved paths 2023-07-26 11:13:35 +00:00
exec_linux_test.go os/exec: use a TestMain to avoid hijacking stdout for helper commands 2022-04-26 14:49:07 +00:00
exec_other_test.go os/exec: add the Cancel and WaitDelay fields 2022-10-25 03:34:36 +00:00
exec_plan9.go os/exec: make skipStdinCopyError a function instead of a variable 2022-04-26 13:47:05 +00:00
exec_posix_test.go os/exec: reduce arbitrary sleeps in TestWaitid 2022-10-13 20:21:32 +00:00
exec_test.go os/exec: ignore context.Canceled errors in TestConcurrentExec 2023-07-11 17:37:32 +00:00
exec_unix.go os/exec: make skipStdinCopyError a function instead of a variable 2022-04-26 13:47:05 +00:00
exec_unix_test.go os/exec: add the Cancel and WaitDelay fields 2022-10-25 03:34:36 +00:00
exec_windows.go os/exec: make skipStdinCopyError a function instead of a variable 2022-04-26 13:47:05 +00:00
exec_windows_test.go os: use testenv.Command instead of exec.Command in tests 2023-02-21 23:07:55 +00:00
internal_test.go
lp_linux_test.go os/exec: skip remount in TestFindExecutableVsNoexec on EROFS 2023-04-04 21:20:20 +00:00
lp_plan9.go os/exec: avoid calling LookPath in cmd.Start for resolved paths 2023-07-26 11:13:35 +00:00
lp_test.go
lp_unix.go os/exec: avoid calling LookPath in cmd.Start for resolved paths 2023-07-26 11:13:35 +00:00
lp_unix_test.go os/exec: parallelize more tests 2022-10-06 19:09:18 +00:00
lp_wasm.go os/exec: avoid calling LookPath in cmd.Start for resolved paths 2023-07-26 11:13:35 +00:00
lp_windows.go os/exec: avoid calling LookPath in cmd.Start for resolved paths 2023-07-26 11:13:35 +00:00
lp_windows_test.go os, syscall: support ill-formed UTF-16 strings on Windows 2023-05-15 09:26:16 +00:00
read3.go os/exec: use a TestMain to avoid hijacking stdout for helper commands 2022-04-26 14:49:07 +00:00