]> Cypherpunks repositories - gostls13.git/commit
internal/fuzz: minimization should not reduce coverage
authorSteven Johnstone <steven.james.johnstone@gmail.com>
Thu, 10 Mar 2022 13:38:00 +0000 (13:38 +0000)
committerGopher Robot <gobot@golang.org>
Thu, 10 Mar 2022 23:06:14 +0000 (23:06 +0000)
commit5003ed884a67ee26b4cedbe6f5b1c02bd5eb6630
treec9e74ab024425cb1231681be093f2132834599e6
parentbd71dee2b4c0a44f9c32e9eb23d990b54ce06bae
internal/fuzz: minimization should not reduce coverage

Minimization should result in a fuzz input which
includes the same coverage bits as the original
input.

Updates #48326

Change-Id: I6c5f30058b57ccd1a096ad0e9452a4dfbb7d9aab
Reviewed-on: https://go-review.googlesource.com/c/go/+/391454
Trust: Bryan Mills <bcmills@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
Auto-Submit: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/go/testdata/script/test_fuzz_minimize_interesting.txt
src/internal/fuzz/coverage.go
src/internal/fuzz/worker.go