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
/
executable_test.go
Age
Commit message (
Expand
)
Author
2024-09-03
os: improve TestExecutable
Kir Kolyshkin
2024-09-03
math,os,os/*: use testenv.Executable
Kir Kolyshkin
2023-09-05
all: use ^$ instead of XXXX, NoSuchTestExists to match no tests
Dmitri Shuralyov
2023-03-10
os: skip TestExecutableDeleted earlier when 'go build' is not supported
Bryan C. Mills
2023-01-19
os: clean up tests
Bryan C. Mills
2022-11-17
os: use testenv.Command instead of exec.Command in tests
cui fliter
2021-05-04
os: skip TestExecutableDeleted on plan9
Richard Miller
2021-04-23
os: skip TestExecutableDeleted on aix
Egon Elbre
2021-04-22
os: depend on Readlink only when necessary
Egon Elbre
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2018-10-26
os: fix tests for AIX
Clément Chigot
2017-12-09
os: fix typo in TestExecutable comment
Tobias Klauser
2017-06-22
os: run more of TestExecutable on OpenBSD
Michael Hendricks
2017-06-17
os: on OpenBSD implement Executable using Args[0]
Ian Lance Taylor
2016-11-07
os: add Executable() (string, error)
Shenghou Ma