aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/test.go
AgeCommit message (Expand)Author
2022-01-14Revert "cmd/dist: log CPU model when testing"Michael Pratt
2022-01-14cmd/dist: log CPU model when testingMichael Pratt
2021-12-07cmd/dist: enable plugin test on Linux/ARM64Cherry Mui
2021-11-06crypto/x509: use the platform verifier on iOSRoland Shoemaker
2021-11-05cmd/link: enable internal linking of PIE binaries on ppc64lePaul E. Murphy
2021-11-03all: add support for c-archive and c-shared on linux/riscv64Joel Sing
2021-10-29Revert "cmd/go: remove support for -buildmode=shared"Bryan C. Mills
2021-10-27cmd/go: remove support for -buildmode=sharedBryan C. Mills
2021-10-12cmd/dist: run a checkNotStale on the builders before running testsBryan C. Mills
2021-09-30cmd/dist: consistently set PWD when executing a command in a different directoryBryan C. Mills
2021-09-09cmd/link: enable internal linker in more cases for ppc64lePaul E. Murphy
2021-08-14cmd/dist: remove tests using the typeparams build tagRobert Findley
2021-07-02cmd/dist: correct comment: SysProcAttri -> SysProcAttrkomisan19
2021-06-30cmd/dist: pass -Wno-unknown-warning-option in swig_callback_ltoIan Lance Taylor
2021-06-14cmd/internal/sys: mark windows/arm64 as c-shared-capableJason A. Donenfeld
2021-06-07cmd/dist: pass -Wno-lto-type-mismatch in swig_callback_ltoIan Lance Taylor
2021-06-01cmd/link, cmd/cgo: support -flto in CFLAGSIan Lance Taylor
2021-05-04cmd/dist,cmd/go: set GOTRACEBACK to "system" for testingMichael Anthony Knyszek
2021-05-03cmd/dist: disable misc/cgo/testsanitizers on ppc64leLynn Boger
2021-04-23cmd/dist: enable cgo on windows/arm64Russ Cox
2021-04-14cmd/dist: add tests using the typeparams build tagRob Findley
2021-03-11cmd/dist: refactor test constraints for misc/cgo/testsantizersfanzha02
2021-02-23runtime: enable race detector on openbsd/amd64Joel Sing
2021-02-17[dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley
2021-02-17[dev.typeparams] cmd/dist: disable -G=3 on the std go tests for nowDan Scales
2021-02-16doc: remove all docs not tied to distributionRuss Cox
2021-01-20[dev.typeparams] cmd/dist: add -G=3 test coverageMatthew Dempsky
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-11-09crypto/x509: drop the cgo implementation of root_darwin_amd64.goFilippo Valsorda
2020-11-04cmd/dist: enable additional cgo tests on openbsd architecturesJoel Sing
2020-11-04cmd/compile,cmd/dist,cmd/go: enable pie buildmode for linux/riscv64Joel Sing
2020-11-03cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64Joel Sing
2020-10-30runtime, cmd: support race detector on darwin/arm64Cherry Zhang
2020-10-29Revert "cmd/compile,cmd/internal/sys: enable additional build modes on linux/...Joel Sing
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