aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/test.go
AgeCommit message (Expand)Author
2022-06-29[release-branch.go1.17] cmd/dist: test cgo internal linking on darwin-arm64Cherry Mui
2022-06-29[release-branch.go1.17] cmd/dist: skip internal linking tests on arm64Benny Siegert
2022-05-23[release-branch.go1.17] cmd/dist: consistently set PWD when executing a comma...Bryan C. Mills
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
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