summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmd/go/internal/test: pass only analysis flags to vetZvonimir Pavlinovic2021-09-225-3/+149
* testing, cmd/go: clarify documentationJay Conrod2021-09-211-36/+18
* [dev.fuzz] all: merge master (af72ddf) into dev.fuzzKatie Hockman2021-09-202-2/+2
|\
| * cmd/go: remove subcommand prefix from error messagesJay Conrod2021-09-152-2/+2
* | [dev.fuzz] cmd/go: in 'go test' don't allow multiple packages with -fuzzJay Conrod2021-09-201-0/+3
* | [dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod2021-09-092-35/+58
|\ \ | |/
| * [dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgoMichael Matloob2021-08-252-34/+54
| |\
| | * cmd/go/internal/test: add an all sentinel to -vetColin Arnott2021-08-172-24/+39
| | * cmd/go: go test flag -failfast should be cacheablekezhao2021-08-171-10/+11
| | * cmd/go: add document -json in testflag1809092021-08-161-0/+4
| | * cmd/internal/str: move package from cmd/go/internal/strJay Conrod2021-08-131-1/+1
| * | [dev.cmdgo] cmd/internal/str: move package from cmd/go/internal/strJay Conrod2021-07-301-1/+1
| * | [dev.cmdgo] cmd/go: add the workspace modeMichael Matloob2021-07-262-0/+3
| |/
* | [dev.fuzz] cmd/go: stream output when fuzzingJay Conrod2021-09-011-2/+2
* | [dev.fuzz] cmd/go: exclude additional packages from fuzzing instrumentationJay Conrod2021-08-201-2/+9
* | [dev.fuzz] cmd/go/internal: instrument imports of the testKatie Hockman2021-05-271-3/+13
* | [dev.fuzz] internal/fuzz: make minimization tests more reliableJay Conrod2021-05-192-0/+2
* | [dev.fuzz] cmd/go/internal/test,testing: add documentation about fuzzingKatie Hockman2021-05-191-15/+63
* | [dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman2021-05-174-40/+88
|\ \ | |/
| * cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter2021-05-053-15/+22
| * testing: add -shuffle=off|on|N to alter the execution order of tests and benc...Paschalis Tsilias2021-04-283-0/+46
| * cmd/go/internal/load: convert two global flags to an options structJay Conrod2021-04-161-8/+7
| * cmd/go: add -benchtime to cacheable test flagsJohan Jansson2021-03-251-3/+4
| * cmd/go: make -coverpkg=all skip test-only packagesDaniel Martí2021-03-231-0/+6
| * cmd/go: resolve TODO by replacing InDir() functionAndy Pan2021-02-231-14/+3
| * all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* | [dev.fuzz] internal/fuzz: use coverage instrumentation while fuzzingKatie Hockman2021-05-111-0/+9
* | [dev.fuzz] cmd/go/internal/test: don't set default timeout when fuzzingKatie Hockman2021-05-041-1/+3
* | [dev.fuzz] testing: let -fuzztime specify a number of executionsJay Conrod2021-04-091-1/+1
* | [dev.fuzz] testing, internal/fuzz: multiple small fixesJay Conrod2021-03-091-0/+1
* | [dev.fuzz] all: merge master (7764ee5) into dev.fuzzKatie Hockman2021-02-193-5/+8
|\ \ | |/
| * all: introduce and use internal/execabsRoland Shoemaker2021-01-212-2/+2