| Commit message (Expand) | Author | Age | Files | Lines |
| * | internal/testenv: reduce init-time work for MustHaveExec | Bryan C. Mills | 2023-05-05 | 1 | -20/+15 |
| * | testenv: allow HasGoBuild to be false on -noopt builders | Bryan C. Mills | 2023-05-04 | 1 | -0/+8 |
| * | internal/testenv: remove HasExec and simplify other support checks again | Bryan C. Mills | 2023-05-04 | 3 | -89/+183 |
| * | internal/testenv: probe for symlink on wasip1 | Johan Brandhorst-Satzkorn | 2023-05-02 | 3 | -3/+30 |
| * | internal/testenv: allow 'go build' on android when supported | Bryan C. Mills | 2023-04-28 | 1 | -5/+58 |
| * | internal/testenv: actually try to exec on ios and wasm | Bryan C. Mills | 2023-04-24 | 1 | -1/+1 |
| * | internal/testenv: in HasExec, try to actually exec on ios and wasm platforms | Bryan C. Mills | 2023-04-22 | 1 | -1/+55 |
| * | internal: add wasip1 support | Johan Brandhorst-Satzkorn | 2023-04-07 | 3 | -6/+7 |
| * | runtime: add remaining wasip1 files | Johan Brandhorst-Satzkorn | 2023-04-06 | 1 | -0/+18 |
| * | syscall: let ENOSYS, ENOTSUP and EOPNOTSUPP implement errors.ErrUnsupported | Tobias Klauser | 2023-03-16 | 1 | -5/+0 |
| * | internal/testenv, syscall: move isNotSupported to internal/testenv | Tobias Klauser | 2023-03-15 | 3 | -2/+50 |
| * | cmd/link/internal/ld: move more of mustLinkExternal into internal/platform | Bryan C. Mills | 2023-03-02 | 1 | -4/+7 |
| * | internal/testenv: use 'go env CGO_ENABLED' instead of a build constraint | Bryan C. Mills | 2023-03-01 | 2 | -35/+54 |
| * | internal/testenv: avoid rebuilding all of std in WriteImportcfg | Bryan C. Mills | 2023-02-02 | 1 | -12/+39 |
| * | go/internal/gcimporter: load cached export data for packages individually | Bryan C. Mills | 2022-12-01 | 1 | -1/+1 |
| * | internal/testenv: adjust timeout calculations in CommandContext | Bryan C. Mills | 2022-11-01 | 1 | -37/+39 |
| * | internal/testenv: move helpers related to os/exec to a separate file | Bryan C. Mills | 2022-11-01 | 2 | -158/+173 |
| * | internal/testenv: remove RunWithTimout | Bryan C. Mills | 2022-10-31 | 1 | -57/+0 |
| * | internal/testenv: add CommandContext and Command | Bryan C. Mills | 2022-10-31 | 1 | -0/+98 |
| * | go,cmd,internal: update to anticipate missing targets and .a files | Michael Matloob | 2022-10-18 | 1 | -0/+18 |
| * | cmd/internal/sys: migrate support.go functions to new internal pkg | Than McIntosh | 2022-10-04 | 1 | -12/+2 |
| * | internal/testenv: add a test for the GoTool function | Bryan C. Mills | 2022-08-17 | 1 | -0/+53 |
| * | all: use "noopt" build tag for checking optimization disabled | Cuong Manh Le | 2022-08-17 | 3 | -6/+25 |
| * | internal/testenv: add and use OptimizationOff/SkipIfOptimizationOff | Cuong Manh Le | 2022-08-09 | 1 | -0/+13 |
| * | runtime: convert flaky semaphore linearity test into benchmark | Michael Anthony Knyszek | 2022-06-21 | 1 | -65/+0 |
| * | sync: move lock linearity test and treat it like a performance test | Michael Anthony Knyszek | 2022-06-13 | 1 | -0/+65 |
| * | all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments | Russ Cox | 2022-04-05 | 1 | -4/+4 |
| * | all: use new "unix" build tag where appropriate | Ian Lance Taylor | 2022-03-29 | 1 | -1/+1 |
| * | internal/testenv: add GOROOT and use it to fix tests broken with -trimpath | Bryan C. Mills | 2022-03-18 | 1 | -1/+100 |
| * | testenv: kill subprocess if SIGQUIT doesn't do it | Austin Clements | 2021-12-12 | 1 | -0/+7 |
| * | testenv: abstract run-with-timeout into testenv | Austin Clements | 2021-12-12 | 3 | -0/+77 |
| * | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox | 2021-10-28 | 2 | -2/+0 |
| * | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 2 | -0/+2 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 1 | -2/+1 |
| * | cmd/go: use internal/testenv instead of computing canRun and skipExternal ad-hoc | Bryan C. Mills | 2020-10-28 | 1 | -0/+20 |
| * | cmd/link: enable internal linking by default on darwin/arm64 | Cherry Zhang | 2020-10-28 | 1 | -1/+1 |
| * | all: enable more tests on macOS/ARM64 | Cherry Zhang | 2020-10-09 | 1 | -14/+30 |
| * | all: add GOOS=ios | Cherry Zhang | 2020-09-23 | 1 | -3/+3 |
| * | all: remove scattered remnants of darwin/arm | Austin Clements | 2020-04-08 | 1 | -3/+3 |
| * | Revert "cmd/go: fail if a test binary exits with no output" | Bryan C. Mills | 2019-10-09 | 1 | -9/+0 |
| * | cmd/go: fail if a test binary exits with no output | Daniel Martí | 2019-10-09 | 1 | -0/+9 |
| * | all: remove the nacl port (part 1) | Brad Fitzpatrick | 2019-10-09 | 2 | -7/+5 |
| * | cmd/go: add go command known variables to test cache hash | LE Manh Cuong | 2019-07-15 | 1 | -0/+7 |
| * | cmd/go: in tests, don't assume that the 'git' binary is present | Bryan C. Mills | 2019-06-10 | 1 | -0/+19 |
| * | internal/testenv: remove SetModVendor | Bryan C. Mills | 2019-03-08 | 1 | -26/+0 |
| * | all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st... | Bryan C. Mills | 2019-03-05 | 1 | -0/+26 |
| * | all: skip unsupported tests for js/wasm | Richard Musiol | 2018-04-30 | 1 | -3/+6 |
| * | all: drop support for Windows Vista or below (Windows XP) | Mikio Hara | 2018-02-15 | 2 | -13/+0 |
| * | internal/testenv: introduce IsWindowsXP | Alex Brainman | 2017-12-10 | 2 | -0/+13 |
| * | internal/testenv: mark SkipFlaky and SkipFlakyNet as helpers | Alex Brainman | 2017-11-04 | 1 | -0/+2 |