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
Age
Commit message (
Expand
)
Author
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-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
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
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
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
2018-02-15
all: drop support for Windows Vista or below (Windows XP)
Mikio Hara
2017-12-10
internal/testenv: introduce IsWindowsXP
Alex Brainman
2017-11-04
internal/testenv: mark SkipFlaky and SkipFlakyNet as helpers
Alex Brainman
2017-10-31
all: respect $GO_GCFLAGS during run.bash
Russ Cox
2017-09-19
internal/testenv: take testing.TB instead of *testing.T in MustHave* and Skip...
Hiroshi Ioka
2017-09-13
cmd/compile: add TestIntendedInlining from runtime
Daniel Martí
2017-09-10
cmd/internal/goobj: parse native objects in the archive
Hiroshi Ioka
2017-03-30
cmd/link: skip TestDWARF when cgo is disabled
Josh Bleecher Snyder
2017-03-08
go/internal/srcimporter: skip tests on iOS
Elias Naur
2017-02-15
internal/testenv: do not delete target file
Alex Brainman
2016-11-07
os: use extended-length paths on Windows when possible
Quentin Smith
2016-09-10
internal/testenv: add GoTool
Josh Bleecher Snyder
2016-08-24
internal/testenv: make MustHaveSymlink message friendly
Hiroshi Ioka
2016-08-23
internal/testenv: add HasSymlink/MustHaveSymlink
Hiroshi Ioka
2016-05-06
net: ignore network failures on some builders
Brad Fitzpatrick
2016-04-06
net, runtime: skip flaky tests on OpenBSD
Brad Fitzpatrick
2016-03-30
internal/testenv: prefer to find go binary in GOROOT
Brad Fitzpatrick
2016-03-22
encoding/json, internal/testenv: use Fatalf
Dominik Honnef
2016-03-22
net/http, internal/testenv: find go binary in PATH
David Crawshaw
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-08-05
internal/testenv: add Builder, to report builder name
Russ Cox
2015-06-18
internal/testenv: skip network tests only when -short is specified
Andrew Gerrand
2015-06-16
all: extract "can I exec?" check from tests into internal/testenv
Russ Cox
[prev]