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
/
internal
/
testenv
/
testenv.go
Age
Commit message (
Expand
)
Author
2025-09-15
all: replace strings.Split with strings.SplitSeq
1911860538
2025-09-12
internal/testenv: update Builder docs with LUCI builder names
Michael Anthony Knyszek
2025-05-19
runtime: pass through -asan/-msan/-race to testprog tests
Michael Pratt
2025-03-17
runtime: skip TestCgoCallbackPprof on platforms with broken profiling
Michael Pratt
2024-09-13
internal/testenv: add MustHaveSource, rm HasSrc
Kir Kolyshkin
2024-09-03
internal/testenv: add missing t.Helper calls
Kir Kolyshkin
2024-08-30
internal/testenv: use sync.OnceValue[s]
Kir Kolyshkin
2024-05-03
hash/maphash: parallel run test
qiulaidongfeng
2024-03-15
cmd/link: support -bindnow option and permit use of "-Wl,-z,now"
Than McIntosh
2024-03-14
Revert: "cmd/link: add option to enable full RELRO for ELF"
Than McIntosh
2024-02-29
cmd/link: add option to enable full RELRO for ELF
Nick Revin
2024-02-21
cmd: remove support for GOROOT_FINAL
Constantin Konstantinidis
2023-08-05
internal/testenv: replace “go run.” with “go run”. in comments
Jes Cok
2023-05-19
cmd/dist: refine test conditions and enable more cgo tests on Android, iOS
Austin Clements
2023-05-04
internal/testenv: remove HasExec and simplify other support checks again
Bryan C. Mills
2023-05-02
internal/testenv: probe for symlink on wasip1
Johan Brandhorst-Satzkorn
2023-04-28
internal/testenv: allow 'go build' on android when supported
Bryan C. Mills
2023-04-07
internal: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-06
runtime: add remaining wasip1 files
Johan Brandhorst-Satzkorn
2023-03-15
internal/testenv, syscall: move isNotSupported to internal/testenv
Tobias Klauser
2023-03-02
cmd/link/internal/ld: move more of mustLinkExternal into internal/platform
Bryan C. Mills
2023-03-01
internal/testenv: use 'go env CGO_ENABLED' instead of a build constraint
Bryan C. Mills
2023-02-02
internal/testenv: avoid rebuilding all of std in WriteImportcfg
Bryan C. Mills
2022-12-01
go/internal/gcimporter: load cached export data for packages individually
Bryan C. Mills
2022-11-01
internal/testenv: move helpers related to os/exec to a separate file
Bryan C. Mills
2022-10-31
internal/testenv: remove RunWithTimout
Bryan C. Mills
2022-10-31
internal/testenv: add CommandContext and Command
Bryan C. Mills
2022-10-18
go,cmd,internal: update to anticipate missing targets and .a files
Michael Matloob
2022-10-04
cmd/internal/sys: migrate support.go functions to new internal pkg
Than McIntosh
2022-08-17
all: use "noopt" build tag for checking optimization disabled
Cuong Manh Le
2022-08-09
internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff
Cuong Manh Le
2022-06-21
runtime: convert flaky semaphore linearity test into benchmark
Michael Anthony Knyszek
2022-06-13
sync: move lock linearity test and treat it like a performance test
Michael Anthony Knyszek
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-03-18
internal/testenv: add GOROOT and use it to fix tests broken with -trimpath
Bryan C. Mills
2021-12-12
testenv: kill subprocess if SIGQUIT doesn't do it
Austin Clements
2021-12-12
testenv: abstract run-with-timeout into testenv
Austin Clements
2020-10-28
cmd/go: use internal/testenv instead of computing canRun and skipExternal ad-hoc
Bryan C. Mills
2020-10-28
cmd/link: enable internal linking by default on darwin/arm64
Cherry Zhang
2020-10-09
all: enable more tests on macOS/ARM64
Cherry Zhang
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-04-08
all: remove scattered remnants of darwin/arm
Austin Clements
2019-10-09
Revert "cmd/go: fail if a test binary exits with no output"
Bryan C. Mills
2019-10-09
cmd/go: fail if a test binary exits with no output
Daniel Martí
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-07-15
cmd/go: add go command known variables to test cache hash
LE Manh Cuong
2019-06-10
cmd/go: in tests, don't assume that the 'git' binary is present
Bryan C. Mills
2019-03-08
internal/testenv: remove SetModVendor
Bryan C. Mills
2019-03-05
all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...
Bryan C. Mills
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
[next]