mirror of https://github.com/golang/go.git
The argument to f.Fuzz is determined, up to the names of arguments, by the types of the arguments to f.Add. Inside the function argument of f.Fuzz, only f.Name and f.Failed are allowed. (The fset passed to fuzz was for debugging. When the change seems solid it can be removed.) Fixes golang/go#51089 Change-Id: Icf8b8cdfd29e499bcc605a358ca9edaef5baa835 Reviewed-on: https://go-review.googlesource.com/c/tools/+/387615 Reviewed-by: Robert Findley <rfindley@google.com> Trust: Peter Weinberger <pjw@google.com> Run-TryBot: Peter Weinberger <pjw@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> |
||
|---|---|---|
| .. | ||
| builtin.go | ||
| completion.go | ||
| deep_completion.go | ||
| deep_completion_test.go | ||
| definition.go | ||
| format.go | ||
| fuzz.go | ||
| keywords.go | ||
| labels.go | ||
| literal.go | ||
| package.go | ||
| package_test.go | ||
| postfix_snippets.go | ||
| printf.go | ||
| printf_test.go | ||
| snippet.go | ||
| statements.go | ||
| util.go | ||
| util_test.go | ||