summaryrefslogtreecommitdiff
path: root/src/testing/internal
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* [dev.fuzz] testing: convert seed corpus values where possibleKatie Hockman2021-06-151-0/+4
* [dev.fuzz] internal/fuzz: make minimization tests more reliableJay Conrod2021-05-191-9/+20
* [dev.fuzz] internal/fuzz: move coverage capture closer to functionRoland Shoemaker2021-05-191-0/+8
* [dev.fuzz] internal/fuzz: move CoordinateFuzzing args into struct typeJay Conrod2021-04-091-1/+10
* [dev.fuzz] testing: let -fuzztime specify a number of executionsJay Conrod2021-04-091-2/+2
* [dev.fuzz] internal/fuzz: don't count time spent loading corpusJay Conrod2021-04-091-10/+3
* [dev.fuzz] testing, internal/fuzz: multiple small fixesJay Conrod2021-03-091-1/+1
* [dev.fuzz] testing,internal/fuzz: support structured inputsKatie Hockman2021-02-231-4/+5
* [dev.fuzz] internal/fuzz: make RunFuzzWorker accept CorpusEntryJay Conrod2021-02-101-3/+3
* [dev.fuzz] testing/internal/testdeps: use signal.NotifyContextJay Conrod2021-02-101-16/+6
* [dev.fuzz] internal/fuzz: refactor CorpusEntry typeJay Conrod2021-02-031-2/+2
* [dev.fuzz] internal/fuzz: handle SIGINT races gracefullyJay Conrod2021-01-151-2/+2
* [dev.fuzz] internal/fuzz: fix context cancellation for coordinatorKatie Hockman2021-01-141-2/+1
* [dev.fuzz] cmd/go: implement -fuzztime flag and support cancellationJay Conrod2020-12-231-3/+46
* [dev.fuzz] internal/fuzz: read and write interesting values in fuzz cacheJay Conrod2020-12-211-2/+2
* [dev.fuzz] internal/fuzzing: handle and report crashersKatie Hockman2020-12-041-4/+4
* [dev.fuzz] testing: read corpus from testdata/corpus for each targetKatie Hockman2020-12-041-0/+4
* [dev.fuzz] internal/fuzz: coordinate fuzzing across workersJay Conrod2020-12-041-0/+9
* cmd/go, testing, os: fail test that calls os.Exit(0)Ian Lance Taylor2020-08-271-0/+5
* testing/internal/testdeps: delete didSetLogger variableDmitri Shuralyov2019-05-281-1/+0
* runtime/pprof: introduce "allocs" profileHana (Hyang-Ah) Kim2018-04-241-4/+0
* testing: do not crash when m.Run is called twice and -test.testlogfile is usedRuss Cox2017-12-141-5/+13
* cmd/go: invalidate cached test results if env vars or files changeRuss Cox2017-12-111-0/+62
* testing: print extra labels on benchmarksQuentin Smith2017-02-071-0/+7
* testing: introduce testing/internal/testdeps for holding testmain dependenciesRuss Cox2016-11-021-0/+51