]> Cypherpunks repositories - gostls13.git/commit
internal/fuzz: improve debugging messages
authorRoland Shoemaker <roland@golang.org>
Wed, 15 Mar 2023 18:22:53 +0000 (11:22 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 15 Mar 2023 20:24:46 +0000 (20:24 +0000)
commit70308d1375414d6224752214d2dbf4517e0c7632
treeb9d3926a54c0bca6d72b8f3c04b994f13be5fd3a
parent2d84fbbad8e939ccf82be1b9addf26f73f39f2dc
internal/fuzz: improve debugging messages

Also enable debugging information in TestScript/test_fuzz_cov, which
hits a deadlock on builders, but I am unable to trigger locally. This
should make it somewhat easier to track down where the issue actually
is.

Updates #51484

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