aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Expand)Author
2022-01-10testing: only snapshot coverage during fuzzingRoland Shoemaker
2022-01-06testing: fix deadlock with t.Parallel in testing seed corpusKatie Hockman
2021-12-20all: fix spelling errors found by misspellDan Kortschak
2021-12-15all: fix typo in commentichxxx
2021-12-14testing: retry spurious errors from RemoveAll for temp directoriesBryan C. Mills
2021-12-13testing: update docs for fuzzcachedirKatie Hockman
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-27testing: simplify fuzzResult.String to avoid unnecessarily using fmt.Sprintfsivchari
2021-11-22testing: mention that TB also covers the new type FBharath Kumar Uppala
2021-11-11all: update terminology for fuzzingKatie Hockman
2021-11-09testing: remove package from fuzz crasher messageKatie Hockman
2021-11-01testing: reduce memory used by subtest namesBryan C. Mills
2021-10-31testing: remove redundant type conversionAlexander Melentyev
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
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
2021-10-19testing: write output to buffer when fuzzingKatie Hockman
2021-10-12testing: don't create unique subtest names while fuzzingJay Conrod
2021-10-12testing: fix -run behavior with fuzz testsKatie Hockman
2021-10-07testing: with -benchtime=1x, run the benchmark loop exactly onceCaleb Spare
2021-10-05testing: document f.Fuzz requirement to not change underlying dataKatie Hockman
2021-09-24testing: address feedback for dev.fuzz mergeJay Conrod
2021-09-22internal/fuzz: allocate memory for mutated stringsRoland Shoemaker
2021-09-21testing, cmd/go: clarify documentationJay Conrod
2021-09-20[dev.fuzz] all: merge master (af72ddf) into dev.fuzzKatie Hockman
2021-09-20[dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possi...Katie Hockman
2021-09-16testing: skip panics when picking the line number for decorationCaleb Spare
2021-09-16[dev.fuzz] internal/fuzz: rework default test behavior before fuzzingKatie Hockman
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-10[dev.fuzz] testing: allow -fuzzminimizetime to be 0Katie Hockman
2021-09-10testing: increase alternation precedenceEthan Reesor
2021-09-10[dev.fuzz] testing: move corpus from testdata/corpus to testdata/fuzzKatie Hockman
2021-09-09[dev.fuzz] all: merge master (65f0d24) into dev.fuzzJay Conrod
2021-09-02[dev.fuzz] internal/fuzz: don't store corpus in memoryRoland Shoemaker
2021-09-01[dev.fuzz] cmd/go: stream output when fuzzingJay Conrod
2021-08-16testing/fstest: allow specifying file for "." in MapFSJosh Bleecher Snyder
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-28[dev.fuzz] internal/fuzz: use scratch []byte for mutationsKatie Hockman
2021-06-24[dev.fuzz] testing: report T.Deadline when running seed valuesJay Conrod
2021-06-23[dev.fuzz] testing: capture coverage even if tRunner failedRoland Shoemaker
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-06-07[dev.fuzz] testing: fix documentation for fuzzminimizetimeKatie Hockman