aboutsummaryrefslogtreecommitdiff
path: root/src/testing
AgeCommit message (Expand)Author
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
2021-01-08testing/fstest,os: clarify racy behavior of TestFSAustin Clements
2021-01-04testing/fstest: fix typo in error messageDrGo
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.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/fuzzing: handle and report crashersKatie Hockman
2020-12-04[dev.fuzz] testing: fix duplicate logging when fuzzingKatie Hockman
2020-12-04[dev.fuzz] internal/fuzz: send inputs to workers with shared memoryJay Conrod
2020-12-04[dev.fuzz] testing: cleanup a few small thingsKatie Hockman
2020-12-04[dev.fuzz] testing: read corpus from testdata/corpus for each targetKatie Hockman
2020-12-04[dev.fuzz] testing: remove testing.RunFuzzTargetsKatie Hockman
2020-12-04[dev.fuzz] internal/fuzz: coordinate fuzzing across workersJay Conrod
2020-12-04[dev.fuzz] testing: exit after f.Fuzz functionKatie Hockman
2020-12-04[dev.fuzz] testing: panic if certain testing.F functions are called in Fuzz funcKatie Hockman
2020-12-04[dev.fuzz] testing: implement F.Fuzz to run seed corpusKatie Hockman
2020-12-04[dev.fuzz] testing: add support for testing.F.Add of []byteKatie Hockman
2020-12-04[dev.fuzz] testing: small cleanup to running targetsKatie 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-12-04io/fs: add SubRuss Cox
2020-11-11testing: reduce memory allocation in HelperBryan Boreham
2020-11-07testing: increase benchmark output to four significant figuresAustin Clements
2020-10-23io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox
2020-10-20testing: print cpu type as label for benchmarksMartin Möhrmann
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox