aboutsummaryrefslogtreecommitdiff
path: root/internal/testenv/testenv.go
AgeCommit message (Expand)Author
2022-12-01internal/gcimporter: fix TestImportStdLibMichael Matloob
2022-11-21internal/testenv: add a Command function that replaces exec.CommandBryan C. Mills
2022-11-17internal/testenv: skip tests that need export data for std if 'go tool compil...Bryan C. Mills
2022-10-26go/internal/gcimporter: update to anticipate missing targets and .asMichael Matloob
2022-05-05internal: remove pre-go1.12 conditionally compiled filesAlan Donovan
2022-05-04internal/testenv: remove darwin/arm case from NeedsGoBuildAlan Donovan
2022-04-12all: gofmtRuss Cox
2022-01-24gopls/internal/regtest/codelens: use the test's deadline instead of a hard-co...Bryan C. Mills
2021-11-03internal/testenv: treat linux-riscv64-unmatched as a slow builderBryan C. Mills
2021-11-02internal/testenv: treat dragonfly-amd64 as a slow machineBryan C. Mills
2021-10-25internal/typeparams: guard against generics in stdlib testsRobert Findley
2021-09-24go/internal/gcimporter: temporarily skip the contraints package on theRobert Findley
2021-06-25internal/testenv: actually Exit if small machine for netbsd-arm*-bsiegertRob Findley
2021-06-02internal/testenv: treat netbsd-arm*-bsiegert as slow buildersBryan C. Mills
2021-05-25internal/testenv: update linux-arm to linux-arm-scalewayRob Findley
2021-01-19all: replace all usages of os/exec with golang.org/x/sys/execabsRoland Shoemaker
2020-06-10internal/testenv: add a NeedsGoBuild functionMichael Matloob
2020-05-27all: replace build tags in tests with testenv helperHeschi Kreinick
2020-05-18internal/testenv: tolerate missing cgo as neededHeschi Kreinick
2020-05-18all: consolidate cgo requirement checksHeschi Kreinick
2020-05-08internal/testenv: check that external 'diff' tool is the GNU versionRichard Miller
2020-05-07internal/testenv: make ExitIfSmallMachine apply to plan9-arm buildersRichard Miller
2019-11-11internal/testenv: reject the resolved 'go' command if it does not match runti...Bryan C. Mills
2019-10-10internal/lsp: fix patch tests on buildersIan Cottrell
2019-09-12internal/testenv: handle GOPACKAGESDRIVER=off in NeedsGopackageRebecca Stambler
2019-08-30all: skip more memory-intensive tests on linux-armBryan C. Mills
2019-08-30all: skip tests if required tools are not foundBryan C. Mills