aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Expand)Author
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
2021-06-07[dev.fuzz] internal/fuzz: add additional debug loggingRoland Shoemaker
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-05-07[dev.fuzz] testing,internal/fuzz: prevent unbounded memory growthRoland Shoemaker
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-21io/fs: document that caller can modify slice returned by ReadFileIan Lance Taylor
2021-04-19testing: remove data races so that parallel benchmarks can safely call .Fatal...Michael Fraenkel
2021-04-09[dev.fuzz] internal/fuzz: move CoordinateFuzzing args into struct typeJay Conrod
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-09[dev.fuzz] internal/fuzz: improve cancellation in worker event loopsJay Conrod
2021-04-09[dev.fuzz] internal/fuzz: don't count time spent loading corpusJay Conrod
2021-04-07embed, testing/fstest: small optimization for ReadDir徐志伟
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
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-12Revert "testing/fstest: test that ReadDirFile on a non-dir fails"Josh Bleecher Snyder
2021-03-11testing/fstest: clarify TestFS docsJosh Bleecher Snyder
2021-03-11testing/fstest: test that ReadDirFile on a non-dir failsJosh Bleecher Snyder
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-09[dev.fuzz] testing, internal/fuzz: multiple small fixesJay Conrod
2021-03-05testing: add TB.SetenvAlexey Vilenski
2021-03-04[dev.fuzz] testing: only let workers run fuzz targetsKatie Hockman
2021-02-25testing/fstest: treat dash specially when building globIan Lance Taylor
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-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19[dev.fuzz] all: merge master (7764ee5) into dev.fuzzKatie Hockman
2021-02-10[dev.fuzz] testing: make F.Fuzz more similar to T.RunJay Conrod
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-10[dev.fuzz] testing/internal/testdeps: use signal.NotifyContextJay Conrod
2021-02-05testing/fstest: avoid symlink-induced failures in testerRuss Cox
2021-02-03[dev.fuzz] internal/fuzz: refactor CorpusEntry typeJay Conrod
2021-01-15[dev.fuzz] internal/fuzz: handle SIGINT races gracefullyJay Conrod
2021-01-14[dev.fuzz] internal/fuzz: fix context cancellation for coordinatorKatie Hockman