aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/test_fuzz.txt
AgeCommit message (Expand)Author
2021-09-20[dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possi...Katie Hockman
2021-09-10[dev.fuzz] testing: move corpus from testdata/corpus to testdata/fuzzKatie Hockman
2021-09-08[dev.fuzz] internal/fuzz: fix panic when marshaling dataKatie Hockman
2021-06-15[dev.fuzz] testing: convert seed corpus values where possibleKatie Hockman
2021-05-04[dev.fuzz] internal/fuzz: don't panic if types changeKatie Hockman
2021-04-09[dev.fuzz] testing: let -fuzztime specify a number of executionsJay Conrod
2021-03-09[dev.fuzz] internal/fuzz: fix deadlock with multiple workersJay Conrod
2021-02-23[dev.fuzz] testing,internal/fuzz: support structured inputsKatie Hockman
2021-02-10[dev.fuzz] testing: make F.Fuzz more similar to T.RunJay Conrod
2021-02-10[dev.fuzz] cmd/go: call F.Fuzz from all fuzz script testsJay Conrod
2021-02-10[dev.fuzz] cmd/go: skip fuzz tests on unsupported platformsJay Conrod
2020-12-23[dev.fuzz] cmd/go: implement -fuzztime flag and support cancellationJay Conrod
2020-12-04[dev.fuzz] testing: read corpus from testdata/corpus for each targetKatie Hockman
2020-12-04[dev.fuzz] testing: exit after f.Fuzz functionKatie Hockman
2020-12-04[dev.fuzz] testing: fix error message checked in testsKatie 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: small cleanup to running targetsKatie Hockman
2020-12-04[dev.fuzz] testing: add script tests for fuzz targetsKatie Hockman