]> Cypherpunks repositories - gostls13.git/commit
Revert "[dev.fuzz] internal/fuzz: include coverage in logged stats"
authorKatie Hockman <katie@golang.org>
Tue, 25 May 2021 21:21:16 +0000 (21:21 +0000)
committerKatie Hockman <katie@golang.org>
Wed, 26 May 2021 15:00:45 +0000 (15:00 +0000)
commitff0164cf736b12740bf5837111e93130da6d612c
tree56152e73f543a74d478584792b1dbe0978458038
parent60f16d7f19c2787e22bda198b7595035c1702f06
Revert "[dev.fuzz] internal/fuzz: include coverage in logged stats"

This reverts commit 54f067812dd870c305daabd22ca190b0f48e672e.

Reason for revert: While this is helpful for the engineering team when we're debugging, it might lead to users feeling like the fuzzer is stuck and that there are a lot of edges that are still yet to be reached. In reality, it's very likely that the compiler will instrument more lines of code than are actually reachable by the fuzz target, so showing the ratio between number of edges hit vs. all edges can be misleading. In the future, we may want to consider making this information viewable by a debug flag or something similar.

Change-Id: Ied696f8bf644445bad22c872b64daa7add605ac6
Reviewed-on: https://go-review.googlesource.com/c/go/+/322632
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/internal/fuzz/fuzz.go