-
Notifications
You must be signed in to change notification settings - Fork 2
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
test(fuzz): add testdata #19
Conversation
@tdakkota please fix it so I can fuzz it further. Currently I'm unable to proceed because go std fuzzing does not support multiple crashers. |
c0dc6bc
to
ea81e52
Compare
Codecov Report
@@ Coverage Diff @@
## main #19 +/- ##
==========================================
+ Coverage 76.23% 76.33% +0.09%
==========================================
Files 21 21
Lines 7154 7154
==========================================
+ Hits 5454 5461 +7
+ Misses 1326 1321 -5
+ Partials 374 372 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@ernado I've rebased this branch and moved the tag check under the env flag. Now it is possible to continue fuzzing. |
Probably should normalize newlines |
8e8d8af
to
23f2717
Compare
Fuzzing hangs up on this, please check. Probably infinite recursion? |
|
Updates #10
Alias node can refer to itself.
5c34d2e
to
55e8d71
Compare
|
Updates #10