]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] testing: print logs and error messages when fuzzing
authorKatie Hockman <katie@golang.org>
Thu, 4 Mar 2021 19:53:18 +0000 (14:53 -0500)
committerKatie Hockman <katie@golang.org>
Fri, 19 Mar 2021 15:16:55 +0000 (15:16 +0000)
commit9d4d5ee66dc53f6640dd8f5333df69db4df3b044
treede081fdeb1a2f0f60edb4f20f7cb02f52cce8093
parent32f45d13b2fa9ef8ae17e885c2d82d80a6d22caa
[dev.fuzz] testing: print logs and error messages when fuzzing

Also improve the error messages for the use of
testing.F functions inside the Fuzz function.

Change-Id: I5fa48f8c7e0460a1da89a49a73e5af83c544e549
Reviewed-on: https://go-review.googlesource.com/c/go/+/298849
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_mutate_crash.txt
src/internal/fuzz/worker.go
src/testing/fuzz.go
src/testing/testing.go