aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.go
AgeCommit message (Expand)Author
2021-09-20[dev.fuzz] all: merge master (af72ddf) into dev.fuzzKatie Hockman
2021-09-16testing: skip panics when picking the line number for decorationCaleb Spare
2021-09-15[dev.fuzz] testing: fix internal error exit condition for fuzz workersJay Conrod
2021-09-15[dev.fuzz] testing: adjust -fuzz multiple match stdoutKatie Hockman
2021-09-10[dev.fuzz] testing: F.Setenv plus various fixes and revisionsJay 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-07-27testing: clarify T.Name returns a distinct name of the running testChangkun Ou
2021-07-15testing: clarify in docs that TestMain is advancedMatt T. Proud
2021-07-01testing: add TB.SetenvRuss Cox
2021-06-28[dev.fuzz] all: merge master (c95464f) into dev.fuzzKatie Hockman
2021-06-24[dev.fuzz] testing: report T.Deadline when running seed valuesJay Conrod
2021-06-17testing: drop unusual characters from TempDir directory nameTobias Klauser
2021-06-15[dev.fuzz] testing: convert seed corpus values where possibleKatie Hockman
2021-05-27[dev.fuzz] internal/fuzz,testing: treat panics as recoverableRoland Shoemaker
2021-05-19[dev.fuzz] internal/fuzz: make minimization tests more reliableJay Conrod
2021-05-19[dev.fuzz] cmd/go/internal/test,testing: add documentation about fuzzingKatie Hockman
2021-05-19[dev.fuzz] internal/fuzz: move coverage capture closer to functionRoland Shoemaker
2021-05-17[dev.fuzz] all: merge master (d137b74) into dev.fuzzKatie Hockman
2021-04-28testing: add -shuffle=off|on|N to alter the execution order of tests and benc...Paschalis Tsilias
2021-04-27testing: document that TestMain can be used with benchmarksJulien Tant
2021-04-19testing: remove data races so that parallel benchmarks can safely call .Fatal...Michael Fraenkel
2021-04-09[dev.fuzz] testing: support T.Parallel in fuzz functionsJay Conrod
2021-04-09[dev.fuzz] testing: let -fuzztime specify a number of executionsJay Conrod
2021-04-02testing: clarify when Cleanup is calledCarlo Alberto Ferraris
2021-03-24testing: update permitted number of -race goroutinesIan Lance Taylor
2021-03-19testing: allow parallel-subtest goroutines to exit when the subtest is completeBryan C. Mills
2021-03-19[dev.fuzz] testing: print logs and error messages when fuzzingKatie Hockman
2021-03-19testing: update helperNames just before checking itTao Qingyun
2021-03-10testing: fix typo in a commentfanzha02
2021-03-09[dev.fuzz] testing: use exit status 70 for worker errors (not crashes)Jay Conrod
2021-03-05testing: add TB.SetenvAlexey Vilenski
2021-03-04[dev.fuzz] testing: only let workers run fuzz targetsKatie Hockman
2021-02-24testing: print late arriving log line in panicJosh Bleecher Snyder
2021-02-23[dev.fuzz] testing,internal/fuzz: support structured inputsKatie Hockman
2021-02-10[dev.fuzz] testing: move inFuzzFn checks from common to FJay Conrod
2021-02-10[dev.fuzz] internal/fuzz: make RunFuzzWorker accept CorpusEntryJay Conrod
2021-02-03[dev.fuzz] internal/fuzz: refactor CorpusEntry typeJay Conrod
2020-12-23[dev.fuzz] cmd/go: implement -fuzztime flag and support cancellationJay Conrod
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-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-04[dev.fuzz] internal/fuzzing: handle and report crashersKatie Hockman
2020-12-04[dev.fuzz] testing: fix duplicate logging when fuzzingKatie Hockman
2020-12-04[dev.fuzz] testing: read corpus from testdata/corpus for each targetKatie Hockman
2020-12-04[dev.fuzz] internal/fuzz: coordinate fuzzing across workersJay Conrod
2020-12-04[dev.fuzz] testing: panic if certain testing.F functions are called in Fuzz funcKatie Hockman
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-11testing: reduce memory allocation in HelperBryan Boreham