aboutsummaryrefslogtreecommitdiff
path: root/src/internal/testenv
AgeCommit message (Expand)Author
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
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
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
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
2018-02-15all: drop support for Windows Vista or below (Windows XP)Mikio Hara
2017-12-10internal/testenv: introduce IsWindowsXPAlex Brainman
2017-11-04internal/testenv: mark SkipFlaky and SkipFlakyNet as helpersAlex Brainman
2017-10-31all: respect $GO_GCFLAGS during run.bashRuss Cox
2017-09-19internal/testenv: take testing.TB instead of *testing.T in MustHave* and Skip...Hiroshi Ioka
2017-09-13cmd/compile: add TestIntendedInlining from runtimeDaniel Martí
2017-09-10cmd/internal/goobj: parse native objects in the archiveHiroshi Ioka
2017-03-30cmd/link: skip TestDWARF when cgo is disabledJosh Bleecher Snyder
2017-03-08go/internal/srcimporter: skip tests on iOSElias Naur
2017-02-15internal/testenv: do not delete target fileAlex Brainman
2016-11-07os: use extended-length paths on Windows when possibleQuentin Smith
2016-09-10internal/testenv: add GoToolJosh Bleecher Snyder
2016-08-24internal/testenv: make MustHaveSymlink message friendlyHiroshi Ioka
2016-08-23internal/testenv: add HasSymlink/MustHaveSymlinkHiroshi Ioka
2016-05-06net: ignore network failures on some buildersBrad Fitzpatrick
2016-04-06net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick
2016-03-30internal/testenv: prefer to find go binary in GOROOTBrad Fitzpatrick
2016-03-22encoding/json, internal/testenv: use FatalfDominik Honnef
2016-03-22net/http, internal/testenv: find go binary in PATHDavid Crawshaw
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-08-05internal/testenv: add Builder, to report builder nameRuss Cox
2015-06-18internal/testenv: skip network tests only when -short is specifiedAndrew Gerrand
2015-06-16all: extract "can I exec?" check from tests into internal/testenvRuss Cox