summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/test
Commit message (Expand)AuthorAgeFilesLines
* cmd/go/internal: update documentation of go test and go generateShogo Hida2023-05-101-0/+4
* cmd/go: simplify code that still assumed the build cache could be nilBrad Fitzpatrick2023-04-261-8/+0
* cmd/go: make go test build multiple executablesMaksadbek Akhmedov2023-02-271-21/+70
* cmd/go: enable vet directive analyzer during 'go test'Russ Cox2023-02-231-2/+3
* testing: add -fullpath to go testHossein Zolfi2023-02-223-0/+5
* cmd/go/internal/test: rewrite generate tests using the new maps packageBryan C. Mills2023-02-094-62/+83
* cmd/go/internal/test: refresh flagdefs.go and fix testBryan C. Mills2023-02-083-1/+5
* cmd/go/internal/test: scale the WaitDelay for test subprocessesBryan C. Mills2023-02-021-3/+33
* cmd/go: add and use cmd/go/internal/slices.ClipRuss Cox2023-01-301-1/+2
* cmd/go: use Cancel and WaitDelay to terminate test subprocessesBryan C. Mills2023-01-191-35/+37
* cmd/cover: fix problems with "go test -covermode=atomic sync/atomic"Than McIntosh2023-01-051-2/+5
* cmd/go: deflake TestScript/test2json_interruptBryan C. Mills2022-12-081-1/+1
* cmd/go: improve handling of os.DevNull on WindowsDamien Neil2022-11-091-2/+5
* cmd/go: print test2json start eventsRuss Cox2022-11-091-27/+61
* cmd/go: replace Action.Func with Action.ActorRuss Cox2022-11-081-6/+6
* testing: fix many test2json inaccuraciesRuss Cox2022-10-262-7/+44
* cmd/go/internal: use strings.Cutcui fliter2022-10-061-4/+2
* cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh2022-10-041-2/+2
* cmd/go: remove the -i build flagDaniel Martí2022-10-012-88/+2
* cmd/go: using strings.CutPrefix replace strings.HasPrefix and strings.TrimPrefixcuiweixie2022-09-291-2/+3
* cmd{cover,covdata,go}: better coverage for tests that build toolsThan McIntosh2022-09-291-0/+9
* cmd/go: support new hybrid coverage instrumentationThan McIntosh2022-09-284-211/+37
* cmd/go, testing: add go test -skip flagRuss Cox2022-09-163-0/+11
* cmd/go/internal/work: make NewBuilder safe for concurrent and repeated useBryan C. Mills2022-08-241-0/+8
* cmd/go: avoid registering AtExit handlers in testsBryan C. Mills2022-08-241-4/+12
* cmd/go: run tests when cmd/go is cross-compiledBryan C. Mills2022-08-181-1/+1
* cmd/go: add space after comma in 'go help test'Justin Traglia2022-07-251-1/+1
* cmd/go: place GOROOT/bin at the beginning of PATH in 'go generate' and 'go test'Bryan C. Mills2022-05-251-1/+6
* all: use os/exec instead of internal/execabsRuss Cox2022-05-023-3/+3
* Revert "cmd/go/internal/test: wrap os.Stdout always"Bryan Mills2022-04-211-5/+1
* cmd/go/internal/test: wrap os.Stdout alwaysAndrew Gerrand2022-04-211-1/+5
* all: gofmt main repoRuss Cox2022-04-111-0/+1
* cmd/go/internal/test: ensure that build.ToolDir is accurate in testsBryan C. Mills2022-03-181-0/+6
* cmd/go: set go.work path using GOWORK, and remove -workfile flagMichael Matloob2022-02-161-1/+0
* cmd/go: document -fuzzminimizetimeKatie Hockman2021-12-131-5/+13
* cmd/go: fix bug in using the workfile flag with testsMichael Matloob2021-11-241-1/+1
* cmd/go/internal/test: add dep from test pkg build to real pkg buildIan Lance Taylor2021-11-181-2/+23
* all: update terminology for fuzzingKatie Hockman2021-11-111-22/+21
* cmd/go: ensure that 'go test' prints the FAIL line for a package on a new lineBryan C. Mills2021-11-041-2/+12
* test: fix indentation for -shuffle help textSimon Law2021-11-041-5/+5
* cmd/go: disallow profile flags when using -fuzzRoland Shoemaker2021-11-021-0/+6
* cmd/go: document that tests must not write to their source modulesBryan C. Mills2021-10-291-1/+5
* cmd/go: disallow the -fuzz flag for tests outside the main moduleBryan C. Mills2021-10-281-5/+40
* cmd/go: consolidate fuzz-support checksBryan C. Mills2021-10-281-3/+9
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* cmd: move internal/str back to cmd/goRuss Cox2021-10-271-1/+1
* internal/fuzz: disconnect stdout and stderr from the workerKatie Hockman2021-09-291-2/+16
* cmd/go: prevent necessary GCFlag from being removedKatie Hockman2021-09-291-6/+4
* cmd/go: remove references to 'go help fuzz'Muhammad Falak R Wani2021-09-271-2/+0
* testing: address feedback for dev.fuzz mergeJay Conrod2021-09-241-1/+1