Skip to content
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

Replace prop tests with fuzz testing #38

Open
2 tasks
glfmn opened this issue Jun 25, 2022 · 0 comments
Open
2 tasks

Replace prop tests with fuzz testing #38

glfmn opened this issue Jun 25, 2022 · 0 comments

Comments

@glfmn
Copy link
Owner

glfmn commented Jun 25, 2022

Glitter uses prop test to do "fuzz" style testing, but cargo fuzz can probably do better since it can generate coverage guided test input.

  • Fuzz the parser (replace prop tests)
  • Fuzz the interpreter

As a follow up, it might be nice to figure out how to test the actual libgit2 side of glitter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant