aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/test.go
AgeCommit message (Expand)Author
14 hoursslices: add iterator-related functionsIan Lance Taylor
6 dayscmd/dist,internal/platform: temporarily disable race detector on openbsd/amd64Joel Sing
2024-03-26all: fix a large number of commentscui fliter
2024-03-23cmd/dist: avoid CPU underutilization starting from GOMAXPROCS=2 runtimeqiulaidongfeng
2024-03-16cmd/dist,cmd/link: enable PIE buildmode on openbsd/arm64Joel Sing
2024-03-06cmd/dist: fix typo in commentguoguangwu
2024-03-04crypto: use and test purego tag consistentlyFilippo Valsorda
2024-02-28cmd/dist: let the three runtime -quick tests run simultaneouslyqiulaidongfeng
2024-01-24src/cmd/relnote, doc/next: add release note checkJonathan Amsterdam
2023-12-06iter, runtime: add coroutine supportRuss Cox
2023-11-21cmd/dist, cmd/link, internal, runtime: implement buildmode=plugin for linux/l...WANG Xuerui
2023-10-06cmd/dist: emphasize when all tests are excludedDmitri Shuralyov
2023-07-28cmd/dist: update isUnsupportedVMASize test skipDmitri Shuralyov
2023-07-28cmd/dist: handle -json flag in runPending (clean up)Dmitri Shuralyov
2023-07-28cmd/dist: handle -json flag in runPending (minimal)Dmitri Shuralyov
2023-07-27cmd/dist: skip testing packages without tests in short test modeDmitri Shuralyov
2023-07-27cmd/dist: test all 'std cmd' packages, even ones without _test.go filesDmitri Shuralyov
2023-07-21cmd/dist: apply timeout scale even if timeout isn't overriddenDmitri Shuralyov
2023-07-21runtime: fix debug non-concurrent sweep mode after activeSweep changesMichael Anthony Knyszek
2023-05-25cmd/dist: drop wasitest from special listAustin Clements
2023-05-25runtime: implement wasip1 netpollChris O'Hara
2023-05-24cmd/dist: make two related panic messages more consistentDmitri Shuralyov
2023-05-19cmd/dist: use "pkg[:variant]" as dist test nameDmitri Shuralyov
2023-05-19cmd/dist: remove unused functionalityAustin Clements
2023-05-19cmd/dist: delete moved_goroot testAustin Clements
2023-05-19cmd/dist: flush incomplete lines in -json modeAustin Clements
2023-05-19cmd/dist: drop remaining conditions on default cgo testsAustin Clements
2023-05-19cmd/cgo/internal/testnocgo: always run in default configurationAustin Clements
2023-05-19cmd/cgo/internal/testtls: build and run everywhereAustin Clements
2023-05-19cmd/dist: don't pass -linkmode=autoAustin Clements
2023-05-19cmd/dist: let several cgo tests run as regular cmd testsAustin Clements
2023-05-19cmd/dist: refine test conditions and enable more cgo tests on Android, iOSAustin Clements
2023-05-19cmd/dist: enable more cgo tests if GO_GCFLAGS != ""Austin Clements
2023-05-18cmd/dist: tweaks to -json modeAustin Clements
2023-05-17cmd/dist: add -json flagAustin Clements
2023-05-17cmd/dist: refactor rtPreFunc to print skips in only one placeAustin Clements
2023-05-17cmd/dist: make it possible to filter output of background commandsAustin Clements
2023-05-17cmd/dist: simplify work list functionsAustin Clements
2023-05-16cmd/dist: introduce test variantsAustin Clements
2023-05-16cmd/dist: put cgo tests under a "Testing cgo" headingAustin Clements
2023-05-16cmd/dist: refactor adding to the test list into a methodAustin Clements
2023-05-12cmd/dist: use registerStdTestSpecially for normal Go tests onlyDmitri Shuralyov
2023-05-12cmd/cgo/internal/testsanitizers: build on all platformsAustin Clements
2023-05-12internal/testdir: move to cmd/internal/testdirDmitri Shuralyov
2023-05-12cmd/dist: drop goTest.dirAustin Clements
2023-05-12test/bench: deleteAustin Clements
2023-05-12misc/reboot: move to cmd/internal/bootstrap_testAustin Clements
2023-05-12cmd/dist: drop host test supportAustin Clements
2023-05-12cmd/dist,internal/testdir: more cooperative host test mechanismAustin Clements
2023-05-12misc/swig: move tests to cmd/cgo/internalAustin Clements