aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/test.go
AgeCommit message (Expand)Author
2023-05-12misc/swig: move tests to cmd/cgo/internalAustin Clements
2023-05-12misc/swig: restructure as a driverAustin Clements
2023-05-12misc/cgo: move registerCgoTests tests to cmd/cgo/internalAustin Clements
2023-05-12misc/cgo: move easy tests to cmd/cgo/internalAustin Clements
2023-04-27cmd/dist,internal: enable buildmode=c-archive for linux/loong64Guoqi Chen
2023-04-25cmd/dist: actually only compile tests with -compile-onlyAustin Clements
2023-04-12cmd/internal/sys, cmd/dist, misc/cgo/testcshared: enable c-shared feature and...limeidan
2023-04-10cmd/compile, cmd/dist, internal: enable buildmode=pie for linux/loong64WANG Xuerui
2023-04-07internal: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-06cmd: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-05cmd/dist: skip static linking tests for linux boringcryptoIan Lance Taylor
2023-02-28hash/maphash: add purego implementationCuong Manh Le
2023-02-28cmd/dist, test: convert test/run.go runner to a cmd/go testDmitri Shuralyov
2023-02-13cmd/dist: use a copy of platform.BuildModeSupportedIan Lance Taylor
2023-02-10cmd/dist: remove windows-amd64-2008 code pathqmuntal
2023-02-01cmd/dist,internal/platform: reenable the c-archive build mode on iosBryan C. Mills
2023-02-01cmd/dist, internal/platform: remove some target modes that failIan Lance Taylor
2023-01-31cmd/dist, internal/platform: test agreement on supported build modesIan Lance Taylor
2023-01-31cmd/link, cmd/dist, internal/platform: consolidate c-archive supportIan Lance Taylor
2023-01-31cmd/dist: test goos, not gohostos, in tester.extLinkIan Lance Taylor
2023-01-31cmd/dist: leave cgo enabled if external linking is requiredBryan C. Mills
2023-01-30cmd/dist: skip rebuilding packages during builder testingBryan C. Mills
2023-01-26cmd/dist: restore the original GOCACHE before building std and cmdBryan C. Mills
2023-01-26cmd/dist: require absolute path to executable in flattenCommandLineBryan C. Mills
2023-01-26cmd/dist: consistently use $GOROOT/bin/go instead of just "go"Bryan C. Mills
2023-01-20cmd/dist: mark linux/sparc64 as a broken port, remove incomplete mapDmitri Shuralyov
2023-01-20cmd/dist: remove GOTESTONLY environment variableDmitri Shuralyov
2023-01-20cmd/dist: remove hardcoded timeout scale for arm and mips{,le,64,64le}Dmitri Shuralyov
2023-01-17cmd/dist: make toolchain build reproducibleRuss Cox
2022-12-06run.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_TIMEOUT_SCALEDmitri Shuralyov
2022-11-28cmd/api: rewrite as package testRuss Cox
2022-11-22cmd/dist: revise skip sequence added in CL 452763Than McIntosh
2022-11-22cmd/dist: skip -race w/ external linkage on windows 2008Than McIntosh
2022-11-22cmd/dist: skip the staleness check for 'cmd' when testing on aix-ppc64Bryan C. Mills
2022-11-21cmd/dist: update to assume Go 1.17.13 as minimal Go bootstrap versionMartin Möhrmann
2022-11-17cmd/dist: skip non-race testsAustin Clements
2022-11-16cmd/dist: simplify old codeAustin Clements
2022-11-16cmd/dist: convert host tests to use goTestAustin Clements
2022-11-16cmd/dist: convert most remaining tests to use goTestAustin Clements
2022-11-16cmd/dist: restructure cgo_testAustin Clements
2022-11-16cmd/dist: make registerTest take a goTestAustin Clements
2022-11-16cmd/dist: use goTest for manual go test invocationsAustin Clements
2022-11-16cmd/dist: introduce "go test" abstractionAustin Clements
2022-11-16cmd/go: make testterminal18153 a normal testAustin Clements
2022-11-16cmd/dist: eliminate "time" special caseAustin Clements
2022-11-16cmd/dist: eliminate registerSeqTestAustin Clements
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