summaryrefslogtreecommitdiff
path: root/src/internal/testenv
Commit message (Expand)AuthorAgeFilesLines
* 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
* all: respect $GO_GCFLAGS during run.bashRuss Cox2017-10-311-0/+10
* internal/testenv: take testing.TB instead of *testing.T in MustHave* and Skip...Hiroshi Ioka2017-09-191-10/+10
* cmd/compile: add TestIntendedInlining from runtimeDaniel Martí2017-09-131-0/+22
* cmd/internal/goobj: parse native objects in the archiveHiroshi Ioka2017-09-101-0/+5
* cmd/link: skip TestDWARF when cgo is disabledJosh Bleecher Snyder2017-03-302-0/+20
* go/internal/srcimporter: skip tests on iOSElias Naur2017-03-081-0/+13
* internal/testenv: do not delete target fileAlex Brainman2017-02-151-1/+0
* os: use extended-length paths on Windows when possibleQuentin Smith2016-11-071-0/+16
* internal/testenv: add GoToolJosh Bleecher Snyder2016-09-101-5/+16
* internal/testenv: make MustHaveSymlink message friendlyHiroshi Ioka2016-08-243-10/+21
* internal/testenv: add HasSymlink/MustHaveSymlinkHiroshi Ioka2016-08-233-0/+73
* net: ignore network failures on some buildersBrad Fitzpatrick2016-05-061-0/+7
* net, runtime: skip flaky tests on OpenBSDBrad Fitzpatrick2016-04-061-0/+9
* internal/testenv: prefer to find go binary in GOROOTBrad Fitzpatrick2016-03-301-0/+8
* encoding/json, internal/testenv: use FatalfDominik Honnef2016-03-221-1/+1
* net/http, internal/testenv: find go binary in PATHDavid Crawshaw2016-03-221-0/+17
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* internal/testenv: add Builder, to report builder nameRuss Cox2015-08-051-0/+9
* internal/testenv: skip network tests only when -short is specifiedAndrew Gerrand2015-06-181-1/+3
* all: extract "can I exec?" check from tests into internal/testenvRuss Cox2015-06-161-0/+90