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 a fuzz test to compare the interpreter and the recompiler's behavior #174

Open
koute opened this issue Sep 24, 2024 · 2 comments
Open
Assignees
Labels
D-easy An easy issue that might be good for someone new P-high High priority

Comments

@koute
Copy link
Collaborator

koute commented Sep 24, 2024

We how have a basic fuzz testing harness in fuzz; add a fuzz test which will verify that the interpreter and the recompiler's behavior is the same for any arbitrary program.

@koute koute added P-high High priority D-easy An easy issue that might be good for someone new labels Sep 24, 2024
@subotic
Copy link
Contributor

subotic commented Sep 27, 2024

@koute Would be interested.

@koute
Copy link
Collaborator Author

koute commented Sep 27, 2024

Go for it. (:

Note that currently the interpreter and the recompiler could behave differently, so if the fuzz test fails that's fine. It doesn't have to be hooked into the CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-easy An easy issue that might be good for someone new P-high High priority
Projects
None yet
Development

No branches or pull requests

2 participants