You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native fuzzing is merged to go1.18 dev branch.
Recognize Fuzz functions in test files and place debug/test codelenses & test explorer.
We also need to decide how we want to build a useful UX for fuzz targets so users can do actual 'fuzzing' (go test -fuzz=*) because that will keep running unlike other go test.
Native fuzzing is merged to go1.18 dev branch.
Recognize Fuzz functions in test files and place debug/test codelenses & test explorer.
We also need to decide how we want to build a useful UX for fuzz targets so users can do actual 'fuzzing' (
go test -fuzz=*
) because that will keep running unlike other go test.cc @katiehockman @jayconrod
The text was updated successfully, but these errors were encountered: