summaryrefslogtreecommitdiff
path: root/src/cmd/dist/test.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/dist: add -json flagAustin Clements2023-05-171-14/+82
* cmd/dist: refactor rtPreFunc to print skips in only one placeAustin Clements2023-05-171-21/+22
* cmd/dist: make it possible to filter output of background commandsAustin Clements2023-05-171-18/+24
* cmd/dist: simplify work list functionsAustin Clements2023-05-171-27/+6
* cmd/dist: introduce test variantsAustin Clements2023-05-161-33/+79
* cmd/dist: put cgo tests under a "Testing cgo" headingAustin Clements2023-05-161-26/+24
* cmd/dist: refactor adding to the test list into a methodAustin Clements2023-05-161-103/+92
* cmd/dist: use registerStdTestSpecially for normal Go tests onlyDmitri Shuralyov2023-05-121-3/+0
* cmd/cgo/internal/testsanitizers: build on all platformsAustin Clements2023-05-121-5/+1
* internal/testdir: move to cmd/internal/testdirDmitri Shuralyov2023-05-121-2/+2
* cmd/dist: drop goTest.dirAustin Clements2023-05-121-29/+23
* test/bench: deleteAustin Clements2023-05-121-5/+0
* misc/reboot: move to cmd/internal/bootstrap_testAustin Clements2023-05-121-7/+0
* cmd/dist: drop host test supportAustin Clements2023-05-121-111/+15
* cmd/dist,internal/testdir: more cooperative host test mechanismAustin Clements2023-05-121-9/+26
* misc/swig: move tests to cmd/cgo/internalAustin Clements2023-05-121-3/+0
* misc/swig: restructure as a driverAustin Clements2023-05-121-94/+2
* misc/cgo: move registerCgoTests tests to cmd/cgo/internalAustin Clements2023-05-121-10/+13
* misc/cgo: move easy tests to cmd/cgo/internalAustin Clements2023-05-121-13/+27
* cmd/dist,internal: enable buildmode=c-archive for linux/loong64Guoqi Chen2023-04-271-1/+1
* cmd/dist: actually only compile tests with -compile-onlyAustin Clements2023-04-251-3/+1
* cmd/internal/sys, cmd/dist, misc/cgo/testcshared: enable c-shared feature and...limeidan2023-04-121-1/+1
* cmd/compile, cmd/dist, internal: enable buildmode=pie for linux/loong64WANG Xuerui2023-04-101-1/+1
* internal: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-071-0/+3
* cmd: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-061-4/+12
* cmd/dist: skip static linking tests for linux boringcryptoIan Lance Taylor2023-04-051-0/+11
* hash/maphash: add purego implementationCuong Manh Le2023-02-281-0/+6
* cmd/dist, test: convert test/run.go runner to a cmd/go testDmitri Shuralyov2023-02-281-45/+21
* cmd/dist: use a copy of platform.BuildModeSupportedIan Lance Taylor2023-02-131-68/+93
* cmd/dist: remove windows-amd64-2008 code pathqmuntal2023-02-101-8/+1
* cmd/dist,internal/platform: reenable the c-archive build mode on iosBryan C. Mills2023-02-011-1/+1
* cmd/dist, internal/platform: remove some target modes that failIan Lance Taylor2023-02-011-2/+2
* cmd/dist, internal/platform: test agreement on supported build modesIan Lance Taylor2023-01-311-17/+14
* cmd/link, cmd/dist, internal/platform: consolidate c-archive supportIan Lance Taylor2023-01-311-6/+18
* cmd/dist: test goos, not gohostos, in tester.extLinkIan Lance Taylor2023-01-311-1/+1
* cmd/dist: leave cgo enabled if external linking is requiredBryan C. Mills2023-01-311-4/+4
* cmd/dist: skip rebuilding packages during builder testingBryan C. Mills2023-01-301-32/+10
* cmd/dist: restore the original GOCACHE before building std and cmdBryan C. Mills2023-01-261-11/+0
* cmd/dist: require absolute path to executable in flattenCommandLineBryan C. Mills2023-01-261-7/+18
* cmd/dist: consistently use $GOROOT/bin/go instead of just "go"Bryan C. Mills2023-01-261-16/+13
* cmd/dist: mark linux/sparc64 as a broken port, remove incomplete mapDmitri Shuralyov2023-01-201-6/+0
* cmd/dist: remove GOTESTONLY environment variableDmitri Shuralyov2023-01-201-1/+1
* cmd/dist: remove hardcoded timeout scale for arm and mips{,le,64,64le}Dmitri Shuralyov2023-01-201-6/+0
* cmd/dist: make toolchain build reproducibleRuss Cox2023-01-171-13/+14
* run.bash, cmd/dist: document GO_TEST_SHORT and GO_TEST_TIMEOUT_SCALEDmitri Shuralyov2022-12-061-6/+0
* cmd/api: rewrite as package testRuss Cox2022-11-281-14/+3
* cmd/dist: revise skip sequence added in CL 452763Than McIntosh2022-11-221-10/+13
* cmd/dist: skip -race w/ external linkage on windows 2008Than McIntosh2022-11-221-8/+12
* cmd/dist: skip the staleness check for 'cmd' when testing on aix-ppc64Bryan C. Mills2022-11-221-2/+10
* cmd/dist: update to assume Go 1.17.13 as minimal Go bootstrap versionMartin Möhrmann2022-11-211-8/+15