From 1c8f9d2c97db7390a7ed2cd4663571b544147f4d Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor
+ The go
command now supports additional command line
+ options for the new fuzzing support described
+ above:
+
go test
supports
+ -fuzz
, -fuzztime
, and
+ -fuzzminimizetime
options.
+ For documentation on these see
+ go help testflag
.
+ go clean
supports a -fuzzcache
+ option.
+ For documentation see
+ go help clean
.
+ gofmt
@@ -979,7 +1000,9 @@ Do not send CLs removing the interior tags from such phrases.
The new testing.F
type
is used by the new fuzzing support described
- above.
+ above. Tests also now support the command line
+ options -test.fuzz
, -test.fuzztime
, and
+ -test.fuzzminimizetime
.