aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/test.go
AgeCommit message (Expand)Author
2022-07-29cmd/dist: always pass -short=true with -quickIan Lance Taylor
2022-07-21cmd/dist: enable race detector test on S390XCherry Mui
2022-06-16cmd/dist: add package . to 'go test' commandsBryan C. Mills
2022-06-10cmd/dist, cmd/internal/metadata: don't install metadata binaryCherry Mui
2022-05-19cmd/dist: pass a -test.timeout option to a host testIan Lance Taylor
2022-05-06cmd/link: fix handling of visibility hidden symbolsCherry Mui
2022-05-02os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-05-01cmd/dist: support dist tool for loong64Xiaodong Liu
2022-04-29Revert "os/exec: return error when PATH lookup would use current directory"Bryan Mills
2022-04-29os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-25cmd/dist: add maymorestack testsAustin Clements
2022-04-05cmd/dist: move more environment logic into cmd/dist from make and run scriptsBryan C. Mills
2022-04-01cmd/dist: enable msan/asanMeng Zhuo
2022-03-18cmd/go: stamp build settings for binaries in cmdBryan C. Mills
2022-03-08cmd/dist: log CPU model when testingMichael Pratt
2022-03-01all: avoid use of cmd/compile -G flag in testsMatthew Dempsky
2022-02-08cmd/dist: test cgo internal linking on darwin-arm64Cherry Mui
2022-02-07cmd/dist: skip internal linking tests on arm64Benny Siegert
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