aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/test.go
AgeCommit message (Expand)Author
2022-11-16cmd/dist: add doc comments to some functionsAustin Clements
2022-11-16cmd/dist: add curiously missing GOOS/GOARCH combinationsAustin Clements
2022-11-04cmd/dist: simplify cgo_testAustin Clements
2022-11-01test/bench/go1: eliminate start-up timeAustin Clements
2022-10-28cmd/go: don't install most GOROOT .a files in pkgMichael Matloob
2022-10-17misc/cgo/fortran: convert to Go testAustin Clements
2022-10-17misc/cgo/testsigfwd: move to runtime/testprog/testprogcgoAustin Clements
2022-10-14misc/cgo/testasan: drop testAustin Clements
2022-10-14cmd/dist: drop support for pre-compiled test binariesAustin Clements
2022-10-14cmd/dist, misc/cgo/testsanitizers: enable msan tests on freebsd/amd64Dmitri Goutnik
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-10-01cmd/go: remove the -i build flagDaniel Martí
2022-09-28cmd/dist: test cmd module on js/wasmTobias Klauser
2022-09-28cmd/dist: enable cgo tests on freebsd/riscv64Mikael Urankar
2022-09-27all: replace [0-9] with \d in regexpsTomCao New Macbook Pro
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-08-31cmd/dist: disable cgo when testing internal linking of PIECuong Manh Le
2022-08-26runtime: add address sanitizer support for ppc64leArchana R
2022-08-18cmd/dist: enable testsanitizer test on ppc64leLynn Boger
2022-08-17all: use "noopt" build tag for checking optimization disabledCuong Manh Le
2022-08-09test: skip -buildmode=pie tests on alpineThan McIntosh
2022-08-05cmd/dist: do not run on ppc64leRuss Cox
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