-
Notifications
You must be signed in to change notification settings - Fork 18k
testing: link to fuzzing guide and more details on runtime #51032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Documentation
Issues describing a change to documentation.
fuzz
Issues related to native fuzzing support
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Comments
CC @golang/fuzzing |
https://go-review.googlesource.com/c/go/+/383415 fixes the TODO in the testing package 👍 |
Change https://golang.org/cl/383454 mentions this issue: |
Thank you @katiehockman . I have solved all my questions after seeing that link (and related ones). Cool feature. |
gopherbot
pushed a commit
to golang/website
that referenced
this issue
Feb 8, 2022
Updates golang/go#51032 Change-Id: Iec7965f8d2823e7918967e0fae8425e0b1cc615e Reviewed-on: https://go-review.googlesource.com/c/website/+/383454 Run-TryBot: Katie Hockman <katie@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Roland Shoemaker <bracewell@google.com> Trust: DO NOT USE <katiehockman@google.com> Run-TryBot: DO NOT USE <katiehockman@google.com>
MK825
added a commit
to MK825/website
that referenced
this issue
Oct 18, 2022
Updates golang/go#51032 Change-Id: Iec7965f8d2823e7918967e0fae8425e0b1cc615e Reviewed-on: https://go-review.googlesource.com/c/website/+/383454 Run-TryBot: Katie Hockman <katie@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Roland Shoemaker <bracewell@google.com> Trust: DO NOT USE <katiehockman@google.com> Run-TryBot: DO NOT USE <katiehockman@google.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Documentation
Issues describing a change to documentation.
fuzz
Issues related to native fuzzing support
NeedsFix
The path to resolution is known, but the work has not been done.
The
go doc testing
and this page https://pkg.go.dev/testing@master#hdr-Fuzzing still are pointing to #48255. They mention:Some details such as:
I was asked to create new ticket (versus comment in #48255).
Looking forward to using it, and thanks for the hard work.
The text was updated successfully, but these errors were encountered: