]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] internal/fuzz: small bug fixes and refactors to minimization
authorKatie Hockman <katie@golang.org>
Tue, 6 Apr 2021 19:33:55 +0000 (15:33 -0400)
committerKatie Hockman <katie@golang.org>
Wed, 7 Apr 2021 14:58:04 +0000 (14:58 +0000)
commit161439fec01692d4111fd4bd0eb0d3416ec8d594
treefa488c700514c94890c649ae5ae1c6b8c7fd84d0
parentb975d0baa0e0d4a733c4f5ff86ed81514deb53b2
[dev.fuzz] internal/fuzz: small bug fixes and refactors to minimization

This fixes a few issues that were being masked since
log statements weren't being printed to stdout. Now
that they are, fix the bugs, and update the tests.

Also includes a few small refactors which will make
minimizing non-recoverable errors easier.

Change-Id: Ie2fd2e5534b3980317e1e1f3fd8e04750988c17f
Reviewed-on: https://go-review.googlesource.com/c/go/+/307810
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/testdata/script/test_fuzz_mutator.txt
src/internal/fuzz/worker.go