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

Add tests for real fuzzing runs #10

Closed
mschwager opened this issue Feb 13, 2024 · 0 comments
Closed

Add tests for real fuzzing runs #10

mschwager opened this issue Feb 13, 2024 · 0 comments

Comments

@mschwager
Copy link
Member

Currently, Ruzzy does not have any automated tests for real fuzzing. There are only tests for bad path behavior, and not any for happy path behavior. We should add automated tests for real fuzzing. This will allow us to move faster and more confidently with changes to the tool.

Open question: how to do it? Should we do something like -atheris_runs from Atheris? Once we call LLVMFuzzerRunDriver we lose control of the process and the ability to make assertions. Will we need some kind of subprocess test model?

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

No branches or pull requests

1 participant