You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: