]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] testing: add basic go command support for fuzzing
authorKatie Hockman <katie@golang.org>
Thu, 27 Aug 2020 22:36:42 +0000 (18:36 -0400)
committerFilippo Valsorda <filippo@golang.org>
Fri, 4 Dec 2020 18:17:29 +0000 (19:17 +0100)
commit33c89be3b72c1c3cae20a12b13da9ee6c723e31c
treec7417c0941793bedb30b984df82f2b6d863da48c
parent1e6ad65b43ee392676a69f769b1942edd8af0e86
[dev.fuzz] testing: add basic go command support for fuzzing

This change adds support for a -fuzz flag in the go command, and sets up
the groundwork for native fuzzing support. These functions are no-ops
for now, but will be built out and tested in future PRs.

Change-Id: I58e78eceada5799bcb73acc4ae5a20372badbf40
Reviewed-on: https://go-review.googlesource.com/c/go/+/251441
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
api/except.txt
api/next.txt
src/cmd/go/internal/load/test.go
src/cmd/go/internal/test/flagdefs.go
src/cmd/go/internal/test/test.go
src/cmd/go/internal/test/testflag.go
src/go/doc/example.go
src/go/doc/example_test.go
src/testing/fuzz.go [new file with mode: 0644]
src/testing/testing.go