aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/test/test.go
AgeCommit message (Expand)Author
2021-09-20[dev.fuzz] all: merge master (af72ddf) into dev.fuzzKatie Hockman
2021-09-20[dev.fuzz] cmd/go: in 'go test' don't allow multiple packages with -fuzzJay Conrod
2021-09-15cmd/go: remove subcommand prefix from error messagesJay Conrod
2021-09-09[dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod
2021-09-01[dev.fuzz] cmd/go: stream output when fuzzingJay Conrod
2021-08-25[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgoMichael Matloob
2021-08-20[dev.fuzz] cmd/go: exclude additional packages from fuzzing instrumentationJay Conrod
2021-08-17cmd/go/internal/test: add an all sentinel to -vetColin Arnott
2021-08-17cmd/go: go test flag -failfast should be cacheablekezhao
2021-08-16cmd/go: add document -json in testflag180909
2021-08-13cmd/internal/str: move package from cmd/go/internal/strJay Conrod
2021-07-30[dev.cmdgo] cmd/internal/str: move package from cmd/go/internal/strJay Conrod
2021-07-26[dev.cmdgo] cmd/go: add the workspace modeMichael Matloob
2021-05-27[dev.fuzz] cmd/go/internal: instrument imports of the testKatie Hockman
2021-05-19[dev.fuzz] cmd/go/internal/test,testing: add documentation about fuzzingKatie Hockman
2021-05-17[dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman
2021-05-11[dev.fuzz] internal/fuzz: use coverage instrumentation while fuzzingKatie Hockman
2021-05-05cmd/go: don't crash when running "go version" in deleted directoryPhilipp Sauter
2021-05-04[dev.fuzz] cmd/go/internal/test: don't set default timeout when fuzzingKatie Hockman
2021-04-28testing: add -shuffle=off|on|N to alter the execution order of tests and benc...Paschalis Tsilias
2021-04-16cmd/go/internal/load: convert two global flags to an options structJay Conrod
2021-03-25cmd/go: add -benchtime to cacheable test flagsJohan Jansson
2021-03-23cmd/go: make -coverpkg=all skip test-only packagesDaniel Martí
2021-02-23cmd/go: resolve TODO by replacing InDir() functionAndy Pan
2021-02-19[dev.fuzz] all: merge master (7764ee5) into dev.fuzzKatie Hockman
2021-01-21all: introduce and use internal/execabsRoland Shoemaker
2020-12-21[dev.fuzz] internal/fuzz: read and write interesting values in fuzz cacheJay Conrod
2020-12-14[dev.fuzz] all: merge master into dev.fuzzKatie Hockman
2020-12-14cmd/go: refactor error reporting in internal/loadJay Conrod
2020-12-09all: update to use os.ReadDir where appropriateRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-04[dev.fuzz] internal/fuzz: coordinate fuzzing across workersJay Conrod
2020-12-04[dev.fuzz] testing: add script tests for fuzz targetsKatie Hockman
2020-12-04[dev.fuzz] testing: add basic go command support for fuzzingKatie Hockman
2020-11-09cmd/go: print deprecation messages for -iJay Conrod
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-09-22cmd/go/internal/modget: consolidate Load entrypointsBryan C. Mills
2020-08-27cmd/go, testing, os: fail test that calls os.Exit(0)Ian Lance Taylor
2020-08-20cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-18cmd/go: revert 3 CLs affecting par.Work, context propagation, tracingDmitri Shuralyov
2020-08-17cmd/go: do context propagation for tracing downloadsMichael Matloob
2020-08-17cmd/test2json: do not emit a final Action if the result is not knownBryan C. Mills
2020-08-17cmd/go: process -debug-trace flag for cmd/test and cmd/vetMichael Matloob
2020-08-17cmd/go: add tracing instrumentation to load.TestPackagesForMichael Matloob
2020-08-17cmd/go: propagate context into Action.Func callsMichael Matloob
2020-08-12cmd/go: propagate context into PackagesForBuild and Do for tracingMichael Matloob
2020-08-12cmd/go: add Context parameter to base.command.RunMichael Matloob
2020-07-06cmd/go: display test binary output if invoked with -helpIan Lance Taylor
2020-05-13cmd/go: enable stringintconv and ifaceassert vet checks by defaultsmasher164
2020-03-26cmd/go/internal/base: rename EnvForDir to AppendPWDBryan C. Mills