aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/test.go
AgeCommit message (Expand)Author
2020-10-28cmd/dist: use GOOS=ios for iOS simulator testCherry Zhang
2020-10-27cmd/dist: fix build failure of misc/cgo/test on arm64xd
2020-10-27cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64Joel Sing
2020-10-24cmd/dist: document why test fails on incomplete portsTobias Klauser
2020-10-20cmd/link: support cgo internal/linking on darwin/arm64Cherry Zhang
2020-10-18cmd/link: add support for external linking on linux/riscv64Joel Sing
2020-10-14cmd/link: support PIE internal linking on darwin/amd64Cherry Zhang
2020-10-06cmd/link: support C-shared buildmode on macOS/ARM64Cherry Zhang
2020-10-06cmd/link: support PIE on macOS/ARM64Cherry Zhang
2020-10-06cmd/link: support plugin on macOS/ARM64Cherry Zhang
2020-10-06cmd/dist: enable more tests on macOS/ARM64Cherry Zhang
2020-10-05cmd/dist: test c-archive mode on ios/arm64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-08-27cmd/cgo: ensure GCC does not use ANSI escape sequences in errorsBenjamin Barenblat
2020-08-18cmd/dist: use GO_TEST_SHORT value more consistentlyDmitri Shuralyov
2020-06-24crypto/x509: restore support for ios tag on darwin/amd64Filippo Valsorda
2020-06-09cmd/dist: do not unset GOROOT_FINAL prior to running testsBryan C. Mills
2020-04-24crypto/x509: add x509omitbundledroots build tag to not embed rootsBrad Fitzpatrick
2020-04-08all: remove scattered remnants of darwin/386Austin Clements
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-03-27cmd/dist: skip API check on plan9 buildersBryan C. Mills
2020-03-26cmd/dist: do not skip 'cmd' tests in race modeBryan C. Mills
2020-03-13Revert "misc/spectre: add spectre index test"Bryan C. Mills
2020-03-13misc/spectre: add spectre index testRuss Cox
2020-03-06cmd/dist: forward stderr if 'go env CGO_ENABLED' failsBryan C. Mills
2020-03-01cmd/go, cmd/link: implement -buildmode=pie on windowsAlex Brainman
2020-02-27cmd/dist: enable cgo and PIE tests on android/arm64Cherry Zhang
2020-02-21cmd/dist: test cgo internal linking PIECherry Zhang
2019-11-25misc: log 'ok' from 'go run' tests on successBryan C. Mills
2019-11-19cmd/dist: remove redundant 'go test -race' callBryan C. Mills
2019-11-19cmd/dist: remove extraneous '-i' from 'go test -race' commandBryan C. Mills
2019-11-18test: avoid writing temporary files to GOROOTBryan C. Mills
2019-11-15Revert "test: avoid writing temporary files to GOROOT"Bryan C. Mills
2019-11-15cmd/dist: skip GOCACHE and .git when making GOROOT read-onlyBryan C. Mills
2019-11-15cmd/dist: fix GOROOT permissions on failureBryan C. Mills
2019-11-15test: avoid writing temporary files to GOROOTBryan C. Mills
2019-11-15cmd/dist: when -compile-only is set, write binaries to os.DevNullBryan C. Mills
2019-11-14doc: convert remaining bash tests to GoBryan C. Mills
2019-11-13misc/cgo/testgodefs: convert test from bash to GoBryan C. Mills
2019-11-13cmd/dist: remove chatty log.PrintBryan C. Mills
2019-11-12cmd/dist: save and restore original permissions in makeGOROOTUnwritableBryan C. Mills
2019-11-11cmd/dist: write binaries to to GOTMPDIR instead of GOROOT in runHostTestBryan C. Mills
2019-11-02[dev.link] all: reenable cgo internal linking testsCherry Zhang
2019-11-01[dev.link] all: merge branch 'master' into dev.linkThan McIntosh
2019-10-29cmd/dist: don't run cmd tests on js/wasmBrad Fitzpatrick
2019-10-21[dev.link] cmd/dist: reenable shared library testsCherry Zhang
2019-10-16[dev.link] cmd: default to new object filesCherry Zhang
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-03plugin: add freebsd/amd64 plugin supportAyan George
2019-05-23cmd/dist: support using cross-compiled std test binaries for slow buildersBrad Fitzpatrick