summaryrefslogtreecommitdiff
path: root/src/internal/testenv
Commit message (Expand)AuthorAgeFilesLines
* internal/testenv: reduce init-time work for MustHaveExecBryan C. Mills2023-05-051-20/+15
* testenv: allow HasGoBuild to be false on -noopt buildersBryan C. Mills2023-05-041-0/+8
* internal/testenv: remove HasExec and simplify other support checks againBryan C. Mills2023-05-043-89/+183
* internal/testenv: probe for symlink on wasip1Johan Brandhorst-Satzkorn2023-05-023-3/+30
* internal/testenv: allow 'go build' on android when supportedBryan C. Mills2023-04-281-5/+58
* internal/testenv: actually try to exec on ios and wasmBryan C. Mills2023-04-241-1/+1
* internal/testenv: in HasExec, try to actually exec on ios and wasm platformsBryan C. Mills2023-04-221-1/+55
* internal: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-073-6/+7
* runtime: add remaining wasip1 filesJohan Brandhorst-Satzkorn2023-04-061-0/+18
* syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement errors.ErrUnsupportedTobias Klauser2023-03-161-5/+0
* internal/testenv, syscall: move isNotSupported to internal/testenvTobias Klauser2023-03-153-2/+50
* cmd/link/internal/ld: move more of mustLinkExternal into internal/platformBryan C. Mills2023-03-021-4/+7
* internal/testenv: use 'go env CGO_ENABLED' instead of a build constraintBryan C. Mills2023-03-012-35/+54
* internal/testenv: avoid rebuilding all of std in WriteImportcfgBryan C. Mills2023-02-021-12/+39
* go/internal/gcimporter: load cached export data for packages individuallyBryan C. Mills2022-12-011-1/+1
* internal/testenv: adjust timeout calculations in CommandContextBryan C. Mills2022-11-011-37/+39
* internal/testenv: move helpers related to os/exec to a separate fileBryan C. Mills2022-11-012-158/+173
* internal/testenv: remove RunWithTimoutBryan C. Mills2022-10-311-57/+0
* internal/testenv: add CommandContext and CommandBryan C. Mills2022-10-311-0/+98
* go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob2022-10-181-0/+18
* cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh2022-10-041-12/+2
* internal/testenv: add a test for the GoTool functionBryan C. Mills2022-08-171-0/+53
* all: use "noopt" build tag for checking optimization disabledCuong Manh Le2022-08-173-6/+25
* internal/testenv: add and use OptimizationOff/SkipIfOptimizationOffCuong Manh Le2022-08-091-0/+13
* runtime: convert flaky semaphore linearity test into benchmarkMichael Anthony Knyszek2022-06-211-65/+0
* sync: move lock linearity test and treat it like a performance testMichael Anthony Knyszek2022-06-131-0/+65
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-051-4/+4
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills2022-03-181-1/+100
* testenv: kill subprocess if SIGQUIT doesn't do itAustin Clements2021-12-121-0/+7
* testenv: abstract run-with-timeout into testenvAustin Clements2021-12-123-0/+77
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-282-2/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-202-0/+2
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+1
* cmd/go: use internal/testenv instead of computing canRun and skipExternal ad-hocBryan C. Mills2020-10-281-0/+20
* cmd/link: enable internal linking by default on darwin/arm64Cherry Zhang2020-10-281-1/+1
* all: enable more tests on macOS/ARM64Cherry Zhang2020-10-091-14/+30
* all: add GOOS=iosCherry Zhang2020-09-231-3/+3
* all: remove scattered remnants of darwin/armAustin Clements2020-04-081-3/+3
* Revert "cmd/go: fail if a test binary exits with no output"Bryan C. Mills2019-10-091-9/+0
* cmd/go: fail if a test binary exits with no outputDaniel Martí2019-10-091-0/+9
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-092-7/+5
* cmd/go: add go command known variables to test cache hashLE Manh Cuong2019-07-151-0/+7
* cmd/go: in tests, don't assume that the 'git' binary is presentBryan C. Mills2019-06-101-0/+19
* internal/testenv: remove SetModVendorBryan C. Mills2019-03-081-26/+0
* all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills2019-03-051-0/+26
* all: skip unsupported tests for js/wasmRichard Musiol2018-04-301-3/+6
* all: drop support for Windows Vista or below (Windows XP)Mikio Hara2018-02-152-13/+0
* internal/testenv: introduce IsWindowsXPAlex Brainman2017-12-102-0/+13
* internal/testenv: mark SkipFlaky and SkipFlakyNet as helpersAlex Brainman2017-11-041-0/+2