]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] internal/fuzzing: handle and report crashers
authorKatie Hockman <katie@golang.org>
Wed, 2 Dec 2020 19:37:49 +0000 (14:37 -0500)
committerFilippo Valsorda <filippo@golang.org>
Fri, 4 Dec 2020 18:17:30 +0000 (19:17 +0100)
commit4651d6b267818b0e0d128a5443289717c4bb8cbc
tree36c2a7ed41cd4fd0cbbb38374537dbf597bf8efb
parent35f3b7053addf842690162d4d4937c0fbf438c50
[dev.fuzz] internal/fuzzing: handle and report crashers

Change-Id: Ie2a84c12f4991984974162e74f06cfd67e9bb4d7
Reviewed-on: https://go-review.googlesource.com/c/go/+/274855
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/testdata/script/test_fuzz_mutate_crash.txt [new file with mode: 0644]
src/go/build/deps_test.go
src/internal/fuzz/fuzz.go
src/internal/fuzz/worker.go
src/testing/fuzz.go
src/testing/internal/testdeps/deps.go
src/testing/testing.go