aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Expand)Author
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
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