-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
[dev.fuzz] proposal: replace -keepfuzzing with -[test.]failfast #45690
Comments
@gopherbot fuzz |
The problem with using |
Yes, that why I asked if we can change "implicit value from |
We could, but keep in mind that the current behavior of Consider the default behavior: |
Thank you for the explanation; I understand it now and agree with you. I am closing the issue. As a side note, we did a workshop about fuzzing using dev.fuzz on GopherCon Russia last Sunday (in Russian), and it went great! Looking forward to dev.fuzz being shipped. |
Is it possible to change
-failfast
's implicit value fromfalse
totrue
if-fuzz
flag is passed? If yes, I think-keepfuzzing
flag could be removed as it means virtually the same thing.The text was updated successfully, but these errors were encountered: