aboutsummaryrefslogtreecommitdiff
path: root/src/internal/testenv/testenv.go
AgeCommit message (Expand)Author
2025-09-15all: replace strings.Split with strings.SplitSeq1911860538
2025-09-12internal/testenv: update Builder docs with LUCI builder namesMichael Anthony Knyszek
2025-05-19runtime: pass through -asan/-msan/-race to testprog testsMichael Pratt
2025-03-17runtime: skip TestCgoCallbackPprof on platforms with broken profilingMichael Pratt
2024-09-13internal/testenv: add MustHaveSource, rm HasSrcKir Kolyshkin
2024-09-03internal/testenv: add missing t.Helper callsKir Kolyshkin
2024-08-30internal/testenv: use sync.OnceValue[s]Kir Kolyshkin
2024-05-03hash/maphash: parallel run testqiulaidongfeng
2024-03-15cmd/link: support -bindnow option and permit use of "-Wl,-z,now"Than McIntosh
2024-03-14Revert: "cmd/link: add option to enable full RELRO for ELF"Than McIntosh
2024-02-29cmd/link: add option to enable full RELRO for ELFNick Revin
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2023-08-05internal/testenv: replace “go run.” with “go run”. in commentsJes Cok
2023-05-19cmd/dist: refine test conditions and enable more cgo tests on Android, iOSAustin Clements
2023-05-04internal/testenv: remove HasExec and simplify other support checks againBryan C. Mills
2023-05-02internal/testenv: probe for symlink on wasip1Johan Brandhorst-Satzkorn
2023-04-28internal/testenv: allow 'go build' on android when supportedBryan C. Mills
2023-04-07internal: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-06runtime: add remaining wasip1 filesJohan Brandhorst-Satzkorn
2023-03-15internal/testenv, syscall: move isNotSupported to internal/testenvTobias Klauser
2023-03-02cmd/link/internal/ld: move more of mustLinkExternal into internal/platformBryan C. Mills
2023-03-01internal/testenv: use 'go env CGO_ENABLED' instead of a build constraintBryan C. Mills
2023-02-02internal/testenv: avoid rebuilding all of std in WriteImportcfgBryan C. Mills
2022-12-01go/internal/gcimporter: load cached export data for packages individuallyBryan C. Mills
2022-11-01internal/testenv: move helpers related to os/exec to a separate fileBryan C. Mills
2022-10-31internal/testenv: remove RunWithTimoutBryan C. Mills
2022-10-31internal/testenv: add CommandContext and CommandBryan C. Mills
2022-10-18go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-08-17all: use "noopt" build tag for checking optimization disabledCuong Manh Le
2022-08-09internal/testenv: add and use OptimizationOff/SkipIfOptimizationOffCuong Manh Le
2022-06-21runtime: convert flaky semaphore linearity test into benchmarkMichael Anthony Knyszek
2022-06-13sync: move lock linearity test and treat it like a performance testMichael Anthony Knyszek
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2021-12-12testenv: kill subprocess if SIGQUIT doesn't do itAustin Clements
2021-12-12testenv: abstract run-with-timeout into testenvAustin Clements
2020-10-28cmd/go: use internal/testenv instead of computing canRun and skipExternal ad-hocBryan C. Mills
2020-10-28cmd/link: enable internal linking by default on darwin/arm64Cherry Zhang
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-10-09Revert "cmd/go: fail if a test binary exits with no output"Bryan C. Mills
2019-10-09cmd/go: fail if a test binary exits with no outputDaniel Martí
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-07-15cmd/go: add go command known variables to test cache hashLE Manh Cuong
2019-06-10cmd/go: in tests, don't assume that the 'git' binary is presentBryan C. Mills
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol