aboutsummaryrefslogtreecommitdiff
path: root/src/os/executable_test.go
AgeCommit message (Expand)Author
2023-09-05all: use ^$ instead of XXXX, NoSuchTestExists to match no testsDmitri Shuralyov
2023-03-10os: skip TestExecutableDeleted earlier when 'go build' is not supportedBryan C. Mills
2023-01-19os: clean up testsBryan C. Mills
2022-11-17os: use testenv.Command instead of exec.Command in testscui fliter
2021-05-04os: skip TestExecutableDeleted on plan9Richard Miller
2021-04-23os: skip TestExecutableDeleted on aixEgon Elbre
2021-04-22os: depend on Readlink only when necessaryEgon Elbre
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-10-26os: fix tests for AIXClément Chigot
2017-12-09os: fix typo in TestExecutable commentTobias Klauser
2017-06-22os: run more of TestExecutable on OpenBSDMichael Hendricks
2017-06-17os: on OpenBSD implement Executable using Args[0]Ian Lance Taylor
2016-11-07os: add Executable() (string, error)Shenghou Ma