aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.go
AgeCommit message (Expand)Author
10 daysall: change from sort functions to slices functions where feasibleIan Lance Taylor
11 daysruntime/coverage: remove uses of //go:linknameRuss Cox
2024-05-02testing: improve the documentation around b.NJorropo
2024-04-26testing: use QueryPerformanceCounter on WindowsEgon Elbre
2024-03-26all: fix a large number of commentscui fliter
2024-03-22Revert "testing: add TB.SetGOMAXPROCS function"Ian Lance Taylor
2024-03-21testing: add TB.SetGOMAXPROCS functionsivchari
2023-11-30testing: remove tests from the running log while they are waiting on parallel...Bryan C. Mills
2023-11-27Revert "testing: simplify concurrency and cleanup logic"Lasse Folger
2023-11-21testing: simplify concurrency and cleanup logicBryan C. Mills
2023-11-08testing: add available godoc linkcui fliter
2023-11-06testing: correct comments on runCleanupEvan Jones
2023-10-25testing: use monotonic counts to attribute races in subtestsBryan C. Mills
2023-10-10testing: remove unnecessary TempDir implementation detail from its docVille Skyttä
2023-09-13testing: use strings.LastIndexAny in (*common).decorateTobias Klauser
2023-09-05testing: add doc to not call Init concurrentlygo101
2023-05-24Revert "testing: only report subtest races once"Bryan Mills
2023-05-24testing: only report subtest races onceIan Lance Taylor
2023-04-25cmd/dist: actually only compile tests with -compile-onlyAustin Clements
2023-03-13testing: add Testing functionIan Lance Taylor
2023-02-22testing: add -fullpath to go testHossein Zolfi
2022-12-23testing: rephrase the sentence about naming test filesAndrey Bozhko
2022-11-16testing: in TestRacyOutput, ensure that the Run calls complete before cleanupBryan C. Mills
2022-11-16testing: reject calls to Run within Cleanup callbacksChangkun Ou
2022-11-14testing: fix error message when a parallel Cleanup calls runtime.GoexitChangkun Ou
2022-11-03testing: add Get method for -test.v optionIan Lance Taylor
2022-11-01testing: print names of running tests on test timeoutRuss Cox
2022-10-28testing: change Error to Errorf in commentIan Lance Taylor
2022-10-26testing: fix many test2json inaccuraciesRuss Cox
2022-09-29testing: update description of SetenvNobuki Fujii
2022-09-28testing: fail if T.Setenv is called via T.Run in a parallel testNobuki Fujii
2022-09-28cmd/go: support new hybrid coverage instrumentationThan McIntosh
2022-09-16testing: allow go test -run=^$ testingRuss Cox
2022-09-16cmd/go, testing: add go test -skip flagRuss Cox
2022-08-30testing: increment tempDirSeq non-atomicallycuiweixie
2022-08-29testing: convert common.hasSub to atomic typecuiweixie
2022-08-29testing: explain using a _test packagebyarbrough
2022-08-29testing: convert numFailed to atomic typecuiweixie
2022-05-11Revert "testing: document -race goroutine limits"Keith Randall
2022-04-11all: gofmt main repoRuss Cox
2022-04-08all: consistently use US spelling of present participlesDaniel Martí
2022-03-03testing: include ERROR_SHARING_VIOLATION in Windows cleanup retriesBryan C. Mills
2022-02-04testing: remove TODO and link to fuzz docsKatie Hockman
2021-12-14testing: retry spurious errors from RemoveAll for temp directoriesBryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-22testing: mention that TB also covers the new type FBharath Kumar Uppala
2021-11-11all: update terminology for fuzzingKatie Hockman
2021-10-25testing: skip extra -count iterations if there are no testsMichael Pratt
2021-10-25testing: reference benchmark format specAustin Clements
2021-10-19testing: don't allow f.Log/Logf or f.Skipped inside f.FuzzKatie Hockman